1. [Oxide] 6:04 PM [Error] Failed to call hook 'OnPlayerInit' on plugin "Insert every plugin here"

    This is causing a lot of lag, I have the latest Oxide installed.
     
  2. Wulf

    Wulf Community Admin

    Every plugin doesn't use OnPlayerInit, so we'd really need to see the actual logs.
     
  3. Code:
    [Oxide] 1:05 AM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Rules'
    File: rules.js Line: 62 Column: 12 ReferenceError notifierFound is not defined:
      at Jint.Native.Function.ScriptFunctionInstance.Call (JsValue thisArg, Jint.Native.JsValue[] arguments) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.CallFunction (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    I will dig into the logs in a minute, but r-lanterns, deathnotes & ZoneManager are all doing this .
     
  4. Wulf

    Wulf Community Admin

    That's an error that would need to be fixed by the Rules plugin. The others I'd need to see, but all likely errors in those plugins as well.
     
  5. The weird thing is, everything was smooth when I went to the newest oxide earlier today, then suddenly everything broke. ZoneManager stopped working right, deathnotes broke. It was really odd to have everything break without even restarting it. Was almost like oxide reverted itself. And now I am getting spammed with:

    Calling kill - but already IsDestroyed!? build/foundation[0]
    Calling kill - but already IsDestroyed!? build/foundation[0]
    Calling kill - but already IsDestroyed!? build/foundation[0]
    Calling kill - but already IsDestroyed!? build/foundation[0]

    I am getting the logs now.
    [DOUBLEPOST=1432790040][/DOUBLEPOST]
    Code:
    [Oxide] 6:01 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'r-Lanterns'
    File: r-Lanterns.lua Line: 169 attempt to index field 'entityContents' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    I actually don't have anything in the log for zonemanager, but the fact that it was working (i.e. pvpgod in zones was working) and now suddenly it fails to stop PVP is weird with that one.
     
    Last edited by a moderator: May 28, 2015
  6. Wulf

    Wulf Community Admin

    That's a Rust error which is generally related to an issue with your world save.

    The R-Lanterns error is also an issue with that plugin. I'd recommend checking for an update in its thread.
     
  7. So corrupt world?
     
  8. Wulf

    Wulf Community Admin

    I'm not sure what the error means exactly, but from what I can tell... the server is trying to remove a foundation that was already removed, so it's possible. A restart may fix it, though I'm not really sure.