Guest User

Chat History Bug

a guest
Jan 21st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. 2016-01-22 00:21:22.081 - Thread: 1 -> ChatHistory had an error while logging message='ERROR: System.NullReferenceException: Object reference not set to an instance of an object.
  2. at Digi.ChatHistory.ChatHistory.UnloadData()'
  3. Logger error: API not initialied but got a log message: ERROR: System.NullReferenceException: Object reference not set to an instance of an object.
  4. at Digi.ChatHistory.ChatHistory.UnloadData()
  5. at Digi.Utils.Log.Write(String msg)
  6. 2016-01-22 00:21:22.081 - Thread: 1 -> ChatHistory error: System.NullReferenceException: Object reference not set to an instance of an object.
  7. at Digi.ChatHistory.ChatHistory.UnloadData()
  8. 2016-01-22 00:21:22.081 - Thread: 1 -> ChatHistory had an error while logging message='ERROR: Could not send notification to local client: System.NullReferenceException: Object reference not set to an instance of an object.
  9. at Digi.Utils.Log.Error(String msg)'
  10. Logger error: API not initialied but got a log message: ERROR: Could not send notification to local client: System.NullReferenceException: Object reference not set to an instance of an object.
  11. at Digi.Utils.Log.Error(String msg)
  12. at Digi.Utils.Log.Write(String msg)
  13. 2016-01-22 00:21:22.082 - Thread: 1 -> ChatHistory had an error while logging message='Mod unloaded.'
  14. Logger error: API not initialied but got a log message: Mod unloaded.
  15. at Digi.Utils.Log.Write(String msg)
  16. 2016-01-22 00:21:22.083 - Thread: 1 -> ImprovedThrusters had an error while logging message='Mod unloaded'
  17. Logger error: API not initialied but got a log message: Mod unloaded
  18. at Digi.Utils.Log.Write(String msg)
  19. 2016-01-22 00:21:22.085 - Thread: 1 -> ProjectorPreview had an error while logging message='Mod unloaded.'
  20. Logger error: API not initialied but got a log message: Mod unloaded.
  21. at Digi.Utils.Log.Write(String msg)
  22. 2016-01-22 00:21:22.086 - Thread: 1 -> BuildInfo had an error while logging message='Mod unloaded'
  23. Logger error: API not initialied but got a log message: Mod unloaded
  24. at Digi.Utils.Log.Write(String msg)
  25. 2016-01-22 00:21:22.090 - Thread: 1 -> Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
  26. at Digi.BuildInfo.BuildInfo.UnloadData()
  27. at Sandbox.Game.World.MySession.UnloadDataComponents(Boolean beforeLoadWorld)
  28. at Sandbox.Game.World.MySession.Unload()
  29. at Sandbox.Game.Gui.MyGuiScreenMainMenu.UnloadAndExitToMenu()
  30. at Sandbox.Engine.Multiplayer.MyMultiplayerClient.MyMultiplayerClient_HostLeft()
  31. at Sandbox.Engine.Multiplayer.MyMultiplayerBase.RaiseHostLeft()
  32. at System.Action`2.Invoke(T1 arg1, T2 arg2)
  33. at Sandbox.Engine.Multiplayer.MyMultiplayerBase.RaiseClientLeft(UInt64 changedUser, ChatMemberStateChangeEnum stateChange)
  34. at Sandbox.Engine.Multiplayer.MyMultiplayerBase.OnDisconnectedClient(MyControlDisconnectedMsg& data, UInt64 sender)
  35. at Sandbox.Engine.Multiplayer.MyControlMessageCallback`1.Sandbox.Engine.Multiplayer.ITransportCallback.Receive(ByteStream source, UInt64 sender, TimeSpan timestamp)
  36. at Sandbox.Engine.Multiplayer.MyMultiplayerBase.ControlMessageReceived(Byte[] data, Int32 dataSize, UInt64 sender, TimeSpan timestamp)
  37. at Sandbox.Engine.Networking.MyReceiveQueue.ProcessMessages(NetworkMessageDelegate handler, TimeSpan delay)
  38. at Sandbox.Engine.Networking.MyReceiveQueue.Process(NetworkMessageDelegate handler, TimeSpan delay)
  39. at Sandbox.Engine.Networking.MyNetworkReader.Process(TimeSpan lag)
  40. at Sandbox.MySandboxGame.Update()
  41. at Sandbox.Engine.Platform.Game.UpdateInternal()
  42. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass2.<Run>b__1()
  43. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  44. at Sandbox.Engine.Platform.Game.RunLoop()
  45. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  46. at SpaceEngineers.MyProgram.RunInternal(String[] args)
  47. at SpaceEngineers.MyProgram.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment