1. server updates and starts with oxide but no plugins load i must manually load them 1 by 1 then they work?
     
  2. Wulf

    Wulf Community Admin

    Sounds like you still have the old Newtonsoft.Json as mentioned in the old thread you posted in. Check your compiler log to verify.
     
  3. Wulf

    Wulf Community Admin

    Nothing unique about it on Linux, you simply have a file that doesn't exist in any of the builds from the past 1 week+.
     
  4. i guess i dont understand i did a fresh install and same issue.
     
  5. Wulf

    Wulf Community Admin

    Check your compiler log as I suggested please. If it mentions a conflict with Newtonsoft.Json, then you're somehow installing an old build.
     
  6. im not receiving any compiler logs.
    [DOUBLEPOST=1486686991][/DOUBLEPOST]corrected

    SERVER v1.0.20] Restarting: warning CS1701: Assuming assembly reference `Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' matches assembl

    but im downloading oxide on a cleaned browser so not sure why im not geting the correct oxide.
     
  7. Wulf

    Wulf Community Admin

    Yup, you're getting an old build still with an old version of that DLL. We have not included that DLL version in any of the builds in the past week+.

    Try downloading a build from here: AppVeyor
     
  8. Code:
    [SERVER v1.0.20] Started as service
    [SERVER v1.0.20] Running as service
    [SERVER v1.0.20] Got Message: Ready
    [SERVER v1.0.20] Got Message: Compile
    [SERVER v1.0.20] Restarting: warning CS1701: Assuming assembly reference `Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' matches assembly `Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. You may need to supply runtime policy
    warning CS1702: Assuming assembly reference `protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67' matches assembly `protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67'. You may need to supply runtime policy
    AutoGrades.cs(80,8): warning CS0114: `Oxide.Plugins.AutoGrades.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword

    guess i dont understand still getting the same issue. with that download.
    deleted server reinstalled stuck in the download you suggested.
     
  9. Wulf

    Wulf Community Admin

    Yeah, somehow you keep installing old version of Newtonsoft.Json under RustDedicated_Data/Managed, which we do not include.
     
  10. the Newtonsoft.Json.dll is in the download you sent me.
     
  11. Wulf

    Wulf Community Admin

    Yes, but it's not the version from Feb 2nd that you keep installing.
     
  12. seems my windows version witch is working has the same
    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Restarting: warning CS1701: Assuming assembly reference `Newtonsoft.Json, Version=6.0.0.0
     
  13. Wulf

    Wulf Community Admin

    Could you upload the version you have under Managed for me to check please?
     
  14. this is my windows version working on windows. with newest download
    [DOUBLEPOST=1486689256][/DOUBLEPOST]Here is the version downloded directly from my linux not working.
     
  15. Wulf

    Wulf Community Admin

    Hmmm, those look fine then. Could you upload your complete oxide/logs?
     
  16. Here ya go.
     

    Attached Files:

  17. Wulf

    Wulf Community Admin

    Well, to start with... I'd suggest updating the plugins that were broken from today's Rust update.
     
  18. bah that was it log i sent ya was wrong log was from last update on test server but ya was one of the plugins i did not update causing it not to load.....
     
    Last edited by a moderator: Feb 10, 2017