Hey mate, I'm getting errors on server startup:
Failed to call hook 'OnServerInitialized' on plugin 'PermissionsManager v2.0.3' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Core.Configuration.DynamicConfigFile.get_Item (System.String key) [0x00000] in :0
at Oxide.Plugins.PermissionsManager.CheckCfg[T] (System.String Key, T& var) [0x00006] in :0
at Oxide.Plugins.PermissionsManager.LoadConfigVariables () [0x00000] in :0
at Oxide.Plugins.PermissionsManager.OnServerInitialized () [0x0004d] in :0
at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00274] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
And sometimes, on a plugin reload:
o.reload InstantUntie
InstantUntie was compiled successfully in 2697ms
Calling 'Unload' on 'InstantUntie v1.0.6' took 169ms
Failed to call hook 'OnPluginUnloaded' on plugin 'PermissionsManager v2.0.3' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Core.Configuration.DynamicConfigFile.get_Item (System.String key) [0x00000] in :0
at Oxide.Plugins.PermissionsManager.CheckCfg[T] (System.String Key, T& var) [0x00006] in :0
at Oxide.Plugins.PermissionsManager.LoadConfigVariables () [0x00000] in :0
at Oxide.Plugins.PermissionsManager.OnServerInitialized () [0x0004d] in :0
at Oxide.Plugins.PermissionsManager.OnPluginUnloaded (Oxide.Core.Plugins.Plugin plugin) [0x00012] in :0
at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00168] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Unloaded plugin Instant Untie v1.0.6 by MJSU
Failed to call hook 'OnPluginLoaded' on plugin 'PermissionsManager v2.0.3' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Core.Configuration.DynamicConfigFile.get_Item (System.String key) [0x00000] in :0
at Oxide.Plugins.PermissionsManager.CheckCfg[T] (System.String Key, T& var) [0x00006] in :0
at Oxide.Plugins.PermissionsManager.LoadConfigVariables () [0x00000] in :0
at Oxide.Plugins.PermissionsManager.OnServerInitialized () [0x0004d] in :0
at Oxide.Plugins.PermissionsManager.OnPluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00012] in :0
at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0013a] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Loaded plugin Instant Untie v1.0.6 by MJSU
Undecided if I should have post this on Support or Questions, went for support ^^
eof