You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurs when trying to change the color of Dyson Shell elements.
An error has occurred! Game version 0.9.27.15033
Mods used: [IlLine1.0.0] [LDBTool2.0.6] [DSP Mod Save1.1.4] [DSP Common API1.5.6.0] [NebulaMultiplayerMod0.8.12.3] [NebulaMultiplayerModApi1.3.1.3] [BulletTime1.2.10] [SphereEditorTools2.2.1] [Common API Nebula Compatibility1.5.6.0] [NebulaCompatibilityAssist0.1.10] [AutoMute1.0.0]
System.NullReferenceException: Object reference not set to an instance of an object
at NebulaPatcher.Patches.Transpilers.UIDysonBrush_Paint_Transpiler.SendFramePacket (DysonFrame frame) [0x00024] ;IL_0024
at UIDysonBrush_Paint._OnUpdate () [0x006a5] ;IL_06A5
at ManualBehaviour._Update () [0x0001f] ;IL_001F
Possible related patches:
_OnUpdate(Transpiler): static var NebulaPatcher.Patches.Transpilers.UIDysonBrush_Paint_Transpiler::_OnUpdate_Transpiler(var instructions)
_OnUpdate(Transpiler): static var SphereEditorTools.SymmetryTool::Transpiler_OnUpdate(var instructions)
Edit: The exception occurs when playing in singleplayer mode with an applied multiplayer mod.
In the case of a game in multiplayer mode, the exception does not appear.
The text was updated successfully, but these errors were encountered:
The following error occurs when trying to change the color of Dyson Shell elements.
An error has occurred! Game version 0.9.27.15033
Mods used: [IlLine1.0.0] [LDBTool2.0.6] [DSP Mod Save1.1.4] [DSP Common API1.5.6.0] [NebulaMultiplayerMod0.8.12.3] [NebulaMultiplayerModApi1.3.1.3] [BulletTime1.2.10] [SphereEditorTools2.2.1] [Common API Nebula Compatibility1.5.6.0] [NebulaCompatibilityAssist0.1.10] [AutoMute1.0.0]
System.NullReferenceException: Object reference not set to an instance of an object
at NebulaPatcher.Patches.Transpilers.UIDysonBrush_Paint_Transpiler.SendFramePacket (DysonFrame frame) [0x00024] ;IL_0024
at UIDysonBrush_Paint._OnUpdate () [0x006a5] ;IL_06A5
at ManualBehaviour._Update () [0x0001f] ;IL_001F
Possible related patches:
_OnUpdate(Transpiler): static var NebulaPatcher.Patches.Transpilers.UIDysonBrush_Paint_Transpiler::_OnUpdate_Transpiler(var instructions)
_OnUpdate(Transpiler): static var SphereEditorTools.SymmetryTool::Transpiler_OnUpdate(var instructions)
The text was updated successfully, but these errors were encountered: