1. Following Errors appear i try to find a fix but seems impossible i seen a tread before with has been solved but no solution and the solution offered doesnt seem to apply in my case


    Code:
    01:38 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'JoinQuitMsg v0.4.0' (NullReferenceException: Object reference not set to an instance of an object)
    01:38 [Stacktrace]   at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Server.Broadcast (System.String message, System.String prefix, UInt64 userId, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Rust.BroadcastChat (System.String name, System.String message, System.String userId) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.JoinQuitMsg.OnPlayerDisconnected (.BasePlayer player, System.String reason) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.JoinQuitMsg.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 


    Code:
    01:42 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'JoinQuitMsg v0.4.0' (NullReferenceException: Object reference not set to an instance of an object)
    01:42 [Stacktrace]   at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Server.Broadcast (System.String message, System.String prefix, UInt64 userId, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Rust.BroadcastChat (System.String name, System.String message, System.String userId) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.JoinQuitMsg.OnPlayerDisconnected (.BasePlayer player, System.String reason) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.JoinQuitMsg.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 
    Please let me know what need to change i found this Rust Hooks api but doesnt refer to these issues thought
     
  2. Wulf

    Wulf Community Admin

    It isn’t a hook issue, it is an issue with how the plugin is sending the message. There is a thread in the Rust Development section thatbdetials how to fix it, else I’d suggest reporting it to the plugin’s author or using another supported plugin that does the same thing.
     
  3. @Wulf im getting issues with woodbox_deployed the game goes to a Loading State and then causing a crash do you know maybe how and what

    RCON CONSOlE: woodbox_deployed[534416] destroying

    Oxidelog: 2:21 AM [Warning] Ignored unnecessary '// Reference: Rust.Workshop'

    there no other errors thought