View Issue Details

IDProjectCategoryLast Update
0019438AI War 2Crash/ExceptionFeb 17, 2018 1:02 pm
ReporterBadgerBadger Assigned Tokeith.lamothe  
Severityminor 
Status resolvedResolutionfixed 
Product Version0.706 
Fixed in Version0.707 
Summary0019438: Crash: WriteRawDrawInstructions at stage 3
DescriptionI was fighting a battle on an AI planet when I hit a crash:

2/15/2018 7:14:50 PM
Exception in WriteRawDrawInstructions (EntityGroup case) at stage 3:System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.Window_InGameOutlineSidebar+bOutlineItem.UpdateContent (Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.SubImageGroup SubImages, Arcen.Universal.SubTextGroup SubTexts) [0x00000] in <filename unknown>:0

   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)
   at Arcen.Universal.ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at Arcen.Universal.ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at Arcen.AIW2.External.Window_InGameOutlineSidebar+bOutlineItem.UpdateContent(Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.SubImageGroup SubImages, Arcen.Universal.SubTextGroup SubTexts)
   at Arcen.Universal.ArcenUI_ImageButton.OnSimStableUpdate()
   at Arcen.Universal.ArcenUI_Window.OnSimStableUpdate()
   at Arcen.Universal.ArcenUI.OnSimStableUpdate()
   at Arcen.AIW2.Core.SimExecution.Execute()
   at Arcen.AIW2.Core.ArcenSimPlanningContext.InnerRun()
   at Arcen.AIW2.Core.ArcenExecutionContext.InnerRun()

TagsNo tags attached.

Activities

keith.lamothe

Feb 17, 2018 1:02 pm

administrator   ~0046992

For 0.707:

* Added some protection against null exceptions, and more detailed logging for them, in the sidebar drawing code.

Thanks :)

Issue History

Date Modified Username Field Change
Feb 15, 2018 7:16 pm BadgerBadger New Issue
Feb 16, 2018 9:57 am Dune Assigned To => keith.lamothe
Feb 16, 2018 9:57 am Dune Status new => assigned
Feb 17, 2018 1:02 pm keith.lamothe Status assigned => resolved
Feb 17, 2018 1:02 pm keith.lamothe Resolution open => fixed
Feb 17, 2018 1:02 pm keith.lamothe Fixed in Version => 0.707
Feb 17, 2018 1:02 pm keith.lamothe Note Added: 0046992