Advertisement
EffeDion

Rust Server OnPlayerDisconnected error.

Feb 21st, 2020
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. Failed to call hook 'OnPlayerDisconnected' on plugin 'InfoPanel v1.0.0' (NullReferenceException: Object reference not set to an instance of an object)
  2. at Oxide.Plugins.InfoPanel.OnPlayerDisconnected (BasePlayer player) [0x00000] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  3. at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005b4] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  4. at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  5. at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0
  6. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0
  7. Failed to call hook 'OnPlayerDisconnected' on plugin 'InventoryCleaner v1.5.1' (NullReferenceException: Object reference not set to an instance of an object)
  8. at Oxide.Plugins.InventoryCleaner.OnPlayerDisconnected (BasePlayer player, System.String reason) [0x00000] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  9. at Oxide.Plugins.InventoryCleaner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002e0] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  10. at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  11. at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0
  12. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0
  13. Failed to call hook 'OnPlayerDisconnected' on plugin 'PermissionsManager v0.1.1' (NullReferenceException: Object reference not set to an instance of an object)
  14. at Oxide.Plugins.PermissionsManager.OnPlayerDisconnected (BasePlayer player, System.String reason) [0x00000] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  15. at Oxide.Plugins.PermissionsManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00196] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  16. at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  17. at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0
  18. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0
  19. Failed to call hook 'OnPlayerDisconnected' on plugin 'QueueHolder v1.0.0' (NullReferenceException: Object reference not set to an instance of an object)
  20. at Oxide.Plugins.QueueHolder.GetQueueData (BasePlayer player) [0x00000] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  21. at Oxide.Plugins.QueueHolder.OnPlayerDisconnected (BasePlayer player, System.String reason) [0x00014] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  22. at Oxide.Plugins.QueueHolder.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00055] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  23. at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  24. at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0
  25. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0
  26. Failed to call hook 'OnPlayerDisconnected' on plugin 'AdminRadar v4.7.3' (NullReferenceException: Object reference not set to an instance of an object)
  27. at Oxide.Plugins.AdminRadar.OnPlayerDisconnected (BasePlayer player, System.String reason) [0x00017] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  28. at Oxide.Plugins.AdminRadar.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002ca] in <ccf93efd2cde4a709082aadd80cf89dc>:0
  29. at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <33f7c42a56934dae8ec04b11017dce31>:0
  30. at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <33287985591c40d6983f0b8f0e915565>:0
  31. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <33287985591c40d6983f0b8f0e915565>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement