View Issue Details

IDProjectCategoryLast Update
0023982AI War 2Bug - OtherOct 16, 2020 5:03 pm
ReporterEndovior Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.616 Stop Printing Money, AI! 
Fixed in Version2.617 Calming For The Nerves 
Summary0023982: Collection Error on Save and Quit
DescriptionImmediately after clicking "Save and Quit" to exit a game, I got an error which referenced "System.Collections" and "Return to Pool". This is plausibly a mod cleanup issue, since I'm running most of the included mods (everything but Spire Railgun Shop, but no non-included mods).

The save was still good, and the error didn't seem to persist after closing and relaunching the game. The only effect I noticed was that instead of the usual main screen animation, I got a view of the planet I was at behind the main menu. I didn't encounter this error earlier in this game and version, and was not able to reproduce the error by relaunching the game and trying another save and quit.

Debug Log and screenshots attached.
TagsNo tags attached.

Activities

Endovior

Oct 15, 2020 11:59 am

reporter   ~0059235

Hmm, files didn't seem to upload correctly the first time. Trying again...
ArcenDebugLog.txt (317,396 bytes)
BuggedMainScreen.PNG (1,457,107 bytes)
BugReturnToPool.PNG (1,422,222 bytes)

Chris_McElligottPark

Oct 16, 2020 5:03 pm

administrator   ~0059246

Thank you!

* Updated the TimeBasedPool class to no longer expand, but rather to start large and just use the parts that it needs, throwing any excesses away if there really are any that are that far out of bounds.
** There was an exceptionally rare exception that could happen when shutting down the game or going to the main menu out of the game with the way it worked before, but much more common was some extra slowness in how it was having to resize arrays to handle those events in general. That is all faster now, and can't have that sort of exception.

Issue History

Date Modified Username Field Change
Oct 15, 2020 11:58 am Endovior New Issue
Oct 15, 2020 11:59 am Endovior File Added: ArcenDebugLog.txt
Oct 15, 2020 11:59 am Endovior File Added: BuggedMainScreen.PNG
Oct 15, 2020 11:59 am Endovior File Added: BugReturnToPool.PNG
Oct 15, 2020 11:59 am Endovior Note Added: 0059235
Oct 16, 2020 5:03 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Oct 16, 2020 5:03 pm Chris_McElligottPark Status new => resolved
Oct 16, 2020 5:03 pm Chris_McElligottPark Resolution open => fixed
Oct 16, 2020 5:03 pm Chris_McElligottPark Fixed in Version => 2.617 Calming For The Nerves
Oct 16, 2020 5:03 pm Chris_McElligottPark Note Added: 0059246