07-18-2015, 05:04 AM
So I decided to make a GMOD server for me and my friends. I followed this video here:https://www.youtube.com/watch?v=zjzT...ion_2776214465. It worked once before but I decided to make a whole new server today and what not. When I make the server and follow that video, when I open my star.bat file, it will load and crash and it will keep opening and crashing until I close it. It then gives me a srcds_2117155-crash. Here is what the command prompt looks like: http://postimg.org/image/wzpzuljjp/
and here is what the crash looks like: http://postimg.org/image/i6s8w5z7r/
Keep in mind this is a fresh server with no addons installed. Pleas help me figure this out!
Here is the code in my start.bat btw
@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 gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
and here is what the crash looks like: http://postimg.org/image/i6s8w5z7r/
Keep in mind this is a fresh server with no addons installed. Pleas help me figure this out!
Here is the code in my start.bat btw
@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 gm_construct +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds