View Issue Details

IDProjectCategoryLast Update
0023424AI War 2Crash/ExceptionJul 20, 2020 12:24 pm
ReporterLord Of Nothing Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version2.101 Connection Status: Confirmed 
Fixed in Version2.102 Digression For Quality 
Summary0023424: Exception
DescriptionJust ran into this in my current (Unmodded) game. The attached save is a few seconds after, it happened while I was engaging on planet Saxon, but it doesn't seem to want to recuur now.

7/19/2020 5:36:05 PM
Exception in selection info text generation: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 <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Collections.Generic.List`1[T].RemoveAt (System.Int32 index) [0x00009] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Arcen.AIW2.Core.Engine_AIW2.DoForSelected (Arcen.AIW2.Core.SelectionCommandScope Scope, Arcen.AIW2.Core.GameEntity_Squad+ProcessorDelegate Processor) [0x000c9] in <aca66010c99d4a9e88321670aa1b42c2>:0
  at Arcen.AIW2.External.Window_InGameSelectionInfo+customParent.OnUpdateSelected (System.Single& currentY) [0x000a3] in <384b303b5309450fa600d9f8b409ffb8>:0

  at System.Environment.get_StackTrace () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.AIW2.External.Window_InGameSelectionInfo+customParent.OnUpdateSelected (System.Single& currentY) [0x00000] in <384b303b5309450fa600d9f8b409ffb8>:0
  at Arcen.AIW2.External.Window_InGameSelectionInfo+customParent.OnUpdate () [0x00000] in <384b303b5309450fa600d9f8b409ffb8>:0
  at Arcen.Universal.ArcenUI_CustomUI.OnUpdate_Subclass (System.Single DeltaTime) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.ArcenUI_Element.UpdateFromUI (System.Boolean ShouldDoFullUpdate, System.Single DeltaTime) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.ArcenUI_Window.OnUpdateWindow (System.Single AddedDeltaTime) [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.ArcenUI.OnUpdateFromMainThread () [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.Universal.Engine_Universal.OnUpdateFromMainThread () [0x00000] in <765f780166284225a43da965771bb153>:0
  at Arcen.AIW2.Core.ArcenGameControllerBase.BaseUpdate () [0x00000] in <aca66010c99d4a9e88321670aa1b42c2>:0
  at ArcenGameController.Update () [0x00000] in <652a09c3972245e383da9bc1df509ebb>:0

TagsNo tags attached.

Activities

Lord Of Nothing

Jul 19, 2020 12:41 pm

reporter  

After Exception.save (350,092 bytes)

Chris_McElligottPark

Jul 20, 2020 12:24 pm

administrator   ~0057704

Thanks!

* Fixed two possible spots in DoForSelected() where cross-threading issues could sneak in and cause an exception in rare cases.

Issue History

Date Modified Username Field Change
Jul 19, 2020 12:41 pm Lord Of Nothing New Issue
Jul 19, 2020 12:41 pm Lord Of Nothing File Added: After Exception.save
Jul 19, 2020 12:41 pm Lord Of Nothing File Added: After Exception.savemet
Jul 20, 2020 12:24 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Jul 20, 2020 12:24 pm Chris_McElligottPark Status new => resolved
Jul 20, 2020 12:24 pm Chris_McElligottPark Resolution open => fixed
Jul 20, 2020 12:24 pm Chris_McElligottPark Fixed in Version => 2.102 Digression For Quality
Jul 20, 2020 12:24 pm Chris_McElligottPark Note Added: 0057704