View Issue Details

IDProjectCategoryLast Update
0023143AI War 2Crash/ExceptionApr 14, 2020 11:26 am
ReporterValkyr Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.025 The Twenty Million Problem 
Fixed in Version2.026 The Faction Duality Problem 
Summary0023143: Exception generating Tooltip
DescriptionNew patch, new save, new bugs!

When hovering over any of the transport ships, ARS, as well as the GCA, but surprisingly, not the Outguard beacon.
Tooltips all simply state exception when generating, and the popup comes from all transport ships and ARS immediately visible.

Exception in planet tooltip text generation at stage 7:System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.Window_InGameHoverPlanetInfo+bPanel.GetTextToRender (Arcen.Universal.ArcenDoubleCharacterBuffer buffer) [0x005ca] in <25592fdf4d9445f5a1d18da921604f10>:0

  at System.Environment.get_StackTrace () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity) [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.AIW2.External.Window_InGameHoverPlanetInfo+bPanel.GetTextToRender (Arcen.Universal.ArcenDoubleCharacterBuffer buffer) [0x00000] in <25592fdf4d9445f5a1d18da921604f10>:0
  at Arcen.AIW2.External.Window_InGameHoverPlanetInfo+bPanel.UpdateContentFromVolatile (Arcen.Universal.ArcenUIWrapperedUnityImage Image, Arcen.Universal.ArcenUI_Image+SubImageGroup _SubImages, Arcen.Universal.SubTextGroup _SubTexts) [0x00000] in <25592fdf4d9445f5a1d18da921604f10>:0
  at Arcen.Universal.ArcenUI_ImageButton.OnUpdateVolatileDataFromMainThread () [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.Universal.ArcenUI_Window.OnUpdateVolatileDataFromMainThread () [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.Universal.ArcenUI.OnUpdateVolatileDataFromMainThread () [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at Arcen.Universal.Engine_Universal.OnUpdateFromMainThread () [0x00000] in <2af5163381b1467f8e9ccdf1c095e099>:0
  at ArcenGameController.Update () [0x00000] in <c38d4d2038694252aad9a64c567b943b>:0
TagsNo tags attached.

Relationships

related to 0023142 resolvedChris_McElligottPark Helping hands exception on start 
related to 0023144 resolvedChris_McElligottPark Home planet Base does not spawn (No human king found...) 

Activities

Valkyr

Apr 14, 2020 7:54 am

reporter  

Screen1.png (423,104 bytes)
Screen2.png (159,207 bytes)   
Screen2.png (159,207 bytes)   
Weird.save (541,069 bytes)

Valkyr

Apr 14, 2020 8:14 am

reporter   ~0056837

I find it especially interesting to note, that this didn't occur on any pre-existing saves I still have. Only a new save on the Fallen Friends start.

BadgerBadger

Apr 14, 2020 10:50 am

manager   ~0056844

DebugStage 7 includes

                        debugStage = 7;
                        Faction playerFaction = World_AIW2.Instance.GetLocalPlayerFaction();

and then interacting with that faction. So likely connected with the fact that the human faction is missing from recent games

Chris_McElligottPark

Apr 14, 2020 11:26 am

administrator   ~0056847

Thanks!

* Put in some fixes to planet tooltip generation in the event that the player faction is null for some reason.

Issue History

Date Modified Username Field Change
Apr 14, 2020 7:54 am Valkyr New Issue
Apr 14, 2020 7:54 am Valkyr File Added: Screen1.png
Apr 14, 2020 7:54 am Valkyr File Added: Screen2.png
Apr 14, 2020 7:54 am Valkyr File Added: Weird.save
Apr 14, 2020 8:14 am Valkyr Note Added: 0056837
Apr 14, 2020 10:45 am Valkyr Category Bug - Gameplay => Crash/Exception
Apr 14, 2020 10:45 am Valkyr Description Updated
Apr 14, 2020 10:48 am Valkyr Relationship added duplicate of 0023142
Apr 14, 2020 10:48 am BadgerBadger Relationship replaced related to 0023142
Apr 14, 2020 10:48 am BadgerBadger Relationship added related to 0023144
Apr 14, 2020 10:50 am BadgerBadger Note Added: 0056844
Apr 14, 2020 10:52 am BadgerBadger Assigned To => Chris_McElligottPark
Apr 14, 2020 10:52 am BadgerBadger Status new => assigned
Apr 14, 2020 11:26 am Chris_McElligottPark Status assigned => resolved
Apr 14, 2020 11:26 am Chris_McElligottPark Resolution open => fixed
Apr 14, 2020 11:26 am Chris_McElligottPark Fixed in Version => 2.026 The Faction Duality Problem
Apr 14, 2020 11:26 am Chris_McElligottPark Note Added: 0056847