project-navigation
Personal tools

Author Topic: Saved games not shown  (Read 2426 times)

Offline Ragwortshire

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Saved games not shown
« on: September 17, 2013, 10:48:25 am »
Using Windows 7; my processor is an Intel Core i3 M350.

I updated the game just now via the following process:
 - Used Git to update the game files.
 - Downloaded the "nightly build" executables from the downloads page and extracted them into my ufoai folder.
 - Ran contribs\map-get\update.py to update the maps.

I then ran ufo.exe which started normally, but I couldn't load any of my saved games from before - they just didn't show up. So I tried the following:

 - Started a new game.
 - Built a base somewhere on the map.
 - Saved the game in the last slot.
 - Went back to the load screen.

Result: Still no saved games displayed!

I've attached my ufoconsole.log as well as the saved game, which did exist after all (and all my old saves are in the same place, too)! So it seems like the problem is in finding the saved games rather than creating them. However, I don't know if this is a genuine bug or if I made a mistake in updating the game.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Saved games not shown
« Reply #1 on: September 17, 2013, 11:33:36 am »
There was recently an important savegame update.

Offline Ragwortshire

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: Saved games not shown
« Reply #2 on: September 17, 2013, 11:38:06 am »
I was aware of that, but

(a) This happened with a saved game I had just created!
(b) Also, I last updated the game on Sept 8th and had no problems then.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Saved games not shown
« Reply #3 on: September 17, 2013, 12:58:11 pm »
Maybe this is the problem? I wasn't able to reproduce this myself.

Code: [Select]
2013/09/17 09:36:45 Unknown command "update_load_game_info" - wasn't sent to server
I would suggest trying to compile your updated source or trying a full nightly build to see if that fixes it. The nightly build could be slightly out of sync in some important way with the files.

Offline Ragwortshire

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: Saved games not shown
« Reply #4 on: September 17, 2013, 01:00:49 pm »
Okay, thanks!