04-01-2012, 12:51 PM
Never had this problem with my gmod server or TF2 server. When i start up the server by using by .bat file it just closes staright away and keeps restarting untill i close it my self. It just started happening this morning. Was working perfect last night. Anyone know a solution to this problem?
This is the .bat thing i use to start the sevrer up (Garrys Mod)
@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\orangebox\srcds.exe -console -nocrashdialog -nohltv -game garrysmod -port 27015 -maxplayers 10 +map gm_flatgrass
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
This is the .bat thing i use to start the sevrer up (Garrys Mod)
@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\orangebox\srcds.exe -console -nocrashdialog -nohltv -game garrysmod -port 27015 -maxplayers 10 +map gm_flatgrass
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds