Space Engineers

Space Engineers

XL Industrial
Anubis Feb 11, 2019 @ 11:36pm
CTD with area welder
Here's the crash log
2019-02-11 23:33:42.125 - Thread: 1 -> Exception occured: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlock(MyCubeBlockDefinition blockDefinition, Vector3 colorMaskHsv, Vector3I min, Quaternion orientation, Int64 owner, Int64 entityId, MyEntity builderEntity, MyObjectBuilder_CubeBlock blockObjectBuilder, Boolean updateVolume, Boolean testMerge, Boolean buildAsAdmin)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocksSuccess(Vector3 colorMaskHsv, HashSet`1 locations, HashSet`1 resultBlocks, MyEntity builder, Boolean instantBuilt, Int64 ownerId)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocksRequest(UInt32 colorMaskHsv, HashSet`1 locations, Int64 builderEntityId, Boolean instantBuild, Int64 ownerId)
at VRage.Network.MyReplicationLayerBase.InvokeLocally[T1,T2,T3,T4,T5,T6,T7](CallSite`7 site, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
at VRage.Network.MyReplicationLayer.DispatchEvent[T1,T2,T3,T4,T5,T6,T7,T8](CallSite callSite, EndpointId recipient, Nullable`1 position, T1& arg1, T2& arg2, T3& arg3, T4& arg4, T5& arg5, T6& arg6, T7& arg7, T8& arg8)
at VRage.Network.MyReplicationLayerBase.RaiseEvent[T1,T2,T3,T4,T5,T6,T7](T1 arg1, T7 arg7, Func`2 action, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, EndpointId endpointId, Nullable`1 position)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocks(Vector3 colorMaskHsv, HashSet`1 locations, Int64 builderEntityId, Int64 ownerId)
at Sandbox.Game.Entities.MyCubeBuilder.AddConstruction(MyEntity builder)
at Sandbox.Game.Weapons.MyBlockPlacerBase.Shoot(MyShootActionEnum action, Vector3 direction, Nullable`1 overrideWeaponPos, String gunAction)
at SpaceEngineers.Game.Entities.Weapons.MyCubePlacer.Shoot(MyShootActionEnum action, Vector3 direction, Nullable`1 overrideWeaponPos, String gunAction)
at Sandbox.Game.Entities.Character.MyCharacter.ShootInternal()
at Sandbox.Game.Entities.Character.MyCharacter.UpdateShooting()
at Sandbox.Game.Entities.Character.MyCharacter.UpdateAfterSimulation()
at Sandbox.Game.Entities.MyEntities.<UpdateAfterSimulation>b__f(MyEntity x)
at VRage.Collections.MyDistributedUpdater`2.Iterate(Action`1 p)
at Sandbox.Game.Entities.MyEntities.UpdateAfterSimulation()
at Sandbox.Game.World.MySector.UpdateAfterSimulation()
at Sandbox.Game.World.MySession.UpdateComponents()
at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
at Sandbox.MySandboxGame.Update()
at Sandbox.Engine.Platform.Game.UpdateInternal()
at Sandbox.Engine.Platform.Game.RunSingleFrame()
at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass1.<Run>b__0()
at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
at Sandbox.Engine.Platform.Game.RunLoop()
at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
at SpaceEngineers.MyProgram.Main(String[] args)
< >
Showing 1-1 of 1 comments
player 777 Mar 19, 2019 @ 12:09pm 
2019-03-19 15:15:36.227 - Thread: 1 -> MyGuiScreenCubeBuilder.ctor START
2019-03-19 15:15:36.227 - Thread: 1 -> MyGuiScreenCubeBuilder.ctor END
2019-03-19 15:15:36.227 - Thread: 1 -> MyGuiScreenCubeBuilder.ctor START
2019-03-19 15:15:36.449 - Thread: 1 -> MyGuiScreenCubeBuilder.ctor END
2019-03-19 15:15:47.468 - Thread: 1 -> MyGuiScreenBase.UnloadContent - START
2019-03-19 15:15:47.469 - Thread: 1 -> MyGuiScreenBase.UnloadContent - END
2019-03-19 15:15:49.048 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:49.573 - Thread: 15 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:50.114 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:50.305 - Thread: 1 -> GC Memory: 3,024,853,120 B
2019-03-19 15:15:50.407 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:50.709 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:50.959 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:53.290 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:53.573 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:55.549 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:55.832 - Thread: 14 -> ERROR Entity init!: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity)
2019-03-19 15:15:57.368 - Thread: 1 -> Exception occured: System.InvalidCastException: Unable to cast object of type 'Sandbox.Definitions.MyCubeBlockDefinition' to type 'Sandbox.Definitions.MyShipToolDefinition'.
at Sandbox.Game.Weapons.MyShipToolBase.LoadDummies()
at Sandbox.Game.Weapons.MyShipToolBase.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at SpaceEngineers.Game.Entities.Blocks.MyShipWelder.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlock(MyCubeBlockDefinition blockDefinition, Vector3 colorMaskHsv, Vector3I min, Quaternion orientation, Int64 owner, Int64 entityId, MyEntity builderEntity, MyObjectBuilder_CubeBlock blockObjectBuilder, Boolean updateVolume, Boolean testMerge, Boolean buildAsAdmin)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocksSuccess(Vector3 colorMaskHsv, HashSet`1 locations, HashSet`1 resultBlocks, MyEntity builder, Boolean instantBuilt, Int64 ownerId)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocksRequest(UInt32 colorMaskHsv, HashSet`1 locations, Int64 builderEntityId, Boolean instantBuild, Int64 ownerId)
at VRage.Network.MyReplicationLayerBase.InvokeLocally[T1,T2,T3,T4,T5,T6,T7](CallSite`7 site, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
at VRage.Network.MyReplicationSingle.DispatchEvent[T1,T2,T3,T4,T5,T6,T7,T8](CallSite callSite, EndpointId recipient, Nullable`1 position, T1& arg1, T2& arg2, T3& arg3, T4& arg4, T5& arg5, T6& arg6, T7& arg7, T8& arg8)
at VRage.Network.MyReplicationLayerBase.RaiseEvent[T1,T2,T3,T4,T5,T6,T7](T1 arg1, T7 arg7, Func`2 action, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, EndpointId endpointId, Nullable`1 position)
at Sandbox.Game.Entities.MyCubeGrid.BuildBlocks(Vector3 colorMaskHsv, HashSet`1 locations, Int64 builderEntityId, Int64 ownerId)
at Sandbox.Game.Entities.MyCubeBuilder.AddConstruction(MyEntity builder)
at Sandbox.Game.Weapons.MyBlockPlacerBase.Shoot(MyShootActionEnum action, Vector3 direction, Nullable`1 overrideWeaponPos, String gunAction)
at SpaceEngineers.Game.Entities.Weapons.MyCubePlacer.Shoot(MyShootActionEnum action, Vector3 direction, Nullable`1 overrideWeaponPos, String gunAction)
at Sandbox.Game.Entities.Character.MyCharacter.ShootInternal()
at Sandbox.Game.Entities.Character.MyCharacter.UpdateShooting()
at Sandbox.Game.Entities.Character.MyCharacter.UpdateAfterSimulation()
at Sandbox.Game.Entities.MyEntities.<UpdateAfterSimulation>b__f(MyEntity x)
at VRage.Collections.MyDistributedUpdater`2.Iterate(Action`1 p)
at Sandbox.Game.Entities.MyEntities.UpdateAfterSimulation()
at Sandbox.Game.World.MySector.UpdateAfterSimulation()
at Sandbox.Game.World.MySession.UpdateComponents()
at Sandbox.Game.World.MySession.Update(MyTimeSpan updateTime)
at Sandbox.MySandboxGame.Update()
at Sandbox.Engine.Platform.Game.UpdateInternal()
at Sandbox.Engine.Platform.Game.RunSingleFrame()
at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass1.<Run>b__0()
at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
at Sandbox.Engine.Platform.Game.RunLoop()
at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
at SpaceEngineers.MyProgram.Main(String[] args)
2019-03-19 15:15:57.370 - Thread: 1 -> Hiding window
2019-03-19 15:15:57.370 - Thread: 1 -> Hiding window done
2019-03-19 15:15:57.370 - Thread: 1 -> Showing message

i get this in log when i try to place an area welder
< >
Showing 1-1 of 1 comments
Per page: 1530 50