View Issue Details

IDProjectCategoryLast Update
0026311AI War 2Crash/ExceptionFeb 10, 2022 3:10 pm
ReporterBadgerBadger Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.796 Greatly Thinning The Turncoats 
Fixed in VersionBeta 3.798 Reliability 
Summary0026311: Astro train with instigator base info
Description2/7/2022 6:00:59 PM 3.796 SINGLEP Error! Called GetExternalBaseInfoAs<Arcen.AIW2.External.InstigatorPerUnitBaseInfo>() when BaseInfo was actually a different type, Arcen.AIW2.External.AstroTrainsPerTrainBaseInfo on AstroTrainTankStyleMedium
  at System.Environment.get_StackTrace () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0
  at Arcen.Universal.ArcenDebugging.ArcenLog_InnerOnMainThreadOnly (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity, System.DateTime Timestamp) [0x00197] in /data/Games/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/UtilityLibraries/Debug/ArcenDebugging.cs:415
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00069] in /data/Games/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/UtilityLibraries/Debug/ArcenDebugging.cs:246
  at Arcen.AIW2.Core.GameEntity_Squad.GetExternalBaseInfoAs[T] () [0x000bf] in /data/Games/arcengames_aiw-ultra/CodeMain/ArcenAIW2Core/src/Logic/GameState/GameEntity/GameEntity_Squad.cs:2481
  at Arcen.AIW2.External.InstigatorNotifier.ContentGetter (Arcen.AIW2.Core.NotifierFillData Data, Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.ArcenUI_Image+SubImageGroup SubImages, Arcen.Universal.SubTextGroup SubTexts) [0x00000] in <4328b33fc4ed404a89513c6580eecc33>:0
  at Arcen.AIW2.Core.NotificationNonSim.UpdateContentFromVolatile (Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.ArcenUI_Image+SubImageGroup SubImages, Arcen.Universal.SubTextGroup SubTexts) [0x00020] in /data/Games/arcengames_aiw-ultra/CodeMain/ArcenAIW2Core/src/Presentation/Notifications/NotificationNonSim.cs:70
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.UpdateContentFromVolatile (Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.ArcenUI_Image+SubImageGroup SubImages, Arcen.Universal.SubTextGroup SubTexts) [0x00000] in <4328b33fc4ed404a89513c6580eecc33>:0
  at Arcen.Universal.ArcenUI_ImageButton.OnUpdateVolatileDataFromMainThread () [0x000a6] in /data/Games/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenUI/ArcenUI_ImageButton.cs:308
  at Arcen.Universal.ArcenUI_Window.OnUpdateVolatileDataFromMainThread () [0x00072] in /data/Games/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenUI/ArcenUI_Window.cs:439
TagsNo tags attached.

Activities

Chris_McElligottPark

Feb 10, 2022 3:10 pm

administrator   ~0064283

Thanks!

* Updated our in-game notifications to now use a SafeSquadWrapper so that we are certain that we're never getting stale data that is being passed beyond the quarantine boundary and somehow becoming something else while being displayed. Notifications aren't always updated super duper quickly, so there was some risk of that, and I suspect it was happening in a couple of notorious cases that kept popping up.

Issue History

Date Modified Username Field Change
Feb 7, 2022 9:27 pm BadgerBadger New Issue
Feb 10, 2022 3:10 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 10, 2022 3:10 pm Chris_McElligottPark Status new => resolved
Feb 10, 2022 3:10 pm Chris_McElligottPark Resolution open => fixed
Feb 10, 2022 3:10 pm Chris_McElligottPark Fixed in Version => Beta 3.798 Reliability
Feb 10, 2022 3:10 pm Chris_McElligottPark Note Added: 0064283