View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0019476 | AI War 2 | Crash/Exception | Mar 12, 2018 8:37 pm | Apr 2, 2018 4:53 pm | |
Reporter | BadgerBadger | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.711 | ||||
Fixed in Version | 0.718 | ||||
Summary | 0019476: Null Reference on game loss: InGameOutlineSidebar | ||||
Description | I lost a game and then saw the following crash: Exception: window: Window_InGameOutlineSidebar System.NullReferenceException: Object reference not set to an instance of an object at TMPro.TextMeshProUGUI.GenerateTextMesh () [0x00000] in <filename unknown>:0 at TMPro.TextMeshProUGUI.GetTextInfo (System.String text) [0x00000] in <filename unknown>:0 at Arcen.Universal.ArcenUI.CalculateHeightOfTextMeshProUGUIText (TMPro.TextMeshProUGUI text, System.String TextToMeasure) [0x00020] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI.cs:440 at Arcen.Universal.ArcenUI_Text.DoSizingOfRelevantRectHeightToText () [0x00097] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Text.cs:114 at Arcen.Universal.ArcenUI_Text.OnUpdate_Subclass (Single DeltaTime) [0x000a9] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Text.cs:87 at Arcen.Universal.ArcenUI_Element.UpdateFromUI (Single DeltaTime) [0x000f1] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Element.cs:311 at Arcen.Universal.ArcenUI_Window.OnUpdate (Single DeltaTime) [0x00104] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Window.cs:104 at Arcen.Universal.ArcenUI.OnUpdateFromMainThread () [0x0007e] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\ArcenUI\ArcenUI.cs:311 Stack Trace: Arcen.Universal.ArcenUI.OnUpdateFromMainThread () (at C:/vcprojs/arcengames_aiw_ultra/ArcenUniversal/src/ArcenUI/ArcenUI.cs:315) Arcen.Universal.Engine_Universal.OnUpdateFromMainThread () (at C:/vcprojs/arcengames_aiw_ultra/ArcenUniversal/src/Engine_Universal.cs:963) ArcenGameController.Update () (at C:/vcprojs/arcengames_aiw_ultra/AIW2Unity/Assets/ArcenCode/ArcenGameController.cs:59) at System.Environment.get_StackTrace() in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Environment.cs:line 227 at Arcen.Universal.ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity) in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\UtilityLibraries\ArcenDebugging.cs:line 143 at Arcen.Universal.ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity) in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\UtilityLibraries\ArcenDebugging.cs:line 112 at Arcen.Universal.ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity) in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\UtilityLibraries\ArcenDebugging.cs:line 91 at Arcen.Universal.Engine_Universal.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity) in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\Engine_Universal.cs:line 719 at Arcen.Universal.Engine_Universal.LogWrittenFromUnity(System.String LogString, System.String StackTrace, LogType Type) in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\Engine_Universal.cs:line 672 at UnityEngine.Application.CallLogCallback(System.String logString, System.String stackTrace, LogType type, Boolean invokedOnMainThread) in /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/ApplicationBindings.gen.cs:line 564 | ||||
Tags | No tags attached. | ||||
|
The old one was effectively fixed, but new ones had cropped up. Now: * Fixed a couple of nullref exceptions that would happen when you lost the game, previously. |
Date Modified | Username | Field | Change |
---|---|---|---|
Mar 12, 2018 8:37 pm | BadgerBadger | New Issue | |
Mar 12, 2018 8:50 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Mar 12, 2018 8:50 pm | Chris_McElligottPark | Status | new => assigned |
Apr 2, 2018 4:53 pm | Chris_McElligottPark | Status | assigned => resolved |
Apr 2, 2018 4:53 pm | Chris_McElligottPark | Resolution | open => fixed |
Apr 2, 2018 4:53 pm | Chris_McElligottPark | Fixed in Version | => 0.718 |
Apr 2, 2018 4:53 pm | Chris_McElligottPark | Note Added: 0047347 |