View Issue Details

IDProjectCategoryLast Update
0029825Heart Of The MachineCrash/ExceptionNov 23, 2024 4:53 pm
ReporterAndyman119_1 Assigned ToChris_McElligottPark  
Status closedResolutionnot fixable 
Product Version0.595.7 Dragons 
Summary0029825: Error pops during combat, does not cause crash
Descriptionerror popped while I was fighting off a wave
TagsNo tags attached.

Activities

Chris_McElligottPark

Nov 23, 2024 4:50 pm

administrator   ~0070836

Tried to DoFullInit on a ThreadsafeSubTableDictionaryOfObjects with a null subtable!
  at System.Environment.get_StackTrace () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at Arcen.Universal.ArcenDebugging.LogWithStack (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <0a97a811dff44176a0851b3707ac2301>:0
  at Arcen.Universal.ThreadsafeSubTableDictionaryOfObjects`2[TKey,TVal].DoFullInit () [0x00000] in <0a97a811dff44176a0851b3707ac2301>:0
  at Arcen.Universal.ThreadsafeSubTableDictionaryOfObjects`2[TKey,TVal].SetValue_BeVeryCarefulOfUsing (TKey row, TVal Value) [0x00000] in <0a97a811dff44176a0851b3707ac2301>:0
  at Arcen.HotM.Core.MachineStructure.RecalculateActorStatsInner (System.Boolean IsFromDeserialization, System.Boolean DoExtraLogging) [0x00000] in <0b69a6cd1c7c4aceb2cb6b7c9ef53731>:0
  at Arcen.HotM.Core.MachineStructure.DoPerSecondRecalculationsInner (System.Boolean IsFromDeserialization, System.Boolean DoExtraLogging) [0x00000] in <0b69a6cd1c7c4aceb2cb6b7c9ef53731>:0
  at Arcen.HotM.Core.MachineStructure.DoPerSecondRecalculations (System.Boolean IsFromDeserialization) [0x00000] in <0b69a6cd1c7c4aceb2cb6b7c9ef53731>:0
  at Arcen.HotM.External.World_Forces.DoPerSecondLogic (System.Boolean OnlyRecalculateCaches) [0x00000] in <6c7a278758ff443ba7a6e9d2be45a64a>:0
  at Arcen.HotM.External.SimPerFullSecond.DoPerFullSecondLogic_Inner (Arcen.Universal.MersenneTwister RandForThisSecond) [0x00000] in <6c7a278758ff443ba7a6e9d2be45a64a>:0
  at Arcen.HotM.External.SimPerFullSecond.DoPerFullSecondLogic (Arcen.Universal.MersenneTwister RandForThisSecond) [0x00000] in <6c7a278758ff443ba7a6e9d2be45a64a>:0
  at Arcen.HotM.External.AbstractSimPlannerImplementation.DoPerFullSecond_MainGame (Arcen.Universal.MersenneTwister Rand) [0x00000] in <6c7a278758ff443ba7a6e9d2be45a64a>:0
  at Arcen.HotM.External.AbstractSimPlannerImplementation.DoPerFullSecond_BackgroundThread (Arcen.Universal.MersenneTwister Rand) [0x00000] in <6c7a278758ff443ba7a6e9d2be45a64a>:0
  at Arcen.HotM.Core.Engine_HotM+<>c__DisplayClass91_1.<OnUpdateFromMainThread>b__0 (Arcen.Universal.TaskStartData startData) [0x00000] in <0b69a6cd1c7c4aceb2cb6b7c9ef53731>:0
  at Arcen.Universal.ArcenThreading+<>c__DisplayClass20_0.<InnerRunTaskOnBackgroundThread>b__0 () [0x00000] in <0a97a811dff44176a0851b3707ac2301>:0
  at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.Tasks.Task.Execute () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.Tasks.Task.ExecutionContextCallback (System.Object obj) [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task& currentTaskSlot) [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.Tasks.Task.ExecuteEntry (System.Boolean bPreventDoubleExecution) [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <9d9536d9127f4a489d989c7a566aee1c>:0

Chris_McElligottPark

Nov 23, 2024 4:51 pm

administrator   ~0070837

That's nasty, but one of those "random chance" things. I'll work on it after the sprint.

Chris_McElligottPark

Nov 23, 2024 4:53 pm

administrator   ~0070838

Actually this is from June, this is an old error log and this was fixed a long time ago so far as I know.

Issue History

Date Modified Username Field Change
Nov 23, 2024 4:40 pm Andyman119_1 New Issue
Nov 23, 2024 4:40 pm Andyman119_1 File Added: Error Log.txt
Nov 23, 2024 4:50 pm Chris_McElligottPark Note Added: 0070836
Nov 23, 2024 4:51 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Nov 23, 2024 4:51 pm Chris_McElligottPark Status new => minor fix for later
Nov 23, 2024 4:51 pm Chris_McElligottPark Note Added: 0070837
Nov 23, 2024 4:53 pm Chris_McElligottPark Status minor fix for later => closed
Nov 23, 2024 4:53 pm Chris_McElligottPark Resolution open => not fixable
Nov 23, 2024 4:53 pm Chris_McElligottPark Note Added: 0070838
Nov 23, 2024 4:55 pm Andyman119_1 File Deleted: Error Log.txt