View Issue Details

IDProjectCategoryLast Update
0024768AI War 2Crash/ExceptionApr 29, 2021 7:21 pm
Reporterslake-moth Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 2.811 Brief Beta For Balance 
Fixed in VersionBeta 2.813 Golem Relations 
Summary0024768: SINGLEP UpdateDataForPlanning Exception in Entities Loop B, debugStage 300
DescriptionOccurred after starting and loading saved game. Tried exiting and restarting a few times but didn't seem to always happen.
    
4/29/2021 5:45:58 PM 2.811 SINGLEP UpdateDataForPlanning Exception in Entities Loop B, debugStage 300: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at System.Collections.Generic.List`1[T].Add (T item) [0x0001e] in <9577ac7a62ef43179789031239ba8798>:0
  at Arcen.AIW2.External.ArcenLongTermIntermittentPlanningContext+<>c.<UpdateDataForPlanning>b__22_2 (Arcen.AIW2.Core.GameEntity_Squad entity) [0x00055] in <c9d3f1a5ea5a4d9ead3fb1c9b26ca7ff>:0
TagsNo tags attached.

Activities

slake-moth

Apr 29, 2021 6:00 pm

reporter  

ArcenDebugLog.txt (1,141,622 bytes)
clean up time.save (264,434 bytes)

Chris_McElligottPark

Apr 29, 2021 7:21 pm

administrator   ~0061269

Thank you!

* Fixed an issue where we were filling and then never using a list called EntityIDsWaitingAgainstThisPlanet<>, and in the new parallel loop code for it, that was causing exceptions in some savegames. This has simply been removed, as it was a pointless waste of CPU at the best of times, and now also an exception on top of that.

Issue History

Date Modified Username Field Change
Apr 29, 2021 5:57 pm slake-moth New Issue
Apr 29, 2021 6:00 pm slake-moth File Added: ArcenDebugLog.txt
Apr 29, 2021 6:00 pm slake-moth File Added: clean up time.save
Apr 29, 2021 6:00 pm slake-moth File Added: clean up time.savemet
Apr 29, 2021 7:21 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Apr 29, 2021 7:21 pm Chris_McElligottPark Status new => resolved
Apr 29, 2021 7:21 pm Chris_McElligottPark Resolution open => fixed
Apr 29, 2021 7:21 pm Chris_McElligottPark Fixed in Version => Beta 2.813 Golem Relations
Apr 29, 2021 7:21 pm Chris_McElligottPark Note Added: 0061269