1. I have a weird issue that i cant find te solution to, no matter how much i google or search the forums.
    I have a server and it ran well.

    However, after i had to restart my computer the server refuses to run.
    It keeps hanging after the Update check: (see images).


    The batch code and everything remained untouched so they should just work?
    RustDedicated.exe is running but the server doesnt go further than what you see on the screenshot.

    Things i tried so far:
    - Close server and restart
    - Redownload the whole server
    - Redo the batch file even created a new one.
    - Closed RustDedicated.exe through task manager.

    Am i missing something...?
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    Check your RustDedicated_Data/output_log.txt for errors.
     
  3. All i get is

    Initialize engine version: 5.4.2f2 (b7e030c65c9b)
    Forcing GfxDevice: Null
    NullGfxDevice:
    Version: NULL 1.0 [1.0]
    Renderer: Null Device
    Vendor: Unity Technologies
    Initialize engine version: 5.4.2f2 (b7e030c65c9b)
    Forcing GfxDevice: Null

    So how could it work before the PC restart and fails afterwards?

    BTW this is all the console shows right now
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    Unlikely. I'd try deleting the steamcmd folder and forcing it to update again, then trying without the update step beforehand.
     
  5. I redownloaded SteamCMD, redid litterly EVERYTHING.
    ANd it still doesnt start the server, now it just loops.
    (see image)
     

    Attached Files:

  6. Wulf

    Wulf Community Admin

    Your .bat file is missing a space between RustDedicated.exe and the arguments for it.
     
  7. i used
    the tutorial .bat config wich always worked fine to test if it worked again.
    wich is:

    echo off
    :start
    C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
    RustDedicated.exe^
    -batchmode^
    -server.port 28017^
    -server.hostname "Rustafied.com Guides - Test"^
    -server.description "Functional server testing for Rustafied.com Guide editors."^
    -server.url "Updates"^
    -server.headerimage "http://i.imgur.com/ujMCXvA.png"^
    -server.seed 8675309^
    -server.maxplayers 50^
    -server.worldsize 4000^
    -server.identity Rustafied_com_Guides^
    -autoupdate
    goto start

    This never gave a problem before... now it either loops like i just showed or sticks
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    Okay, but that's what your issue is which you can see in your screenshots. If you edited the .bat with a program such as Wordpad, it will have messed up the formatting.
     
  9. I edited like i had it when the serer worked all the time, its now no longer looping but it just stops after:
    upload_2016-12-29_16-26-47.png

    The batch file looks like:

    echo off
    :start
    C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
    RustDedicated.exe -batchmode -server.port 28017 -server.hostname "AtomicA Network Server |x10|clans|insta|Many more!" -server.description "Welcome to the AtomicA Network Rust Server\n\nJoin our TeamSpeak:\neu37.ts3.cloud:2210\nPLUGINS:\n-Clans\n-Insta\n-FastSmelt\n-Events\n-Airstrikes\n-Higher Stack\n-Many more!" -server.headerimage "http://i67.tinypic.com/2z5pwtx.jpg" -server.seed 8675309 -server.maxplayers 200 -server.worldsize 4000 -server.identity AtomicANetwork -autoupdate
    goto start
     
  10. Wulf

    Wulf Community Admin

    And does your RustDedicated_Data/output_log.txt have anything new?
     
  11. Nope, still this:

    upload_2016-12-29_16-31-59.png
     
  12. No matter what i try or do, it doesnt get beyond the

    "Succes! App '258550' already up to date"

    Point
     
  13. Im going to put it on Solved, For some reason it suddenly started working.
    It was not the server that was the issue, it was the RustDedicated.exe that failed to start up.
    After giving it Administrator perm, it works without a flaw.

    I even managed to put the world save etc back in so no one lost a thing!

    @Wulf Thnx for the amazing support.