-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when installing plugin since latest Rust update #1
Comments
I suspect this has something to do with data migration (if I recall correctly the schema changed). Did you temporarily switch to the previous version of Kits? |
Thanks for the reply. I fixed the issue by deleting all data and configs and then reinstalling and then manually copying back in my old data which fixed it. This only happened with the last update Jan 2019 |
Hello. I have the problem. Failed to call hook 'cmdChatKit' on plugin 'Kits v3.2.93' (NullReferenceException: Object reference not set to an instance of an object) In case if I try add new Kit |
Failed to call hook 'OnServerInitialized' on plugin '_Kits v3.2.93' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Kits.InitializePermissions () [0x00038] in :0
at Oxide.Plugins.Kits.OnServerInitialized () [0x00000] in :0
at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001ad] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
The text was updated successfully, but these errors were encountered: