1. I'm getting this error after installing Oxide to my rust server. I am using the latest rust (v2000 (Linux, Dedicated)) and oxide version from https://dl.bintray.com/oxidemod/builds/


    Code:
    JsonReaderException: Invalid JavaScript property identifier character: [. Path '', line 1, position 6.
      at Newtonsoft.Json.JsonTextReader.ParseUnquotedProperty () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ParseProperty () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ParseObject () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonReader.ReadAndAssert () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Populate (Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonSerializer.PopulateInternal (Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonSerializer.Populate (Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonConvert.PopulateObject (System.String value, System.Object target, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonConvert.PopulateObject (System.String value, System.Object target) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.ConfigFile.Load (System.String filename) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.ConfigFile.Load[OxideConfig] (System.String filename) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.Load () [0x00000] in <filename unknown>:0
      at Oxide.Core.Interface.Initialize () [0x00000] in <filename unknown>:0
      at Bootstrap.Init_Tier0 () [0x00000] in <filename unknown>:0
      at Bootstrap+<Start>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0
      at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0(Filename:  Line: -1)
    
     
  2. Wulf

    Wulf Community Admin

    You have an error in your oxide.config.json file, most likely from a manual change to the file. No changes were made to that this in Oxide, and the default is generated. You can either repair it from changes made, or delete it and restart the server to let Oxide create a new one.
     
  3. oh damn... sry! works now! thx!