Expected: Open Game dialog > Select save game > save game loads
Observed: 'Unable to open save game' dialog
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.zarkonnen.airships.City.finish(City.java:115)
at com.zarkonnen.airships.Empire.finish(Empire.java:65)
at com.zarkonnen.airships.WorldMap.[HTML_REMOVED](WorldMap.java:363)
at com.zarkonnen.airships.CampaignWorld.[HTML_REMOVED](CampaignWorld.java:106)
at com.zarkonnen.airships.StrategicScreen$OpenGameMission.fileSelected(StrategicScreen.java:986)
at com.zarkonnen.airships.FileScreen.input(FileScreen.java:214)
at com.zarkonnen.airships.AirshipGame.input(AirshipGame.java:64)
at com.zarkonnen.catengine.SlickEngine.update(SlickEngine.java:66)
at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:678)
at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
at com.zarkonnen.catengine.SlickEngine$MyAppGameContainer.runUntil(SlickEngine.java:97)
at com.zarkonnen.catengine.SlickEngine.runUntil(SlickEngine.java:109)
at com.zarkonnen.airships.Main.main(Main.java:11)
Yeah, that's a bug all right! Thanks for the stack trace, that should make it easy to track down. I've added it to the todo list for the next version, which should be out soon.
I have this problem as well. I;m happy to see you are already aware. PS This game is really fun, but the bugs make it almost impossible for me to finish a campaign before my game crashes and my save is corrupted.
Cabin Boy
Reproduce: Win 7 - Load any previously saved game
Expected: Open Game dialog > Select save game > save game loads
Observed: 'Unable to open save game' dialog
java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(Unknown Source) at java.util.ArrayList.get(Unknown Source) at com.zarkonnen.airships.City.finish(City.java:115) at com.zarkonnen.airships.Empire.finish(Empire.java:65) at com.zarkonnen.airships.WorldMap.[HTML_REMOVED](WorldMap.java:363) at com.zarkonnen.airships.CampaignWorld.[HTML_REMOVED](CampaignWorld.java:106) at com.zarkonnen.airships.StrategicScreen$OpenGameMission.fileSelected(StrategicScreen.java:986) at com.zarkonnen.airships.FileScreen.input(FileScreen.java:214) at com.zarkonnen.airships.AirshipGame.input(AirshipGame.java:64) at com.zarkonnen.catengine.SlickEngine.update(SlickEngine.java:66) at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:678) at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456) at com.zarkonnen.catengine.SlickEngine$MyAppGameContainer.runUntil(SlickEngine.java:97) at com.zarkonnen.catengine.SlickEngine.runUntil(SlickEngine.java:109) at com.zarkonnen.airships.Main.main(Main.java:11)
Aerial Emperor
Yeah, that's a bug all right! Thanks for the stack trace, that should make it easy to track down. I've added it to the todo list for the next version, which should be out soon.
Warrant Officer
I have this problem as well. I;m happy to see you are already aware. PS This game is really fun, but the bugs make it almost impossible for me to finish a campaign before my game crashes and my save is corrupted.
Aerial Emperor
Ishakabo - if the game crashes during the campaign, could you send me your error log if you haven't yet? It's in %APPDATA%\AirshipsGame\log.txt.
Oh, and v3 will have a fancy auto-crash-reporting system, which will make this all much easier!
Warrant Officer
Done, thanks for making such a cool game!