View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0025590 | AI War 2 | Bug - Gameplay | Sep 29, 2021 3:26 pm | Sep 29, 2021 10:19 pm | |
Reporter | CRCGamer | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 3.703 Smooth Sim | ||||
Fixed in Version | Beta 3.703 Smooth Sim | ||||
Summary | 0025590: 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 | ||||
Tags | No tags attached. | ||||
|
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. |
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 |