View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0028117 | AI War 2 | Crash/Exception | Feb 13, 2024 10:08 pm | Feb 14, 2024 3:02 pm | |
Reporter | Dismiss | Assigned To | BadgerBadger | ||
Status | closed | Resolution | no change required | ||
Product Version | 5.586 More Polish | ||||
Summary | 0028117: EndpointFunctions.SetFactionKitingIfNeeded continuous exception | ||||
Description | I'm not sure what is really going on here, but i am running with no local changes. This happens as soon as I am in-gameplay, no mods enabled, just fully built all arcen projects after updating to r20105. Actually i bet its because of the errors during startup, on the separate ticket. Probably didn't actually parse the full gamecommands xml. 2/13/2024 9:02:41 PM 5.585 SINGLEP DELAYED200 TID20 HostOnlyJournalsAndAutosaveAndSimilarHandler Error at debug stage 14000: System.Exception: Passed in null command type at Arcen.AIW2.Core.GameCommand.Create (Arcen.AIW2.Core.GameCommandType Type, Arcen.AIW2.Core.GameCommandSource Source) [0x00009] in <eb4bbdab38ab4b118c620c9b45968151>:0 at Arcen.AIW2.External.EndpointFunctions.SetFactionKitingIfNeeded (Arcen.AIW2.Core.Faction faction, System.Boolean AutoKite) [0x0001e] in <468b670ffcfc4913aad35b44d0142acc>:0 at Arcen.AIW2.External.HostOnlyJournalsAndAutosaveAndSimilarHandler.HandleAutoKiteOnHost_PerFaction (Arcen.AIW2.Core.Faction aPlayerFaction, Arcen.AIW2.Core.ArcenHostOnlySimContext Context) [0x0001e] in <bee9e9aa40034bc9a211f3094b09eae5>:0 at Arcen.AIW2.External.HostOnlyJournalsAndAutosaveAndSimilarHandler.GeneratePersonalNotificationOnClientOrHost_BackgroundThread (Arcen.AIW2.Core.Faction focalFaction, Arcen.AIW2.Core.ArcenSimContextAnyStatus baseContext) [0x000c6] in <bee9e9aa40034bc9a211f3094b09eae5>:0 at System.Environment.get_StackTrace () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <78abb4a57dda46368d0ad0f4a9d5542b>:0 at Arcen.AIW2.External.HostOnlyJournalsAndAutosaveAndSimilarHandler.GeneratePersonalNotificationOnClientOrHost_BackgroundThread (Arcen.AIW2.Core.Faction focalFaction, Arcen.AIW2.Core.ArcenSimContextAnyStatus baseContext) [0x00000] in <bee9e9aa40034bc9a211f3094b09eae5>:0 at Arcen.AIW2.Core.PersonalNotificationGenerator.GenerateAllPersonalNotifications_FromBGThread (Arcen.AIW2.Core.ArcenSimContextAnyStatus Context) [0x00000] in <eb4bbdab38ab4b118c620c9b45968151>:0 at Arcen.AIW2.External.PerSecondNonSimPlanning.DoCentralLoop_ClientAndHost () [0x00000] in <468b670ffcfc4913aad35b44d0142acc>:0 at Arcen.AIW2.External.PerSecondNonSimPlanning.Execute () [0x00000] in <468b670ffcfc4913aad35b44d0142acc>:0 at Arcen.AIW2.External.ArcenClientOrHostSimPlanningContext.BackgroundThreadRunHandler (System.Single SuicidesAfterTime, System.Boolean FailSilentlyIfNotFinishedYet) [0x00000] in <468b670ffcfc4913aad35b44d0142acc>:0 at Arcen.AIW2.External.ArcenClientOrHostSimPlanningContext+<>c__DisplayClass15_0.<RunOnBackgroundThread>b__0 () [0x00000] in <468b670ffcfc4913aad35b44d0142acc>:0 at Arcen.Universal.ArcenThreading+<>c__DisplayClass17_0.<RunTaskOnBackgroundThread>b__0 () [0x00000] in <78abb4a57dda46368d0ad0f4a9d5542b>:0 at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.Tasks.Task.Execute () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.Tasks.Task.ExecutionContextCallback (System.Object obj) [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task& currentTaskSlot) [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.Tasks.Task.ExecuteEntry (System.Boolean bPreventDoubleExecution) [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 | ||||
Tags | No tags attached. | ||||
related to | 0028116 | closed | BadgerBadger | DZResource-related exception on startup with no mods |
Date Modified | Username | Field | Change |
---|---|---|---|
Feb 13, 2024 10:08 pm | Dismiss | New Issue | |
Feb 13, 2024 10:08 pm | Dismiss | Status | new => assigned |
Feb 13, 2024 10:08 pm | Dismiss | Assigned To | => BadgerBadger |
Feb 13, 2024 10:11 pm | Dismiss | Description Updated | |
Feb 14, 2024 1:01 pm | BadgerBadger | Relationship added | related to 0028116 |
Feb 14, 2024 3:02 pm | Dismiss | Status | assigned => closed |
Feb 14, 2024 3:02 pm | Dismiss | Resolution | open => no change required |
Feb 14, 2024 3:02 pm | Dismiss | Note Added: 0068092 |