Space Engineers

Space Engineers

S - Alien Like Suit
GigaCars Dec 28, 2024 @ 4:40pm
Null Refer Crash
what? it's the title, here's a error log snip relating to it
2024-12-28 18:36:26.518 - Thread: 1 -> Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Sandbox.Game.Entities.Character.Components.MyCharacterClosestDetectorComponent.DoDetection(Boolean useHead) at Sandbox.Game.Entities.Character.Components.MyCharacterDetectorComponent.<>c.<UpdateAfterSimulation10>b__15_0(Object context) at Sandbox.MySandboxGame.ProcessInvoke(Boolean isClosing) 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) 2024-12-28 18:36:26.554 - Thread: 1 -> Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object. at Sandbox.Game.Entities.Character.Components.MyCharacterClosestDetectorComponent.DoDetection(Boolean useHead) at Sandbox.Game.Entities.Character.Components.MyCharacterDetectorComponent.<>c.<UpdateAfterSimulation10>b__15_0(Object context) at Sandbox.MySandboxGame.ProcessInvoke(Boolean isClosing) 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) 2024-12-28 18:36:26.555 - Thread: 1 -> Showing message 2024-12-28 18:36:26.557 - Thread: 1 -> MyInitializer.OnCrash 2024-12-28 18:36:26.557 - Thread: 1 -> var exception = System.NullReferenceException: Object reference not set to an instance of an object. at Sandbox.Game.Entities.Character.Components.MyCharacterClosestDetectorComponent.DoDetection(Boolean useHead) at Sandbox.Game.Entities.Character.Components.MyCharacterDetectorComponent.<>c.<UpdateAfterSimulation10>b__15_0(Object context) at Sandbox.MySandboxGame.ProcessInvoke(Boolean isClosing) 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)