Map cannot load

Discussion in 'Rust Discussion' started by Otto, Jul 31, 2015.

  1. when i start my server it says couldnt load server. i didnt change anything just updated to latest oxide...
    paskaa.jpg
     
  2. I saw several reports of this.. Apparently the patch broke some saves. You could try a backup but there's a good chance it's lost, sorry!
     
  3. Wulf

    Wulf Community Admin

    What do you have your +server.seed set to @Otto?
     
  4. same here..... but all building still stay.
     
  5. Wulf

    Wulf Community Admin

    If you have the same error, you wouldn't have player buildings.
     
  6. my server.seed 8675309
     
  7. Wulf

    Wulf Community Admin

    Okay, well according to the error, it thinks you aren't setting a seed, so it's creating a random one. What's your exact command-line?
     
  8. :START
    RustDedicated.exe -batchmode -server.hostname "[FIN] FastCraft"
    GOTO START
    :START
    C:\rustserver\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\RustServer\ +app_update 258550 -beta experimental validate +quit
    RustDedicated.exe -batchmode -server.port 28015 -server.hostname "[FIN] FastCraft" -server.seed 8675309 -server.maxplayers 7 -server.worldsize 4000 -server.identity my_server_identity -chat.serverlog 1 -server.netlog 1 server.saveinterval 200 -spawn.max_rate 1 -spawn.max_density 1 -autoupdate -god 1
    time /t >> shut.log
    pause
    GOTO:START
     
  9. Wulf

    Wulf Community Admin

    Code:
    :START
    C:\rustserver\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\RustServer\ +app_update 258550 validate +quit
    RustDedicated.exe -batchmode +server.hostname "[FIN] FastCraft" +server.seed 8675309 +server.maxplayers 7
    time /t >> shut.log
    pause
    GOTO:START
    It appears you are starting it without a seed, as you have the server starting twice. Sometimes less is more, try the above. The rest could really be added to your cfg/server.cfg file, even the hostname, seed, and maxplayers if you wanted.
     
  10. where do i find my server.cfg file? looks like i dont even have it
     
  11. Wulf

    Wulf Community Admin

    You'd need to manually create it and the cfg folder under your server's main/root directory.