View Issue Details

IDProjectCategoryLast Update
0024443AI War 2Crash/ExceptionFeb 17, 2021 8:19 pm
ReporterNRSirLimbo Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 2.741 Refining The Big One 
Fixed in VersionBeta 2.742 Hacking Balance 
Summary0024443: Exception Popup: "Error in thread for execution context 'executionContext'"
DescriptionThis happened on game exit to the main meu.
Game is modded, though this doesn't appear to be in modded code.

2/17/2021 10:36:57 PM 2.741 SINGLEP Error in thread for execution context 'executionContext'
NullReferenceException
Object reference not set to an instance of an object
===STACK FRAMES (with file info)===
FILE METHOD IL_OFFSET NATIVE_OFFSET LINE_NUMBER COLUMN_NUMBER
    CheckForOwnershipChange 177 451 0 0
    <DoPlanetPerStepLogic>b__1 8 90 0 0
    DoForPlanets 59 200 0 0
    DoForPlanets 22 106 0 0
    DoPlanetPerStepLogic 69 554 0 0
    DoWorldStepLogic_FromSimBGThread 148 386 0 0
    Execute 186 482 0 0
===RAW STACK TRACE===
  at Arcen.AIW2.Core.Planet.CheckForOwnershipChange (Arcen.AIW2.Core.ArcenSimContext context) [0x000b1] in <55beed63ec3c41888e5f94eb14b1760f>:0
  at Arcen.AIW2.External.EntitySimLogicImplementation+<>c__DisplayClass51_0.<DoPlanetPerStepLogic>b__1 (Arcen.AIW2.Core.Planet planet) [0x00008] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.Core.Galaxy.DoForPlanets (System.Boolean IncludeDestroyed, Arcen.AIW2.Core.Planet+ProcessorDelegate Processor) [0x0003b] in <55beed63ec3c41888e5f94eb14b1760f>:0
  at Arcen.AIW2.Core.World_AIW2.DoForPlanets (System.Boolean IncludeDestroyed, Arcen.AIW2.Core.Planet+ProcessorDelegate Processor) [0x00016] in <55beed63ec3c41888e5f94eb14b1760f>:0
  at Arcen.AIW2.External.EntitySimLogicImplementation.DoPlanetPerStepLogic (Arcen.AIW2.Core.ArcenSimContext Context) [0x00045] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.External.EntitySimLogicImplementation.DoWorldStepLogic_FromSimBGThread (Arcen.AIW2.Core.ArcenSimContext Context) [0x00094] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.External.SimExecution.Execute () [0x000ba] in <e147c2a8e11e439f906b0622531f22b4>:0
  at System.Environment.get_StackTrace () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity, System.DateTime Timestamp) [0x00000] in <17aa440a083043c18ed85d3d3159d87e>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity) [0x00000] in <17aa440a083043c18ed85d3d3159d87e>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <17aa440a083043c18ed85d3d3159d87e>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <17aa440a083043c18ed85d3d3159d87e>:0
  at Arcen.Universal.ArcenDebugging.LogException (System.Exception e, System.String message, Arcen.Universal.Verbosity verbosity) [0x00000] in <17aa440a083043c18ed85d3d3159d87e>:0
  at Arcen.AIW2.External.SimExecution.Execute () [0x00000] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.External.ArcenSimPlanningContext.InnerRun () [0x00000] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.External.ArcenExecutionContext.InnerRun () [0x00000] in <e147c2a8e11e439f906b0622531f22b4>:0
  at Arcen.AIW2.External.ArcenThread.InternalActualThreadFunction () [0x00000] in <e147c2a8e11e439f906b0622531f22b4>:0
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
  at System.Threading.ThreadHelper.ThreadStart () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
TagsNo tags attached.

Activities

NRSirLimbo

Feb 17, 2021 4:39 pm

developer  

ArcenDebugLog.txt (1,771,149 bytes)

Chris_McElligottPark

Feb 17, 2021 8:19 pm

administrator   ~0060558

Thanks!

* Fixed a rare error that could happen in CheckForOwnershipChange() if the game was in just the wrong state when you exited to the main menu.

Issue History

Date Modified Username Field Change
Feb 17, 2021 4:39 pm NRSirLimbo New Issue
Feb 17, 2021 4:39 pm NRSirLimbo File Added: ArcenDebugLog.txt
Feb 17, 2021 8:19 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 17, 2021 8:19 pm Chris_McElligottPark Status new => resolved
Feb 17, 2021 8:19 pm Chris_McElligottPark Resolution open => fixed
Feb 17, 2021 8:19 pm Chris_McElligottPark Fixed in Version => Beta 2.742 Hacking Balance
Feb 17, 2021 8:19 pm Chris_McElligottPark Note Added: 0060558