Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. 2017-06-22 12:38:30.664 - Thread: 1 -> Exception occured: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Unable to cast object of type 'Sandbox.Game.Entities.MyCockpit' to type 'Sandbox.Game.Entities.MyAdvancedDoor'.
  2. at Sandbox.Game.Entities.Cube.MyUseObjectAdvancedDoorTerminal..ctor(IMyEntity owner, String dummyName, MyModelDummy dummyData, UInt32 key)
  3. --- End of inner exception stack trace ---
  4. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  5. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  6. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
  7. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  8. at System.Activator.CreateInstance(Type type, Object[] args)
  9. at VRage.Game.Entity.UseObject.MyUseObjectFactory.CreateUseObject(String detectorName, IMyEntity owner, String dummyName, MyModelDummy dummyData, UInt32 shapeKey)
  10. at Sandbox.Game.Components.MyUseObjectsComponent.AddDetector(String detectorName, String dummyName, MyModelDummy dummyData)
  11. at Sandbox.Game.Components.MyUseObjectsComponent.LoadDetectorsFromModel()
  12. at Sandbox.Game.Entities.MyCubeBlock.UpdateVisual()
  13. at Sandbox.Game.Entities.MyShipController.UpdateVisual()
  14. at Sandbox.Game.Entities.MyCockpit.UpdateVisual()
  15. at Sandbox.Game.Entities.Cube.MySlimBlock.UpdateVisual(Boolean updatePhysics)
  16. at Sandbox.Game.Entities.Cube.MySlimBlock.DecreaseMountLevel(Single grinderAmount, MyInventoryBase outputInventory, Boolean useDefaultDeconstructEfficiency)
  17. at Sandbox.Game.Weapons.MyAngleGrinder.Grind()
  18. at Sandbox.Game.Weapons.MyAngleGrinder.Shoot(MyShootActionEnum action, Vector3 direction, Nullable`1 overrideWeaponPos, String gunAction)
  19. at Sandbox.Game.Entities.Character.MyCharacter.ShootInternal()
  20. at Sandbox.Game.Entities.Character.MyCharacter.UpdateShooting()
  21. at Sandbox.Game.Entities.Character.MyCharacter.UpdateAfterSimulation()
  22. at Sandbox.Game.Entities.MyEntities.<UpdateAfterSimulation>b__d(MyEntity x)
  23. at VRage.Collections.MyDistributedUpdater`2.Iterate(Action`1 p)
  24. at Sandbox.Game.Entities.MyEntities.UpdateAfterSimulation()
  25. at Sandbox.Game.World.MySector.UpdateAfterSimulation()
  26. at Sandbox.Game.World.MySession.UpdateComponents()
  27. at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
  28. at Sandbox.MySandboxGame.Update()
  29. at Sandbox.Engine.Platform.Game.UpdateInternal()
  30. at Sandbox.Engine.Platform.Game.RunSingleFrame()
  31. at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass1.<Run>b__0()
  32. at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
  33. at Sandbox.Engine.Platform.Game.RunLoop()
  34. at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
  35. at SpaceEngineers.MyProgram.Main(String[] args)
  36. 2017-06-22 12:38:30.664 - Thread: 1 -> InnerException:
  37. 2017-06-22 12:38:30.664 - Thread: 1 -> Exception occured: System.InvalidCastException: Unable to cast object of type 'Sandbox.Game.Entities.MyCockpit' to type 'Sandbox.Game.Entities.MyAdvancedDoor'.
  38. at Sandbox.Game.Entities.Cube.MyUseObjectAdvancedDoorTerminal..ctor(IMyEntity owner, String dummyName, MyModelDummy dummyData, UInt32 key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement