View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0016550 | Stars Beyond Reach | Bug - Other | May 5, 2015 6:54 pm | May 8, 2015 1:33 pm | |
Reporter | Eternaly_Lost | Assigned To | keith.lamothe | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.813 | ||||
Fixed in Version | 0.815 | ||||
Summary | 0016550: Errors reported by game engine. | ||||
Description | I 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 () | ||||
Tags | No tags attached. | ||||
|
The good news is that this should not have affected your savegame. Thanks for the report! |
|
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 :) |
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 |