20:03 [Error] Failed to initialize plugin 'MiniCopterOptions v2.0.3' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.MiniCopterOptions.Loaded () [0x00021] in <bf961b1df60142eeb37df125b3047637>:0
at Oxide.Plugins.MiniCopterOptions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <bf961b1df60142eeb37df125b3047637>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <8a646463979e4a1d9c0e2f1298e9483f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <1fe782f4b27a43ae85d29ebb2d56c007>:0
at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0006e] in <8a646463979e4a1d9c0e2f1298e9483f>:0
20:03 [Info] Unloaded plugin Mini-Copter Options v2.0.3 by Pho3niX90 NullReferenceException at LoadedFixed
Failed to initialize plugin 'MiniCopterOptions v2.0.31' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.MiniCopterOptions.Loaded () [0x00021] in <d9f339d8da5945048379f2abcfcf0d7c>:0
at Oxide.Plugins.MiniCopterOptions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <d9f339d8da5945048379f2abcfcf0d7c>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0006e] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0 The problem occurs when starting the server. If it reloads it compiles successfully. The error is as follows
Thanks in advance!
Merged post
We provisionally solved it with the TimedExecute plugin. The same plugin we use to automatically restart our server and we add to its configuration that it reloads the plugin (it only fails to restart but when recharging * oxide.reload .. *) it starts working. It is a provisional solution, hopefully it can be solved definitively.
Regards.
Failed to initialize plugin 'MiniCopterOptions v2.0.31' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.MiniCopterOptions.Loaded () [0x00021] in <09a2d5e598f9438993d29acc4e175634>:0
at Oxide.Plugins.MiniCopterOptions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <09a2d5e598f9438993d29acc4e175634>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0006e] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0Thanks in advance!
Merged post
We provisionally solved it with the TimedExecute plugin. The same plugin we use to automatically restart our server and we add to its configuration that it reloads the plugin (it only fails to restart but when recharging * oxide.reload .. *) it starts working. It is a provisional solution, hopefully it can be solved definitively.
Regards.
This should now be resolved in v2.0.35
Locked automatically