From: Phil D. <de...@gm...> - 2010-07-20 16:39:21
|
Save file 18EU_20100720_1336_Chris.rails Load up and start KBS at 100, base city Berlin. Processes this action totally fine. Now save the game, and reload it (or just load 18EU_20100720_1602_Bug.rails). Load error. I traced the execution of the startCompany action and it gets processed and logged with the correct selectedHomeCity. The selectedHomeCity gets written to the executedActions log happily as well. Yet for some reason when you reload the game, the selectedHomeCity object for that action is a null value. It looks like the ObjectOutputStream is, for some reason, failing to write the selectedHomeCity object to the save file, causing the reload to fail. Any thoughts?? You will have to load this on 1.3 by the way, I can't load this file at all against the current head revision of the code. Phil |