安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Server error
21:24:30.7311 [ERROR] Keen: System.NullReferenceException: Object reference not set to an instance of an object.
at Sandbox.Game.Entities.MyCubeBuilder.RequestGridSpawn(Author author, DefinitionIdBlit definition, BuildData position, Boolean instantBuild, Boolean forceStatic, MyBlockVisuals visuals)
at Sandbox.Game.Entities.MyCubeBuilder.RequestGridSpawn<>Sandbox_Game_Entities_MyCubeBuilder<>Author#VRage_Game_DefinitionIdBlit#Sandbox_Game_Entities_MyCubeBuilder<>BuildData#System_Boolean#System_Boolean#Sandbox_Game_Entities_MyCubeGrid<>MyBlockVisuals.Invoke(IMyEventOwner& <static>, Author& author, DefinitionIdBlit& definition, BuildData& position, Boolean& instantBuild, Boolean& forceStatic, MyBlockVisuals& visuals)
at VRage.Network.CallSite`7.Invoke(BitStream stream, Object obj, Boolean validate)
at VRage.Network.MyReplicationLayer.Invoke(CallSite callSite, BitStream stream, Object obj, EndpointId source, MyClientStateBase clientState, Boolean validate)
at VRage.Network.MyReplicationServer.OnEvent(MyPacketDataBitStreamBase data, CallSite site, Object obj, IMyNetObject sendAs, Nullable`1 position, EndpointId source)
at VRage.Network.MyReplicationLayer.OnEvent(MyPacketDataBitStreamBase data, NetworkId networkId, NetworkId blockedNetId, UInt32 eventId, EndpointId sender, Nullable`1 position)
at VRage.Network.MyReplicationLayer.ProcessEvent(MyPacketDataBitStreamBase data, EndpointId sender)
at VRage.Network.MyReplicationLayer.OnEvent(MyPacket packet)
at Sandbox.Engine.Multiplayer.MyTransportLayer.ProcessMessage(MyPacket p)
at Sandbox.Engine.Multiplayer.MyTransportLayer.HandleMessage(MyPacket p)
at Sandbox.Engine.Networking.MyReceiveQueue.Process(NetworkMessageDelegate handler)
System.NullReferenceException: Object reference not set to an instance of an object.
at Sandbox.Game.Entities.MyCubeBuilder.RequestGridSpawn(Author author, DefinitionIdBlit definition, BuildData position, Boolean instantBuild, Boolean forceStatic, MyBlockVisuals visuals)
at Sandbox.Game.Entities.MyCubeBuilder.RequestGridSpawn<>Sandbox_Game_Entities_MyCubeBuilder<>Author#VRage_Game_DefinitionIdBlit#Sandbox_Game_Entities_MyCubeBuilder<>BuildData#System_Boolean#System_Boolean#Sandbox_Game_Entities_MyCubeGrid<>MyBlockVisuals.Invoke(IMyEventOwner& <static>, Author& author, DefinitionIdBlit& definition, BuildData& position, Boolean& instantBuild, Boolean& forceStatic, MyBlockVisuals& visuals)
at VRage.Network.CallSite`7.Invoke(BitStream stream, Object obj, Boolean validate)
at VRage.Network.MyReplicationLayer.Invoke(CallSite callSite, BitStream stream, Object obj, EndpointId source, MyClientStateBase clientState, Boolean validate)
at VRage.Network.MyReplicationServer.OnEvent(MyPacketDataBitStreamBase data, CallSite site, Object obj, IMyNetObject sendAs, Nullable`1 position, EndpointId source)
at VRage.Network.MyReplicationLayer.OnEvent(MyPacketDataBitStreamBase data, NetworkId networkId, NetworkId blockedNetId, UInt32 eventId, EndpointId sender, Nullable`1 position)
at VRage.Network.MyReplicationLayer.ProcessEvent(MyPacketDataBitStreamBase data, EndpointId sender)
at VRage.Network.MyReplicationLayer.OnEvent(MyPacket packet)
at Sandbox.Engine.Multiplayer.MyTransportLayer.ProcessMessage(MyPacket p)
at Sandbox.Engine.Multiplayer.MyTransportLayer.HandleMessage(MyPacket p)
at Sandbox.Engine.Networking.MyReceiveQueue.Process(NetworkMessageDelegate handler)
I continue seeing this reference repeatedly:
I presume this was why every Mod Author everywhere specifically requests you to load the world in plain Vanilla, save, then load the world with just their mod, then report if the error continues. If yes: You then report with your CLEAN error report, otherwise you must locate what the error actually is.
If you report a false Error to your problem, then you can't expect person B to fix person A's work when person B never looked at person A's work, these logs exist to construct a clear well defined robust image when adding in each Mod to your World, presuming you use your tools like you are supposed to.
Additionally; I see errors possibly involving network visual re-stream to quickly render missing information, sounds like you are missing a file you are attempting to observe.
P.S. Don't Spam.