06-14-2013, 09:36 AM
I followed this tutorial on this site about how to make a Garry's Mod server and i did everything, but when i run the bat that is supposed to run SRCDS, i get this error: "Failed to load the launcher DLL: The specified module could not be found."
I don't know why it won't work. The code i used was:
@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
Is the code wrong or something?
I have uploaded a picture of the error showing and the CMD in the back that was supposed to open scrds.
I don't know why it won't work. The code i used was:
@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
Is the code wrong or something?
I have uploaded a picture of the error showing and the CMD in the back that was supposed to open scrds.