View Issue Details

IDProjectCategoryLast Update
0013017AI War 1 / ClassicCrash/ExceptionMar 12, 2014 11:51 am
Reporteralocritani Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version7.009 
Fixed in Version7.010 
Summary0013017: UnhandledErrors - nothing to sabotage?
DescriptionYou can deploy more than one sabotage hacker: when timer expires every hacker destroys an asset (FF, cannons, etc...). If you deployed more hackers than destructible assets an "UnhandledErrors" message appears.
I suppose it's because no more assets are available to be destructed.

suggestion: make every hacker only deployable if another one is not already on a planet (planet-cap = 1 or similar).

Log String: FixedUpdate: System.NullReferenceException: Object reference not set to an instance of an object
  at HackerTypeExtentionMethods.TryDoHack (HackerType HackerType, .Planet p, .ForegroundObject obj, .Player player) [0x00000] in <filename unknown>:0
  at Player.DoResourceEvent () [0x00000] in <filename unknown>:0
  at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0
Stack Trace: at HackerTypeExtentionMethods.TryDoHack (HackerType HackerType, .Planet p, .ForegroundObject obj, .Player player) [0x00000] in <filename unknown>:0
  at Player.DoResourceEvent () [0x00000] in <filename unknown>:0
  at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at Configuration.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause)
   at MainCameraLogic.FixedUpdate()
 
TagsNo tags attached.
Internal WeightNew

Activities

keith.lamothe

Mar 12, 2014 11:51 am

administrator   ~0035113

Whoops, sorry for not noticing this earlier.

Just in for 7.010, which is now out:

* Fixed a bug in recent versions where using multiple sabotage hackers on the same planet could lead to a unhandled errors if there weren't enough targets for the sabotage hackers to blow up.

Thanks for letting us know :)

Issue History

Date Modified Username Field Change
Jan 25, 2014 8:52 am alocritani New Issue
Mar 12, 2014 11:51 am keith.lamothe Internal Weight => New
Mar 12, 2014 11:51 am keith.lamothe Note Added: 0035113
Mar 12, 2014 11:51 am keith.lamothe Status new => resolved
Mar 12, 2014 11:51 am keith.lamothe Fixed in Version => 7.010
Mar 12, 2014 11:51 am keith.lamothe Resolution open => fixed
Mar 12, 2014 11:51 am keith.lamothe Assigned To => keith.lamothe
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception