View Issue Details

IDProjectCategoryLast Update
0025590AI War 2Bug - GameplaySep 29, 2021 10:19 pm
ReporterCRCGamer Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.703 Smooth Sim 
Fixed in VersionBeta 3.703 Smooth Sim 
Summary0025590: Top bar notifications broken on hover event for planned waves.
Description
9/29/2021 5:04:46 AM 3.702 SINGLEP Exception in btnNotification.HandleMouseover at stage 900:System.Exception: Called ToString() method on TimeBasedPoolable Arcen.AIW2.External.PlannedWave
  at Arcen.Universal.TimeBasedPoolable`1[T].ToString () [0x0001d] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleMouseover () [0x00147] in <fbdae5ce45f541c39fd6caf4440386f8>:0
  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) [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleMouseover () [0x00000] in <fbdae5ce45f541c39fd6caf4440386f8>:0
  at Arcen.Universal.ArcenUI_Element.UpdateFromUI (System.Boolean ShouldDoFullUpdate, System.Single DeltaTime) [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.Universal.ArcenUI_Window.OnUpdateWindow (System.Single AddedDeltaTime, System.Boolean InvertMouseWheelUIScrolling, System.Int32 scrollSpeedForMouseUI) [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.Universal.ArcenUI.OnUpdateFromMainThread () [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.Universal.Engine_Universal.OnUpdateFromMainThread () [0x00000] in <4c8814e8f5384ab083c6b17b30bc1309>:0
  at Arcen.AIW2.Core.ArcenGameControllerBase.BaseUpdate () [0x00000] in <949710dfe77442379cfc516cc34ec1e1>:0
  at ArcenGameController.Update () [0x00000] in <a6cba12c7f0b4f47a1ff69cb43a03552>:0
TagsNo tags attached.

Activities

Chris_McElligottPark

Sep 29, 2021 10:19 pm

administrator   ~0062855

Thanks!

* Fixed an exception that would happen whenever you moused over wave notifications. This was another case of my efficiency-improvement code hitting a legacy case which errors on purpose to let us know. It was supposed to give us compiler-level errors, but unfortunately that didn't work as hoped, so now we have to find them in the runtime.

Issue History

Date Modified Username Field Change
Sep 29, 2021 3:26 pm CRCGamer New Issue
Sep 29, 2021 10:19 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Sep 29, 2021 10:19 pm Chris_McElligottPark Status new => resolved
Sep 29, 2021 10:19 pm Chris_McElligottPark Resolution open => fixed
Sep 29, 2021 10:19 pm Chris_McElligottPark Fixed in Version => Beta 3.703 Smooth Sim
Sep 29, 2021 10:19 pm Chris_McElligottPark Note Added: 0062855