UFO:Alien Invasion

Technical support => Bugs in stable version (2.5) => Topic started by: Ragwortshire on September 17, 2013, 10:48:25 am

Title: Saved games not shown
Post by: Ragwortshire 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.
Title: Re: Saved games not shown
Post by: H-Hour on September 17, 2013, 11:33:36 am
There was recently an important savegame update (http://ufoai.org/forum/index.php/topic,7948.msg60172.html).
Title: Re: Saved games not shown
Post by: Ragwortshire 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.
Title: Re: Saved games not shown
Post by: H-Hour 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.
Title: Re: Saved games not shown
Post by: Ragwortshire on September 17, 2013, 01:00:49 pm
Okay, thanks!