Pastebinning04

Untitled

Mar 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. 2017-03-27 13:46:39.604 - Thread: 1 -> Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
  2. at Sandbox.Game.Replication.Chain.MySyncPositionComponent.OnAddedToContainer()
  3. at VRage.Game.Components.MyComponentBase.SetContainer(MyComponentContainer container)
  4. at VRage.Game.Components.MyComponentContainer.Add(Type type, MyComponentBase component)
  5. at Sandbox.Game.Entities.Blocks.MyAttachableTopBlockBase.TryAddSyncComponent(Boolean addEvent)
  6. at Sandbox.Game.Entities.Blocks.MyMechanicalConnectionBlockBase.Attach(MyAttachableTopBlockBase topBlock, Boolean updateGroup)
  7. at Sandbox.Game.Entities.Cube.MyMotorStator.Attach(MyAttachableTopBlockBase rotor, Boolean updateGroup)
  8. at Sandbox.Game.Entities.Blocks.MyMechanicalConnectionBlockBase.UpdateAttachState()
  9. at Sandbox.Game.Entities.Blocks.MyMechanicalConnectionBlockBase.UpdateBeforeSimulation()
  10. at Sandbox.Game.Entities.Cube.MyMotorStator.UpdateBeforeSimulation()
  11. at Sandbox.Game.Entities.MyEntities.<UpdateBeforeSimulation>b__7(MyEntity x)
  12. at VRage.Collections.MyDistributedUpdater`2.Iterate(Action`1 p)
  13. at Sandbox.Game.Entities.MyEntities.UpdateBeforeSimulation()
  14. at Sandbox.Game.World.MySector.UpdateBeforeSimulation()
  15. at Sandbox.Game.World.MySession.UpdateComponents()
  16. at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
  17. at Sandbox.MySandboxGame.Update()
  18. at Sandbox.Engine.Platform.Game.UpdateInternal()
  19. at Sandbox.Engine.Platform.Game.RunSingleFrame()
  20. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass1.<Run>b__0()
  21. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  22. at Sandbox.Engine.Platform.Game.RunLoop()
  23. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  24. at SpaceEngineers.MyProgram.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment