The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Ichou on April 05, 2017, 11:08:44 AM

Title: [r8184][Fatal] Cannot load auto-saved data
Post by: Ichou on April 05, 2017, 11:08:44 AM
Hey, everyone.

Simutrans r8184 freezes when it loads auto-saved data(it's also saved with r8184).
We can easily reproduce this failure: Open Simutrans and create a new world, and close Simutrans(automatically a sve file is created), then open Simutrans again. Simutrans immediately freezes.

I've not tested nomal save data(non-auto-saved data) yet.
Title: Re: [r8184][Fatal] Cannot load auto-saved data
Post by: An_dz on April 05, 2017, 03:59:05 PM
Problem is with r8182, reverting the change this commit made fixes it.
Title: Re: [r8184][Fatal] Cannot load auto-saved data
Post by: Dwachs on April 05, 2017, 09:35:42 PM
should work with 8185 again
Title: Re: [r8184][Fatal] Cannot load auto-saved data
Post by: Ichou on April 06, 2017, 12:26:47 AM
It works.
Thank you!
Title: Re: [r8184][Fatal] Cannot load auto-saved data
Post by: prissi on April 06, 2017, 03:48:12 AM
Note to future developers:
Please only increase SIM_SERVER_MINOR should a savegame save additional stuff. The SIM_SAVE_MINOR will be increased only a week before releases when no new features will be added. The idea is to avoid save games with no stable release attached to them.

If SIM_SERVER_MINOR!=SIM_SAVE_MINOR, then just ad feature to the savegame anyway using the new SIM_SERVER_MINOR as trigger.