1. This morning i updated my rust server. I reinstalled all plugins and reinstalled Oxide on my server. When i tried to start the server it just get stuck on Starting Server... and nothing hapens after that. This is my start.bat file:
    @echo off
    cls
    :start
    echo Starting server...

    RustDedicated -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +server.maxplayers 10 +server.hostname "Rob Server" +server.identity "Rob_Server" +server.level "Procedural Map" +server.worldsize 3000 +server.saveinterval 600 +server.globalchat true +server.description "Powered by Rob" +spawn.min_rate 2 spawn.max_rate 3 +spawn.min_density 1 +spawn.max_density 2

    echo.
    echo Restarting server...
    echo.
    goto start

    Any suggestion how i can fix the issue. If you want me to link anything more, just tell me.
    Thanks in advance!
    [DOUBLEPOST=1467973072][/DOUBLEPOST]Extra: I tried to att creat a server without oxide, it worked. Then i installed Oxide, it did not work. So i guess it is Oxide that is not up to date!
     
  2. Wulf

    Wulf Community Admin

    Oxide is up-to-date. If your server is not loading, check your RustDedicated_Data/output_log.txt for errors. If you are on Linux, it's possible that you are not actually up-to-date and are using too new of a Rust DLL that is included with Oxide, breaking your server. This has been the case for the last 5 people that posted with the same issue on Linux.
     
  3. Hi! Thanks for the Response! Im running Windows and I can't make any sense to the things im reading out of the output_log - So here it is if you or anyone want to help!

    Thanks in advance!
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    It looks to be the same issue as the Linux users had, somehow your server is not up-to-date and using mismatched DLLs. I'd suggest shutting it down, running SteamCMD again with validate, then installing the latest Oxide build again.
     
  5. Thanks! It worked!