1. seems u are right on that one as just tested it and got same result.
     
  2. Wulf

    Wulf Community Admin

    For those still having issues, could you search the entire plugins folder (use a tool such as Notepad++) for // Reference:, and let me know what shows up?
     
  3. Our plugins don't have //Reference infront of them and still having issues. Still get Error while compiling: XXXXXXXX.cs(XXX,XX): error CS0433: The imported type `Newtonsoft.Json.JsonConvert' is defined multiple times
     
  4. Wulf

    Wulf Community Admin

    None of them at the top?
     
  5. I stand corrected 8 out of 130 mods have it.
    InfoPanel.cs
    EnhancedBanSystem.cs
    HumanNPC.cs
    ItemSkinRandomizer.cs
    LustyMap.cs
    ObjectRemover.cs
    PlayerDatabase.cs
    PlayerRanks.cs

    InfoPanel.cs (1 hit) Line 1: // Reference: Newtonsoft.Json
    EnhancedBanSystem.cs (2 hits) Line 1: // Reference: Oxide.Core.MySql Line 2: // Reference: Oxide.Core.SQLite
    HumanNPC.cs (1 hit) Line 1: // Reference: Newtonsoft.Json
    ItemSkinRandomizer.cs (1 hit) Line 1: // Reference: Rust.Workshop
    LustyMap.cs (1 hit) Line 2: // Reference: System.Drawing
    ObjectRemover.cs (1 hit) Line 1: // Reference: Newtonsoft.Json
    PlayerDatabase.cs (2 hits) Line 1: // Reference: Oxide.Core.MySql Line 2: // Reference: Oxide.Core.SQLite
    PlayerRanks.cs (1 hit) Line 1: // Reference: Oxide.Core.MySql
     
  6. Wulf

    Wulf Community Admin

    Try removing the Rust.Workshop one.
     
  7. PlayerRanks.cs works perfect though - thats one of the mods that doesnt give any issues.
     
  8. It would seem selective @tomhud we have issues where others don't. We have no mods loading in but only a few are have the //Reference.

    Well I'll be f**^*d, removing that one line of //Reference Rust.Workshop has allowed the mods to load in, however just sorting a animal and bot movement issue. Thanks @Wulf
    [DOUBLEPOST=1508479997][/DOUBLEPOST]Just got this after toggling animal ai and movement (02:10:13) | NullReferenceException: Object reference not set to an instance of an object
     
    Last edited by a moderator: Oct 20, 2017
  9. Seems to be issue with CSharpCompiler.dll & Newtonsoft.Json.dll and/or Newtonsoft.Json.JsonReader

    Please see below.

    Thanks.
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    Yes, we're aware of the issue.
     
  11. Even after toggling animals still no movment, issue with navmesh?
     
  12. A new Oxide build will be released soon. Please keep patient all :)
    [DOUBLEPOST=1508480693][/DOUBLEPOST]Fixes Newton errors :D
     
  13. Wulf

    Wulf Community Admin

    AI is an issue I'll have to tackle later today once I've slept a bit. Pushing on 3am here and I've been working on this for most of the day.

    New build: Release build changes | Page 13 | Oxide
     
    Last edited: Oct 20, 2017
  14. All Loaded fine this time i got 1 error but no Json errors at all and it looks like all plugins loaded fine.
    Wulf it looks like u fixed it :)

    Tested : All plugins loaded fine.
     
  15. Would it be possible to give explanation as to how you got all of your plugins to load?
    Not one of my plugins will load.

     

    Attached Files:

  16. Wulf

    Wulf Community Admin

    Did you update Oxide to the build from a few mins ago?
     
  17. @draindoc98

    I updated to latest Oxide and it just worked
     
  18. Yes, I just did prior to posting message.
     
  19. my server is local if that helps.
    I just closed it down and downloaded Oxide and then updated it.
    Restart Server and all is good.
     
  20. Wulf

    Wulf Community Admin

    What does oxide.verison show?