I made a GMOD server with SteamCMD. normally works fine.
I try to launch it. It gives me this error at very random times and INSTANTLY closes when it appears
when its not crashing its hanging at console initialized.
[IMG]http://imageshack.us/a/img405/9735/3ixf.png[/IMG]
can't get a good pic of it cause it keeps closing on me. also, why is there no log?
Please provide the command line parameters you call the srcds.exe with.
here it is:
[code]
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map de_dust2 +maxplayers 20 +exec "server.cfg" +gamemode "terrortown"
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
[/code]
Sorry, you need to Log In to post a reply to this thread.