View Issue Details

IDProjectCategoryLast Update
0023905AI War 2Crash/ExceptionOct 6, 2020 7:25 pm
ReporterNRSirLimbo Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version2.606 Lurking And Influencing 
Fixed in Version2.607 MP Stability, Exo Syncs, And Limbo Mods 
Summary0023905: Exception Popup: "Error during UpdateAllVisuals"
DescriptionOnce again, modded game but the exception seems to come from the AIW2 Core so I doubt mods have anything to do with it.

Error during UpdateAllVisuals: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.GameEntity_Base.UpdateVisualObj (System.Int32 IndexForDisplayPurposes, System.Boolean IsGalaxyMapView) [0x0023b] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at Arcen.AIW2.Core.Planet.UpdateAllVisualObjects (System.Boolean IsCurrentPlanetNonSim, System.Int32 IndexForDisplayPurposes, System.Boolean IsGalaxyMapView) [0x000b6] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at Arcen.AIW2.Core.Engine_AIW2+<>c__DisplayClass65_0.<UpdateAllVisuals>b__0 (Arcen.AIW2.Core.Planet planet) [0x00001] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at Arcen.AIW2.Core.Galaxy.DoForPlanets (System.Boolean IncludeDestroyed, Arcen.AIW2.Core.Planet+ProcessorDelegate Processor) [0x0003b] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at Arcen.AIW2.Core.Engine_AIW2.UpdateAllVisuals () [0x00077] in <0d2eaa84bbfd48598341360df96ac58c>: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 <80d3b887da1c4823af69956a9f48b3c6>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <80d3b887da1c4823af69956a9f48b3c6>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <80d3b887da1c4823af69956a9f48b3c6>:0
  at Arcen.AIW2.Core.Engine_AIW2.UpdateAllVisuals () [0x00000] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at Arcen.Universal.Engine_Universal.OnUpdateFromMainThread () [0x00000] in <80d3b887da1c4823af69956a9f48b3c6>:0
  at Arcen.AIW2.Core.ArcenGameControllerBase.BaseUpdate () [0x00000] in <0d2eaa84bbfd48598341360df96ac58c>:0
  at ArcenGameController.Update () [0x00000] in <342846c60ad043638e2ec80b42611e65>:0
TagsNo tags attached.

Activities

NRSirLimbo

Oct 6, 2020 1:27 pm

developer  

ArcenDebugLog.txt (442,887 bytes)
20201006192259_1.jpg (425,514 bytes)

Chris_McElligottPark

Oct 6, 2020 7:25 pm

administrator   ~0059044

Thanks!

* Put in a bunch of improvements to UpdateVisualObj() to prevent cross-threading exceptions that could still happen, and also put in more instrumentation so if a future error happens we will know more where it is. Also this should be less disruptive to gameplay if it ever does happen, now.

Issue History

Date Modified Username Field Change
Oct 6, 2020 1:27 pm NRSirLimbo New Issue
Oct 6, 2020 1:27 pm NRSirLimbo File Added: ArcenDebugLog.txt
Oct 6, 2020 1:27 pm NRSirLimbo File Added: 20201006192259_1.jpg
Oct 6, 2020 7:25 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Oct 6, 2020 7:25 pm Chris_McElligottPark Status new => resolved
Oct 6, 2020 7:25 pm Chris_McElligottPark Resolution open => fixed
Oct 6, 2020 7:25 pm Chris_McElligottPark Fixed in Version => 2.607 MP Stability, Exo Syncs, And Limbo Mods
Oct 6, 2020 7:25 pm Chris_McElligottPark Note Added: 0059044