Pastebinning04

Untitled

Jan 12th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.27 KB | None | 0 0
  1. 2017-01-12 18:13:45.097 - Thread:   1 ->  Exception occured: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  2.    at Sandbox.Game.Entities.MyCockpit.UpdateCockpitModel()
  3.    at Sandbox.Game.Entities.MyCockpit.UpdateCameraAfterChange(Boolean resetHeadLocalAngle)
  4.    at Sandbox.Game.Entities.MyShipController.OnControlAcquired(MyEntityController controller)
  5.    at Sandbox.Game.World.MyControllerInfo.set_Controller(MyEntityController value)
  6.    at Sandbox.Game.World.MyEntityController.TakeControl(IMyControllableEntity entity)
  7.    at Sandbox.Game.Multiplayer.MyPlayerCollection.TryTakeControll(MyPlayer player, Int64 controlledEntityId)
  8.    at Sandbox.Game.Multiplayer.MyPlayerCollection.LoadControlledEntities(SerializableDictionaryCompat`3 controlledEntities, Int64 controlledObject, Nullable`1 savingPlayerId)
  9.    at Sandbox.Game.World.MySession.LoadWorld(MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector)
  10.    at Sandbox.Game.World.MySession.Load(String sessionPath, MyObjectBuilder_Checkpoint checkpoint, UInt64 checkpointSizeInBytes)
  11.    at Sandbox.Game.World.MySessionLoader.<>c__DisplayClass1f.<LoadSingleplayerSession>b__1d()
  12.    at Sandbox.Graphics.GUI.MyGuiScreenBase.RunLoadingAction()
  13.    at Sandbox.Game.Gui.MyGuiScreenLoading.RunLoad()
Advertisement
Add Comment
Please, Sign In to add comment