1. Code:
    Failed to call hook 'IOnPlayerChat' on plugin 'RustCore v2.0.3787' (NullReferenc
    eException: Object reference not set to an instance of an object)
      at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (.BasePlayer sender, Sy
    stem.String name, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.RustCore.IOnPlayerChat (.Arg arg) [0x00000] in <filename un
    known>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (ob
    ject,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
    ization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Dec 15, 2017
  2. i have the same message sometimes:
    Code:
    Failed to call hook 'IOnPlayerChat' on plugin 'RustCore v2.0.3787' (NullReferenceException: Object reference not set to an instance of an object)
    at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (.BasePlayer sender, System.String name, System.String[] args) [0x00000] in <filename unknown>:0
    at Oxide.Game.Rust.RustCore.IOnPlayerChat (.Arg arg) [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
     
    Last edited by a moderator: Dec 15, 2017
  3. I also have the same problem, it happens sometimes.
     
  4. Wulf

    Wulf Community Admin

    I believe it is/was coming from empty chat commands being used. Should be fixed in the latest snapshot on our build server, will do a release after confirmed from others that it is fixed.
     
  5. say for chat in game "/" symbol

    Error Console server:
    Failed to call hook 'IOnPlayerChat' on plugin 'RustCore v2.0.3791' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (.BasePlayer sender, System.String name, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Game.Rust.RustCore.IOnPlayerChat (.Arg arg) [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
     
  6. Got this

    Code:
    Failed to call hook 'IOnPlayerChat' on plugin 'RustCore v2.0.3787' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (.BasePlayer sender, System.String name, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.RustCore.IOnPlayerChat (.Arg arg) [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
     
  7. Wulf

    Wulf Community Admin

    Update Oxide and it should resolve this issue. There is a build newer than 3787.
     
  8. Interesting issue...

    Failed to call hook 'IOnPlayerChat' on plugin 'RustCore v2.0.3791' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Game.Rust.Libraries.Command.HandleChatCommand (.BasePlayer sender, System.String name, System.String[] args) [0x00000] in :0 at Oxide.Game.Rust.RustCore.IOnPlayerChat (.Arg arg) [0x00000] in :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 :0

    I don't have this plugin installed. Is there any plugins that call errors underneath this name? Maybe Private Message? My host says it's one of our chat plugins, and that's the only one we got.
     
  9. Its an oxide issue when someone just types "/" you can ignore the issue, it's fixed already in the next oxide build
    [DOUBLEPOST=1513810640][/DOUBLEPOST]So it's not plugin related
     
  10. Wulf

    Wulf Community Admin

    It is already fixed if you update Oxide.