Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 2019-10-15 05:50:09.044 - Thread: 1 -> GC Memory: 2,881,400,040 B
  2. 2019-10-15 05:50:36.031 - Thread: 1 -> Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
  3. at Sandbox.Game.Gui.MyTerminalInventoryController.RefreshSelectedInventoryItem()
  4. at Sandbox.Game.Gui.MyTerminalInventoryController.ApplyTypeGroupSelectionChange(MyGuiControlRadioButtonGroup obj, Boolean& showsGrid, MyGuiControlList targetControlList, Nullable`1 filterType, MyGuiControlRadioButtonGroup filterButtonGroup, MyGuiControlCheckbox showEmpty, MyGuiControlLabel showEmptyLabel, MyGuiControlSearchBox searchBox, Boolean isLeftControllist)
  5. at Sandbox.Game.Gui.MyTerminalInventoryController.LeftTypeGroup_SelectedChanged(MyGuiControlRadioButtonGroup obj)
  6. at Sandbox.Game.Gui.MyTerminalInventoryController.Init(IMyGuiControlsParent controlsParent, MyEntity thisEntity, MyEntity interactedEntity, MyGridColorHelper colorHelper)
  7. at Sandbox.Game.Gui.MyGuiScreenTerminal.CreateTabs()
  8. at Sandbox.Game.Gui.MyGuiScreenTerminal.RecreateControls(Boolean constructor)
  9. at Sandbox.Game.Gui.MyGuiScreenTerminal.Show(MyTerminalPageEnum page, MyCharacter user, MyEntity interactedEntity)
  10. at SpaceEngineers.Game.Entities.UseObjects.MyUseObjectInventory.Use(UseActionEnum actionEnum, IMyEntity entity)
  11. at Sandbox.Game.Entities.Character.MyCharacter.Use()
  12. at Sandbox.Game.Gui.MyGuiScreenGamePlay.HandleUnhandledInput(Boolean receivedFocusInThisUpdate)
  13. at Sandbox.Game.Gui.MyGuiScreenGamePlay.HandleInput(Boolean receivedFocusInThisUpdate)
  14. at Sandbox.Graphics.GUI.MyScreenManager.HandleInput()
  15. at Sandbox.Graphics.GUI.MyDX9Gui.HandleInput()
  16. at Sandbox.MySandboxGame.Update()
  17. at Sandbox.Engine.Platform.Game.UpdateInternal()
  18. at Sandbox.Engine.Platform.Game.RunSingleFrame()
  19. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
  20. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  21. at Sandbox.Engine.Platform.Game.RunLoop()
  22. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  23. at SpaceEngineers.MyProgram.Main(String[] args)
  24. 2019-10-15 05:50:36.032 - Thread: 1 -> Hiding window
  25. 2019-10-15 05:50:36.032 - Thread: 1 -> Hiding window done
  26. 2019-10-15 05:50:36.032 - Thread: 1 -> Showing message
  27. 2019-10-15 05:50:41.161 - Thread: 1 -> Analytics session closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement