TheOneWithNoName

SE Error

Nov 7th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
  2. at VRage.Audio.MyCueBank.IsValidTransitionCategory(MyStringId transitionEnum, MyStringId category)
  3. at VRage.Audio.MyXAudio2.PlayMusic(Nullable`1 track, Int32 priorityForRandom)
  4. at Sandbox.Game.Screens.MyGuiScreenMainMenuBase.Update(Boolean hasFocus)
  5. at SpaceEngineers.Game.GUI.MyGuiScreenMainMenu.Update(Boolean hasFocus)
  6. at Sandbox.Graphics.GUI.MyScreenManager.Update(Int32 totalTimeInMS)
  7. at Sandbox.Graphics.GUI.MyDX9Gui.Update(Int32 totalTimeInMS)
  8. at Sandbox.MySandboxGame.Update()
  9. at Sandbox.Engine.Platform.Game.UpdateInternal()
  10. at Sandbox.Engine.Platform.Game.RunSingleFrame()
  11. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
  12. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  13. at Sandbox.Engine.Platform.Game.RunLoop()
  14. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  15. at SpaceEngineers.MyProgram.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment