View Issue Details

IDProjectCategoryLast Update
0016550Stars Beyond ReachBug - OtherMay 8, 2015 1:33 pm
ReporterEternaly_Lost Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version0.813 
Fixed in Version0.815 
Summary0016550: Errors reported by game engine.
DescriptionI just got this when I advanced a turn forward. I don't have a save from before it happened, but I do have a save afterwards if you want it.

5/5/2015 6:50:52 PM
ErrorsReportedByEngine: -----------
NullReferenceException: Object reference not set to an instance of an object
Stack Trace: Game+<>c__DisplayClass103.<UpdateNonFixedAnimations>b__101 (.MapAction action)
MapPlane.DoForActions (.ProcessorDelegate Processor)
Game.UpdateNonFixedAnimations ()
ArcenMainCameraImplementations.MainUpdateLogic ()
MainCameraLogic.Update ()



   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 EngineConfig.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText, Boolean SuppressArcenDebugLog)
   at EngineConfig.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.LogWrittenFromUnity(System.String LogString, System.String StackTrace, LogType Type)
   at UnityEngine.Application.CallLogCallback(System.String logString, System.String stackTrace, LogType type)



-----------

5/5/2015 6:50:52 PM (0.813) Mem: 318,746,624 Mode: SinglePlayerOrMultiplayerHost Plat:WindowsPlayer
-----------------------------------ErrorsReportedByEngine-----------------------------------
-----------
NullReferenceException: Object reference not set to an instance of an object
Stack Trace: Game+<>c__DisplayClass103.<UpdateNonFixedAnimations>b__101 (.MapAction action)
MapPlane.DoForActions (.ProcessorDelegate Processor)
Game.UpdateNonFixedAnimations ()
ArcenMainCameraImplementations.MainUpdateLogic ()
MainCameraLogic.Update ()





TagsNo tags attached.

Activities

Chris_McElligottPark

May 5, 2015 7:22 pm

administrator   ~0040534

The good news is that this should not have affected your savegame. Thanks for the report!

keith.lamothe

May 8, 2015 1:33 pm

administrator   ~0040608

For 0.815:

* Wrapped the "update non-fixed animations" logic (which actually includes a lot of gui stuff) in a manner similar to what we did with the main drawing logic, so that intermittent errors there from threading kerfluffles don't bring the game down but do get logged, and if there's a real error that sticks around it is treated as a normal fatal error.

Thanks :)

Issue History

Date Modified Username Field Change
May 5, 2015 6:54 pm Eternaly_Lost New Issue
May 5, 2015 7:22 pm Chris_McElligottPark Assigned To => keith.lamothe
May 5, 2015 7:22 pm Chris_McElligottPark Status new => assigned
May 5, 2015 7:22 pm Chris_McElligottPark Note Added: 0040534
May 8, 2015 1:33 pm keith.lamothe Note Added: 0040608
May 8, 2015 1:33 pm keith.lamothe Status assigned => resolved
May 8, 2015 1:33 pm keith.lamothe Fixed in Version => 0.815
May 8, 2015 1:33 pm keith.lamothe Resolution open => fixed