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...?
Solved RustDedicated hangs or...?
Discussion in 'Rust Discussion' started by Atomicdevil, Dec 29, 2016.
-
Attached Files:
-
-
Wulf Community Admin
Check your RustDedicated_Data/output_log.txt for errors.
-
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 nowAttached Files:
-
-
Wulf Community Admin
-
I redownloaded SteamCMD, redid litterly EVERYTHING.
ANd it still doesnt start the server, now it just loops.
(see image)Attached Files:
-
-
Wulf Community Admin
-
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 sticksAttached Files:
-
-
Wulf Community Admin
-
I edited like i had it when the serer worked all the time, its now no longer looping but it just stops after:
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 -
Wulf Community Admin
-
Nope, still this:
-
No matter what i try or do, it doesnt get beyond the
"Succes! App '258550' already up to date"
Point -
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.