StarCoreSE / TLB

Mods for TLB game scenarios.
0 stars 1 forks source link

RetractableWheels NRE when loading into skypirates4 build world #29

Open StarCoreIssueBot opened 1 month ago

StarCoreIssueBot commented 1 month ago
2024-07-26 00:11:24.100 - Thread:   1 ->     at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
   at System.Environment.get_StackTrace()
   at Sandbox.Game.World.MySessionLoader.Unload()
   at Sandbox.Game.World.MySessionLoader.UnloadAndExitToMenu()
   at Sandbox.Game.Gui.MyGuiScreenLoading.OnLoadException(Exception e, StringBuilder errorText, Single heightMultiplier)
   at Sandbox.Game.Gui.MyGuiScreenLoading.RunLoad()
   at Sandbox.Game.Gui.MyGuiScreenLoading.Update(Boolean hasFocus)
   at Sandbox.Graphics.GUI.MyScreenManager.Update(Int32 totalTimeInMS)
   at Sandbox.Graphics.GUI.MyDX9Gui.Update(Int32 totalTimeInMS)
   at Sandbox.Graphics.GUI.MyGuiSandbox.Update(Int32 totalTimeInMS)
   at Sandbox.MySandboxGame.Update()
   at Sandbox.Engine.Platform.Game.UpdateInternal()
   at Sandbox.Engine.Platform.Game.RunSingleFrame()
   at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
   at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
   at Sandbox.Engine.Platform.Game.RunLoop()
   at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
   at SpaceEngineers.MyProgram.Main(String[] args)
   at avaness.SpaceEngineersLauncher.Program.StartSpaceEngineers(String[] args)
   at avaness.SpaceEngineersLauncher.Program.Main(String[] args)
2024-07-26 00:11:24.103 - Thread:   1 ->  Exception occurred: VRage.Game.ModAPI.ModCrashedException: Mod crashed! ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at RetractableWheels.RWCore.UnloadData()
   at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)
   --- End of inner exception stack trace ---
   at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)
   at Sandbox.Game.World.MySession.Unload_Patch0(MySession this)
   at Sandbox.Game.World.MySessionLoader.Unload()
2024-07-26 00:11:24.103 - Thread:   1 ->  InnerException: 
2024-07-26 00:11:24.103 - Thread:   1 ->  Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
   at RetractableWheels.RWCore.UnloadData()
   at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)

Submitted by: Invalid

xianson commented 1 month ago

i see this issue occuring sometimes with just any crash. not certain there is a problem