View Issue Details

IDProjectCategoryLast Update
0025567AI War 2Bug - GameplaySep 24, 2021 12:41 am
ReporterDaniexpert Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.700 Bulk Of The Great Refactor 
Fixed in VersionBeta 3.701 Natural Object Order 
Summary0025567: Errors when pressing the AIP button
DescriptionTitle + attachment
TagsNo tags attached.

Activities

Daniexpert

Sep 23, 2021 5:07 pm

manager  

ErrorOnButtonClick.txt (2,819 bytes)   
9/23/2021 11:04:33 PM	3.700	SINGLEP	Error on button click: System.Exception: Called ToString() method on TimeBasedPoolable Arcen.AIW2.External.AIPChange
  at Arcen.Universal.TimeBasedPoolable`1[T].ToString () [0x0001d] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  at Arcen.AIW2.External.Window_ResourceBar+tAIP.GetAIPHistory (Arcen.Universal.ArcenDoubleCharacterBuffer Buffer) [0x002a9] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.Window_ResourceBar+tAIP.<HandleClick_Subclass>b__3_0 (Arcen.Universal.ArcenDoubleCharacterBuffer Buffer) [0x00001] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.Window_ModalSelfUpdatingTextWindowBase.Open (System.Single SecondsBetweenUpdates, System.Single SecondsBeforeUpdateToNothing, System.String HeaderText, System.String CloseText, Arcen.AIW2.External.Window_ModalSelfUpdatingTextWindowBase+UpdaterDelegate Updater) [0x0002d] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.Window_ResourceBar+tAIP.HandleClick_Subclass (MouseHandlingInput input) [0x00001] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.ButtonAbstractBase.HandleClick (MouseHandlingInput input) [0x0000f] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.Universal.ArcenUI_Button.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  at Arcen.Universal.ArcenUI_Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  
9/23/2021 11:04:38 PM	3.700	SINGLEP	ArcenUI_Window.OnUpdateWindow Error: System.Exception: Called ToString() method on TimeBasedPoolable Arcen.AIW2.External.AIPChange
  at Arcen.Universal.TimeBasedPoolable`1[T].ToString () [0x0001d] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  at Arcen.AIW2.External.Window_ResourceBar+tAIP.GetAIPHistory (Arcen.Universal.ArcenDoubleCharacterBuffer Buffer) [0x002a9] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.Window_ResourceBar+tAIP.<HandleClick_Subclass>b__3_0 (Arcen.Universal.ArcenDoubleCharacterBuffer Buffer) [0x00001] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.AIW2.External.Window_ModalSelfUpdatingTextWindowBase+customParent.OnUpdate () [0x00068] in <83d2f6d68f25494fa08e0c0493d768a0>:0 
  at Arcen.Universal.ArcenUI_CustomUI.OnUpdate_Subclass (System.Single DeltaTime) [0x00073] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  at Arcen.Universal.ArcenUI_Element.UpdateFromUI (System.Boolean ShouldDoFullUpdate, System.Single DeltaTime) [0x000f4] in <1656bd838bde43d0a3b75caa9396ad42>:0 
  at Arcen.Universal.ArcenUI_Window.OnUpdateWindow (System.Single AddedDeltaTime, System.Boolean InvertMouseWheelUIScrolling, System.Int32 scrollSpeedForMouseUI) [0x001e3] in <1656bd838bde43d0a3b75caa9396ad42>:0 
ErrorOnButtonClick.txt (2,819 bytes)   

Chris_McElligottPark

Sep 24, 2021 12:41 am

administrator   ~0062826

Thanks!

* Fixed an exception that would happen in the AIP history window, because it was using the old ToString() method rather than the new efficient method that writes to a buffer without causing a lot of garbage collection.

Issue History

Date Modified Username Field Change
Sep 23, 2021 5:07 pm Daniexpert New Issue
Sep 23, 2021 5:07 pm Daniexpert File Added: ErrorOnButtonClick.txt
Sep 24, 2021 12:41 am Chris_McElligottPark Assigned To => Chris_McElligottPark
Sep 24, 2021 12:41 am Chris_McElligottPark Status new => resolved
Sep 24, 2021 12:41 am Chris_McElligottPark Resolution open => fixed
Sep 24, 2021 12:41 am Chris_McElligottPark Fixed in Version => Beta 3.701 Natural Object Order
Sep 24, 2021 12:41 am Chris_McElligottPark Note Added: 0062826