Advertisement
Guest User

shield mod error

a guest
Jul 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 2018-07-21 13:37:25.969 - Thread: 1 -> Exception occured: System.InvalidOperationException: Queue empty.
  2. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  3. at System.Collections.Generic.Queue`1.Dequeue()
  4. at Cython.EnergyShields.ShieldGeneratorGameLogic.UpdateBeforeSimulation()
  5. at VRage.Game.Components.MyGameLogicComponent.VRage.Game.Entity.EntityComponents.Interfaces.IMyGameLogicComponent.UpdateBeforeSimulation(Boolean entityUpdate)
  6. at VRage.Game.Entity.MyGameLogic.<UpdateBeforeSimulation>b__0(MyGameLogicComponent c)
  7. at VRage.Collections.MyDistributedUpdater`2.Iterate(Action`1 p)
  8. at VRage.Game.Entity.MyGameLogic.UpdateBeforeSimulation()
  9. at Sandbox.Game.World.MySector.UpdateBeforeSimulation()
  10. at Sandbox.Game.World.MySession.UpdateComponents()
  11. at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
  12. at Sandbox.MySandboxGame.Update()
  13. at Sandbox.Engine.Platform.Game.UpdateInternal()
  14. at Sandbox.Engine.Platform.Game.RunSingleFrame()
  15. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass1.<Run>b__0()
  16. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  17. at Sandbox.Engine.Platform.Game.RunLoop()
  18. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  19. at SpaceEngineers.MyProgram.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement