1. As my toppic says: Rust server won't load with last two new updates. But it does with 2.0.1783. Please help.
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    I don't see any issues in your output_log, and nothing to indicate Oxide is an issue at all. Make sure you have the Rust server fully updated.
     
  3. remove -load for the startup bat file
     
  4. That didn't help.
    [DOUBLEPOST=1456486759][/DOUBLEPOST]
    I have everything updated, and followed the order of instalation: Stem update, Oxide update, Start server. Here is my start.bat:

    D:
    cd D:\rustserver\
    :loop
    RustDedicated.exe -batchmode +server.hostname "[RU] AKRust ( X2 | KITS | MAP | HOME | ZLEVEL )" +server.port 28015 +server.identity AKRust +server.maxplayers 150 +rcon.port 28016 +rcon.password ... +server.worldsize 4000 +server.saveinterval 600 -logfile “output.txt”
    goto loop
    [DOUBLEPOST=1456487400][/DOUBLEPOST]Here is what I found: Rust Dedicated.exe does turn on but only in a background.
     

    Attached Files:

  5. Try just this
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.hostname "[RU] AKRust ( X2 | KITS | MAP | HOME | ZLEVEL )" +server.port 28015 +server.identity AKRust +server.maxplayers 150 +rcon.port 28016 +rcon.password 1234 +server.worldsize 4000 +server.saveinterval 600
     
  6. Thanks Resistance, but that did not help. Now there is no text in cmd at all. Its all blank.
    [DOUBLEPOST=1456501891][/DOUBLEPOST]BTW I've also tried removing all the plugins and that did not work.
     
  7. try this one
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.hostname "[RU] AKRust ( X2 | KITS | MAP | HOME | ZLEVEL )" +server.port 28015 +server.identity "AKRust" +server.maxplayers 150 +rcon.port 28016 +rcon.password 1234 +server.worldsize 4000 +server.saveinterval 600
    You dont seem to have a +server.seed in there but this above works for me
     
    Last edited by a moderator: Feb 26, 2016
  8. Nope. Didn't help.(
     
  9. Works for me if you want to pm me your skype info can watch your screen see whats going on
     
  10. Thank for the help)
     
  11. Wulf

    Wulf Community Admin

    Did you manage to get it resolved?
     
  12. I fixed it for him over skype
     
  13. Wulf

    Wulf Community Admin

    What did the issue end up being? Good to know for others viewing the threads with the same issue. ;)
     
  14. Not sure how he did it, but some folders where outside the main folder it was not letting the server start as it was like they were deleted
     
  15. Could you tell me what files got deleted and how to add them again, I am having the same problem and don't now how to fix.
     
  16. Wulf

    Wulf Community Admin

    This thread is from early 2016 and not relevant anymore.