08-17-2013, 07:51 AM
I've read multiple posts with this same issue but have yet to find a fix.
Little backstory:
I started up a gmod sandbox yesterday for the first time and got it up and running and even logged in through steam without an issue. Not sure if this part's important but I logged off and simply shut down the server command window by closing it with the X on the top right. I looked everywhere and asked around but no one seems to know the command to shut down properly. I ran the updater tool today and installed css(code 90) to the same folder. Anyway so today I try to start it up but launch it with the terrortown gamemode and I got this error:
---------------------------
srcds.exe - Entry Point Not Found
---------------------------
The procedure entry point ?LockForRead@CThreadSpinRWLock@@QAEXXZ could not be located in the dynamic link library C:\gmod\bin\dedicated.dll.
---------------------------
OK
---------------------------
and also this one:
---------------------------
Launcher Error
---------------------------
Failed to load the launcher DLL:
The specified procedure could not be found.
---------------------------
OK
---------------------------
Here's what the command window looks like:
Protecting srcds from crashes...
If you want to close srcds and this script, close the srcds window and type T de
pending title srcds.com watchdog
(17:46:18.07) srcds started
(17:48:06.27) WARNING: srcds closed or crashed, restarting.
(17:48:06.27) srcds started
(17:48:07.76) WARNING: srcds closed or crashed, restarting.
(17:48:07.76) srcds started
(17:48:08.73) WARNING: srcds closed or crashed, restarting.
(17:48:08.73) srcds started
(17:48:09.66) WARNING: srcds closed or crashed, restarting.
(17:48:09.66) srcds started
(17:48:10.60) WARNING: srcds closed or crashed, restarting.
(17:48:10.61) srcds started
(17:48:11.50) WARNING: srcds closed or crashed, restarting.
(17:48:11.51) srcds started
I have tried several things including deleting the garrysmod\bin folder then updating the server. One post even said to just hit ok a couple of times and it will go away but as you can see above this is not true.
Here's the steps I used in the updater to install gmod and css:
login anonymous
force_install_dir C:\gmod
app_update (4020 for gmod 90 for css)
Here's my start.bat:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type T depending title srcds.com watchdog
:srcds
echo (%time%) srcds started
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 8 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
My ports have been forwarded properly obviously. Any help would appreciated.
Little backstory:
I started up a gmod sandbox yesterday for the first time and got it up and running and even logged in through steam without an issue. Not sure if this part's important but I logged off and simply shut down the server command window by closing it with the X on the top right. I looked everywhere and asked around but no one seems to know the command to shut down properly. I ran the updater tool today and installed css(code 90) to the same folder. Anyway so today I try to start it up but launch it with the terrortown gamemode and I got this error:
---------------------------
srcds.exe - Entry Point Not Found
---------------------------
The procedure entry point ?LockForRead@CThreadSpinRWLock@@QAEXXZ could not be located in the dynamic link library C:\gmod\bin\dedicated.dll.
---------------------------
OK
---------------------------
and also this one:
---------------------------
Launcher Error
---------------------------
Failed to load the launcher DLL:
The specified procedure could not be found.
---------------------------
OK
---------------------------
Here's what the command window looks like:
Protecting srcds from crashes...
If you want to close srcds and this script, close the srcds window and type T de
pending title srcds.com watchdog
(17:46:18.07) srcds started
(17:48:06.27) WARNING: srcds closed or crashed, restarting.
(17:48:06.27) srcds started
(17:48:07.76) WARNING: srcds closed or crashed, restarting.
(17:48:07.76) srcds started
(17:48:08.73) WARNING: srcds closed or crashed, restarting.
(17:48:08.73) srcds started
(17:48:09.66) WARNING: srcds closed or crashed, restarting.
(17:48:09.66) srcds started
(17:48:10.60) WARNING: srcds closed or crashed, restarting.
(17:48:10.61) srcds started
(17:48:11.50) WARNING: srcds closed or crashed, restarting.
(17:48:11.51) srcds started
I have tried several things including deleting the garrysmod\bin folder then updating the server. One post even said to just hit ok a couple of times and it will go away but as you can see above this is not true.
Here's the steps I used in the updater to install gmod and css:
login anonymous
force_install_dir C:\gmod
app_update (4020 for gmod 90 for css)
Here's my start.bat:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type T depending title srcds.com watchdog
:srcds
echo (%time%) srcds started
start /wait srcds.exe -console -game garrysmod +map gm_construct +maxplayers 8 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
My ports have been forwarded properly obviously. Any help would appreciated.