NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
835 stars 124 forks source link

Exception on Decorating Dyson Shell #599

Closed Prceksl closed 1 year ago

Prceksl commented 1 year ago

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.