View Issue Details

IDProjectCategoryLast Update
0009464AI War 1 / ClassicBug - OtherSep 10, 2012 7:09 pm
ReporterCinth Assigned Tokeith.lamothe  
Severitymajor 
Status resolvedResolutionfixed 
Product Version5.076 
Fixed in Version5.077 
Summary0009464: Unhandled Errors
DescriptionUnhandled Errors.

This one left me waiting for players.

Yeeaaahhhhh!!
TagsNo tags attached.
Internal WeightNew

Relationships

related to 0009551 assignedkeith.lamothe Game crashed during wave, unhandled errors 

Activities

Cinth

Sep 3, 2012 7:16 pm

manager  

moreissues.txt (3,290 bytes)   
9/3/2012 4:10:40 PM
UnhandledErrors:    9/3/2012 4:10:40 PM (5.076)
-----------------------------------Error-----------------------------------Log String: FixedUpdate: System.Exception: Game Command Text:53;105569;287008#917#8#0#0#0#
System.FormatException: Input string was not in the correct format
  at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0 
  at System.Convert.ToInt32 (System.String value) [0x00000] in <filename unknown>:0 
  at GameCommand.Execute () [0x00000] in <filename unknown>:0 
  at Game.RunOneCycleOfSimulation () [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 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()






9/3/2012 4:10:40 PM (5.076) Mem: 194,441,216 Plat:WindowsPlayer
-----------------------------------UnhandledErrors-----------------------------------
9/3/2012 4:10:40 PM (5.076)
-----------------------------------Error-----------------------------------Log String: FixedUpdate: System.Exception: Game Command Text:53;105569;287008#917#8#0#0#0#
System.FormatException: Input string was not in the correct format
  at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0 
  at System.Convert.ToInt32 (System.String value) [0x00000] in <filename unknown>:0 
  at GameCommand.Execute () [0x00000] in <filename unknown>:0 
  at Game.RunOneCycleOfSimulation () [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 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 

moreissues.txt (3,290 bytes)   

keith.lamothe

Sep 3, 2012 8:55 pm

administrator   ~0028168

Do you have a save where this can be reproduced? Thanks :)

Cinth

Sep 3, 2012 11:13 pm

manager  

issues.sav (359,187 bytes)

Cinth

Sep 3, 2012 11:16 pm

manager   ~0028179

Save and reload didn't reproduce the error. So not exactly sure what is going on there. Uploaded a save from about 40 seconds before the error occurred, maybe it will shed some light on what happened.

keith.lamothe

Sep 4, 2012 11:10 am

administrator   ~0028189

Ok, thanks for trying to get it to happen again. The error message itself helped me narrow down the problem to the logic of how it orders the creation of a new barracks/carrier and I found something that definitely could cause that error under certain (albeit seemingly quite rare) circumstances, and in 5.077 I've added code to prevent that specific problem from happening. Whether that's enough... well, we'll see :)

Twinge

Sep 6, 2012 2:07 am

reporter   ~0028247

Looks like this bug is still in place (or a different one with the same error) in 5.078. Playing a multiplayer game with 6 players and Unhandled Errors were suddenly filling the message box. Attached the save; the UnhandledError repeated about 1000 times with no stopping and we stopped playing.

The error was the same every time as far as I can tell: http://pastebin.com/HCZfpayT

Twinge

Sep 6, 2012 2:08 am

reporter  

UnhandledErrors.sav (591,375 bytes)

LordSloth

Sep 8, 2012 11:46 pm

reporter   ~0028276

Last edited: Sep 8, 2012 11:46 pm

Speaking of this bug, same error. The mutiplayer unhandeld error is stopped temporarily by saving and reloading the game, or kicking and reconnecting a single player. I'm going to try to get the information for a new ticket tomorrow. In case it is a new issue.

Issue History

Date Modified Username Field Change
Sep 3, 2012 7:16 pm Cinth New Issue
Sep 3, 2012 7:16 pm Cinth File Added: moreissues.txt
Sep 3, 2012 8:55 pm keith.lamothe Note Added: 0028168
Sep 3, 2012 8:55 pm keith.lamothe Assigned To => keith.lamothe
Sep 3, 2012 8:55 pm keith.lamothe Status new => feedback
Sep 3, 2012 11:13 pm Cinth File Added: issues.sav
Sep 3, 2012 11:16 pm Cinth Note Added: 0028179
Sep 3, 2012 11:16 pm Cinth Status feedback => assigned
Sep 4, 2012 11:10 am keith.lamothe Internal Weight => New
Sep 4, 2012 11:10 am keith.lamothe Note Added: 0028189
Sep 4, 2012 11:10 am keith.lamothe Status assigned => resolved
Sep 4, 2012 11:10 am keith.lamothe Fixed in Version => 5.077
Sep 4, 2012 11:10 am keith.lamothe Resolution open => fixed
Sep 6, 2012 2:07 am Twinge Note Added: 0028247
Sep 6, 2012 2:08 am Twinge File Added: UnhandledErrors.sav
Sep 8, 2012 11:46 pm LordSloth Note Added: 0028276
Sep 8, 2012 11:46 pm LordSloth Note Edited: 0028276
Sep 10, 2012 7:09 pm Twinge Relationship added related to 0009551