1. Code:
    Failed to call hook 'IOnRconCommand' on plugin 'RustCore v2.0.3881' (ArgumentOutOfRangeException: Cannot be negative. Parameter name: count) at System.String.CopyTo (Int32 sourceIndex, System.Char[] destination, Int32 destinationIndex, Int32 count) [0x00000] in <filename unknown>:0 at System.IO.StringReader.Read (System.Char[] buffer, Int32 index, Int32 count) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ReadData (Boolean append, Int32 charsRequired) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ReadData (Boolean append) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonReader.ReadAndMoveToContent () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
    Failed to call hook 'IOnRconCommand' on plugin 'RustCore v2.0.3881' (ArgumentOutOfRangeException: Cannot be negative. Parameter name: count) at System.String.CopyTo (Int32 sourceIndex, System.Char[] destination, Int32 destinationIndex, Int32 count) [0x00000] in <filename unknown>:0 at System.IO.StringReader.Read (System.Char[] buffer, Int32 index, Int32 count) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ReadData (Boolean append, Int32 charsRequired) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ReadData (Boolean append) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonReader.ReadAndMoveToContent () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Apr 12, 2018
  2. I see this showing up in logs every once in a while. Can anyone tell me what this is? I'm not sure what RustCore is I don't have that in my plugin folder.

    Code:
    Failed to call hook 'IOnRconCommand' on plugin 'RustCore v2.0.3954' (IndexOutOfRangeException: Index was outside the bounds of the array.)   at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000fb] in <ba44835247a74c58bf6cabef8b441b56>:0   at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ba44835247a74c58bf6cabef8b441b56>:0 
     
  3. Wulf

    Wulf Community Admin

    RustCore = Oxide's core plugin for Rust, which is in Oxide.Rust.dll.
     
  4. Thank, Wulf. So nothing to worry about I guess.