Server hangs on startupSolved

No errors, no nothing. Whenever I run the RustDedicated.exe via my batch script, the server never boots up. It just stays on the terminal and never does anything.

https://prnt.sc/10d4u8q

A copy of my batch script is as follows:

Title NoobIsland 3x Server

:RunRustDedicated

@echo on

RustDedicated.exe -batchmode ^
+server.port 23000 ^
+server.level "Procedural Map" ^
+server.seed 164954860 ^
+server.worldsize 3000 ^
+server.maxplayers 150  ^
+server.url "http://discord.karasworlds.com/" ^
+server.headerimage "https://i.imgur.com/Vr0x7hp.png" ^
+server.identity "myserver" ^
+server.gamemode "vanilla" ^
+rcon.port REDACTED ^
+rcon.password REDACTED^
+rcon.web 1

@echo off

cls

echo Server has stopped. You can close this window now or wait until it restarts.
timeout /t 10

@goto :RunRustDedicated​

I recommend adding "-logfile output.log" to your launcher arguments, the output.log file will then likely tell you why your server isn't booting.

Issue was that it was loading the wrong build. Apparently I downloaded the Linux build? Not sure how, but it works now? Super weird, cause i'm like 99.9% sure that I downloaded the windows build. Anyways thanks for that tip. That solved it for me.

GrJSSfsz4Xbcg7A.jpg DJRedNight

Issue was that it was loading the wrong build. Apparently I downloaded the Linux build? Not sure how, but it works now? Super weird, cause i'm like 99.9% sure that I downloaded the windows build. Anyways thanks for that tip. That solved it for me.

The link had an issue when the update first came out today.
Locked automatically