View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024768 | AI War 2 | Crash/Exception | Apr 29, 2021 5:57 pm | Apr 29, 2021 7:21 pm | |
Reporter | slake-moth | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 2.811 Brief Beta For Balance | ||||
Fixed in Version | Beta 2.813 Golem Relations | ||||
Summary | 0024768: SINGLEP UpdateDataForPlanning Exception in Entities Loop B, debugStage 300 | ||||
Description | Occurred 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 | ||||
Tags | No tags attached. | ||||
|
|
|
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. |
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 |