metiu19

Crash Error Log

Sep 5th, 2023 (edited)
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 2.29 KB | Gaming | 0 0
  1. 2023-09-04 22:33:40.330 - Thread:   1 ->  Exception occurred: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3.    at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  4.    at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  5.    at HideLcdConfig.HideLcdConfig.TerminalControls_CustomControlGetter(IMyTerminalBlock block, List`1 controls)
  6.    at Sandbox.ModAPI.CustomControlGetDelegate.Invoke(IMyTerminalBlock block, List`1 controls)
  7.    at Sandbox.Game.Gui.MyTerminalControls.GetControls(IMyTerminalBlock block)
  8.    at Sandbox.Graphics.GUI.MyGuiControlGenericFunctionalBlock.RecreateBlockControls()
  9.    at Sandbox.Graphics.GUI.MyGuiControlGenericFunctionalBlock..ctor(MyTerminalBlock[] blocks)
  10.    at Sandbox.Game.Gui.MyTerminalControlPanel.SelectBlocks()
  11.    at Sandbox.Game.Gui.MyTerminalControlPanel.blockListbox_ItemSelected(MyGuiControlListbox sender)
  12.    at Sandbox.Graphics.GUI.MyGuiControlListbox.HandleNewMousePress(MyGuiControlBase& captureInput)
  13.    at Sandbox.Graphics.GUI.MyGuiControlListbox.HandleInput()
  14.    at Sandbox.Graphics.GUI.MyGuiControlParent.HandleInput()
  15.    at Sandbox.Graphics.GUI.MyGuiControlParent.HandleInput()
  16.    at Sandbox.Graphics.GUI.MyGuiScreenBase.HandleControlsInput(Boolean receivedFocusInThisUpdate)
  17.    at Sandbox.Graphics.GUI.MyGuiScreenBase.HandleInput(Boolean receivedFocusInThisUpdate)
  18.    at Sandbox.Game.Gui.MyGuiScreenTerminal.HandleInput(Boolean receivedFocusInThisUpdate)
  19.    at Sandbox.Graphics.GUI.MyScreenManager.HandleInput()
  20.    at Sandbox.Graphics.GUI.MyDX9Gui.HandleInput()
  21.    at Sandbox.MySandboxGame.Update()
  22.    at Sandbox.Engine.Platform.Game.UpdateInternal()
  23.    at Sandbox.Engine.Platform.Game.RunSingleFrame()
  24.    at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
  25.    at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  26.    at Sandbox.Engine.Platform.Game.RunLoop()
  27.    at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  28.    at SpaceEngineers.MyProgram.Main(String[] args)
  29.    at avaness.SpaceEngineersLauncher.Program.StartSpaceEngineers(String[] args)
  30.    at avaness.SpaceEngineersLauncher.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment