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!
Solved Server not starting (outdated)
Discussion in 'Rust Discussion' started by robeng, Jul 8, 2016.
-
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.
-
Thanks in advance!Attached Files:
-
-
Wulf Community Admin
-