安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






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__DisplayClass11_0.<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)
2024-01-13 22:30:10.108 - Thread: 1 -> Showing message
2024-01-13 22:30:10.108 - Thread: 1 -> Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
at DSSL_CustomEnergyWeapons.Config.PO_WeaponLogic.OnRemovedFromScene()
at VRage.Game.Components.MyComponentContainer.OnRemovedFromScene()
at VRage.Game.Entity.MyEntity.OnRemovedFromScene(Object source)
at Sandbox.Game.Entities.Cube.MyTerminalBlock.OnRemovedFromScene(Object source)
at VRage.Game.Entity.MyEntity.OnRemovedFromScene(Object source)
at Sandbox.Game.Entities.MyCubeGrid.OnRemovedFromScene(Object source)
at Sandbox.Game.Entities.MyEntities.Remove(MyEntity entity)
at Sandbox.Game.Entities.MyCubeGrid.BeforeDelete()
at VRage.Game.Entity.MyEntity.Delete()
Here's an example: https://imgur.com/a/og9uOsd
Anyone else getting this?
Exception occurred: System.NullReferenceException: Object reference not set to an instance of an object.
at VRage.Game.Components.MyComponentBase.Serialize(Boolean copy)
at BeamSystem.BlockComponents.StorageBaseComponent.Serialize(Boolean copy)
at VRage.Game.Components.MyComponentContainer.Serialize(Boolean copy)
at Sandbox.Game.Entities.MyCubeBlock.GetObjectBuilderCubeBlock(Boolean copy)
at Sandbox.Game.Entities.Cube.MyTerminalBlock.GetObjectBuilderCubeBlock(Boolean copy)
at Sandbox.Game.Entities.Cube.MyFunctionalBlock.GetObjectBuilderCubeBlock(Boolean copy)
at Sandbox.Game.Entities.Cube.MySlimBlock.GetObjectBuilderInternal(Boolean copy)
at Sandbox.Game.Entities.MyCubeGrid.GetObjectBuilderInternal(MyObjectBuilder_CubeGrid ob, Boolean copy)
Placing any block from the this mod causes the game to not be able to save