1. ripts?
    Code:
    [10/06/2016 19:48:07] A script behaviour (probably TerrainCheck?) has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
    [10/06/2016 19:48:07] A script behaviour (probably TerrainCheck?) has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
    ayout when loading. (Read 32 bytes but expected 36 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
    [10/06/2016 19:48:07] A script behaviour (probably TerrainCheck?) has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
    [10/06/2016 19:48:07] A script behaviour (probably TerrainCheck?) has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
    Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
    [10/06/2016 19:48:48] The file 'archive:/CAB-e2446ae3835fd7310524e3e713bd9b72/CAB-e2446ae3835fd7310524e3e713bd9b72' is corrupted! Remove it and launch unity again!
    [Position out of bounds!]
    [10/06/2016 20:13:22] [Oxide] 20:13 [Error] Failed to call hook 'cmdChatKit' on plugin 'Kits v3.1.11' (KeyNotFoundException: The given key was not present in the dictionary.)
    [10/06/2016 20:45:48] GUIDToPath: guid is empty
    [10/06/2016 21:25:02] GUIDToPath: guid is empty
    [10/06/2016 21:25:11] GUIDToPath: guid is empty
    [10/06/2016 22:05:53] [Oxide] 22:05 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    [10/06/2016 22:08:22] [Oxide] 22:08 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    [10/06/2016 22:08:29] [Oxide] 22:08 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    [10/06/2016 22:18:02] [Oxide] 22:18 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    [10/06/2016 22:18:32] [Oxide] 22:18 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    [10/06/2016 22:18:59] GUIDToPath: guid is empty
    [10/06/2016 22:19:02] GUIDToPath: guid is empty
    [10/06/2016 22:20:13] [Oxide] 22:20 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    Code:
    (23:19:30) | [Oxide] 22:20 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    (23:19:30) | [Oxide] 22:20 [Debug] at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader) [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Notifier+<InitializePlayer>c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
    (23:19:47) | [Oxide] 22:20 [Info] [Better Chat] [Player] [VLKA] Sherenity: no soy manco tengo lag
     
    Last edited by a moderator: Oct 6, 2016
  2. Wulf

    Wulf Community Admin

    The first errors look to be from outdated Rust files. The Kits plugin I'd report in the plugin's thread, as well as the Notifier error (web request callback).
     
  3. Is it a serious mistake?
     
  4. Wulf

    Wulf Community Admin

    Firs the first error, I'd run SteamCMD to validate all files with Rust again, then install the latest Oxide release 2475 or higher. For the plugins, the Notifier one is likely to do with the website it is using for getting a player's country, so not much they can do about it except for handling it better, hence reporting it in the plugin's thread.