View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024563 | AI War 2 | Crash/Exception | Mar 16, 2021 1:41 pm | Mar 18, 2021 12:06 pm | |
Reporter | Sigma7 | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 2.757 Super Mega Exciting Sidebar | ||||
Fixed in Version | Beta 2.760 Xenophiles And Overlords | ||||
Summary | 0024563: Argument out of range - ClearOrders | ||||
Description | ClearOrders is giving out exceptions at debug stage 3020. Seems to be rather periodic, averaging 15 seconds. Steps to reproduce: * Load attached save t1.save. * Wait. (Note that unpausing the game will change the situation.) The bug was activated after making an attempt to strike an instigator base, thus some of the ships might be wanting to decollide. 3/16/2021 12:44:49 PM 2.757 SINGLEP ClearOrders error at debugStage 3020, error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <9577ac7a62ef43179789031239ba8798>:0 at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at System.Collections.Generic.List`1[T].RemoveAt (System.Int32 index) [0x00009] in <9577ac7a62ef43179789031239ba8798>:0 at Arcen.AIW2.Core.EntityOrderCollection.ClearOrders (Arcen.AIW2.Core.ClearBehavior ClearType, Arcen.AIW2.Core.ClearDecollisionOnParent DecollisionClear, Arcen.AIW2.Core.ClearSource CSource, System.String DebugReason) [0x001e3] in <b78ff9b8f3f8499cb49ad785866f83a5>:0 | ||||
Tags | No tags attached. | ||||
|
|
|
Thanks! * Fixed a remaining exceptions that could still happen in ClearOrders() due to some cross-threading issues. |
Date Modified | Username | Field | Change |
---|---|---|---|
Mar 16, 2021 1:41 pm | Sigma7 | New Issue | |
Mar 16, 2021 1:41 pm | Sigma7 | File Added: t1.zip | |
Mar 18, 2021 12:06 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Mar 18, 2021 12:06 pm | Chris_McElligottPark | Status | new => resolved |
Mar 18, 2021 12:06 pm | Chris_McElligottPark | Resolution | open => fixed |
Mar 18, 2021 12:06 pm | Chris_McElligottPark | Fixed in Version | => Beta 2.760 Xenophiles And Overlords |
Mar 18, 2021 12:06 pm | Chris_McElligottPark | Note Added: 0060825 |