Advertisement
AViegarien

SEDS Projector crash log

Aug 2nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. 2018-08-02 15:29:22.247 - Thread: 6 -> Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
  2. at Sandbox.Game.Entities.Blocks.MyProjectorBase.previewGrid_OnBlockAdded(MySlimBlock obj)
  3. at System.Action`1.Invoke(T obj)
  4. at System.DelegateExtensions.InvokeIfNotNull[T1](Action`1 handler, T1 arg1)
  5. at Sandbox.Game.Entities.MyCubeGrid.NotifyBlockAdded(MySlimBlock block)
  6. at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
  7. at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
  8. 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)
  9. at Sandbox.Game.Entities.MyCubeGrid.BuildBlockSuccess(Vector3 colorMaskHsv, MyBlockLocation location, MyObjectBuilder_CubeBlock objectBuilder, Nullable`1& resultBlock, MyEntity builder, Boolean instantBuilt, Int64 ownerId)
  10. at Sandbox.Game.Entities.MyCubeGrid.BuildBlockRequest(UInt32 colorMaskHsv, MyBlockLocation location, MyObjectBuilder_CubeBlock blockObjectBuilder, Int64 builderEntityId, Boolean instantBuild, Int64 ownerId)
  11. at lambda_method(Closure , MyCubeGrid , UInt32 , MyBlockLocation , MyObjectBuilder_CubeBlock , Int64 , Boolean , Int64 )
  12. at VRage.Network.CallSite`7.Invoke(BitStream stream, Object obj, Boolean validate)
  13. at VRage.Network.MyReplicationLayer.Invoke(CallSite callSite, BitStream stream, Object obj, EndpointId source, MyClientStateBase clientState, Boolean validate)
  14. at VRage.Network.MyReplicationServer.OnEvent(MyPacketDataBitStreamBase data, CallSite site, Object obj, IMyNetObject sendAs, EndpointId source)
  15. at VRage.Network.MyReplicationLayer.OnEvent(MyPacketDataBitStreamBase data, NetworkId networkId, NetworkId blockedNetId, UInt32 eventId, EndpointId sender)
  16. at VRage.Network.MyReplicationLayer.ProcessEvent(MyPacketDataBitStreamBase data, EndpointId sender)
  17. at VRage.Network.MyReplicationLayer.OnEvent(MyPacket packet)
  18. at Sandbox.Engine.Multiplayer.MyTransportLayer.ProcessMessage(MyPacket p)
  19. at Sandbox.Engine.Multiplayer.MyTransportLayer.HandleMessage(MyPacket p)
  20. at Sandbox.Engine.Networking.MyReceiveQueue.Process(NetworkMessageDelegate handler)
  21. 2018-08-02 15:29:22.247 - Thread: 6 -> Packet processing error, disconnecting #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement