View Issue Details

IDProjectCategoryLast Update
0022762AI War 2Crash/ExceptionFeb 10, 2020 12:25 pm
ReporterOvalcircle Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBETA 1.324 Forcefield Beautification 
Fixed in VersionBETA 1.327 Hardened Forcefields 
Summary0022762: DoShotMovement: Error at debug stage 3200
Description^
TagsNo tags attached.

Activities

Ovalcircle

Feb 9, 2020 5:24 pm

reporter  

Debug log.txt (2,052 bytes)   
2/9/2020 5:19:24 PM
DoShotMovement: Error at debug stage 3200
System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.ExternalVisualization.ShotVisualizer.SetLocationBasedOnComplicatedStuff () [0x001d3] in <7720e3a712df4146bac27a6d50902a76>:0 
  at Arcen.AIW2.ExternalVisualization.ShotVisualizer.UpdateShotViaLerpToCurrentTarget (System.Single DeltaTime, System.Boolean DrawDebugData) [0x00095] in <7720e3a712df4146bac27a6d50902a76>:0 
  at Arcen.AIW2.ExternalVisualization.ShotVisualizer.DoShotMovement (System.Boolean DrawDebugData) [0x00363] in <7720e3a712df4146bac27a6d50902a76>: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 <a9b63d0e10724740bd53b9e29f1d9e6a>:0 
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.DebugLogDestination Destination, Arcen.Universal.Verbosity Verbosity) [0x00000] in <a9b63d0e10724740bd53b9e29f1d9e6a>:0 
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <a9b63d0e10724740bd53b9e29f1d9e6a>:0 
  at Arcen.AIW2.ExternalVisualization.ShotVisualizer.DoShotMovement (System.Boolean DrawDebugData) [0x00000] in <7720e3a712df4146bac27a6d50902a76>:0 
  at Arcen.AIW2.ExternalVisualization.BattlefieldVisualSingleton.HandleShotUpdates () [0x00000] in <7720e3a712df4146bac27a6d50902a76>:0 
  at Arcen.AIW2.ExternalVisualization.BattlefieldVisualSingleton.RunPlanetUpdateTree () [0x00000] in <7720e3a712df4146bac27a6d50902a76>:0 
  at Arcen.AIW2.ExternalVisualization.BattlefieldVisualSingleton.RunUpdate () [0x00000] in <7720e3a712df4146bac27a6d50902a76>:0 
  at ArcenMainGameVisuals.Update () [0x00000] in <9c20bd64e1e740dc814a2572c102c065>:0 

2/9/2020 5:19:50 PM	PLAYER DISCONNECTED 0.0.0.0=>0
Debug log.txt (2,052 bytes)   

Chris_McElligottPark

Feb 10, 2020 12:25 pm

administrator   ~0055950

Thanks!

* Fixed a couple of bugs that could cause visual strangeness with shot movement, up to and including exceptions thrown. Not sure if we got all cases where this is possible, but it's a large chunk of them. Also improved code readability and performance very slightly in that area.

Issue History

Date Modified Username Field Change
Feb 9, 2020 5:24 pm Ovalcircle New Issue
Feb 9, 2020 5:24 pm Ovalcircle File Added: Debug log.txt
Feb 10, 2020 12:25 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 10, 2020 12:25 pm Chris_McElligottPark Status new => resolved
Feb 10, 2020 12:25 pm Chris_McElligottPark Resolution open => fixed
Feb 10, 2020 12:25 pm Chris_McElligottPark Fixed in Version => BETA 1.327 Hardened Forcefields
Feb 10, 2020 12:25 pm Chris_McElligottPark Note Added: 0055950