09-16-2009, 08:18 AM
Ok , first off , I have used the HldsUpdateTool 100 times or more to download my servers and run them, Ive never had any issues before this. Now I cant get my server to laod , I tried running from the Run command, and it loads the screen and it says
"Console initaited Game dll loaded for coutner striek source"
and thats it it stops there , doesnt show me any ip or any other info to tell me that the server succesfully booted.
I have installed this on my pc that I am usign before with the same oeprating system nothign has changed so i know its not my hardware or os.
Server OS: Windows 7 Rc 64 bit Ultimate
Processor: Intel Q6600 Core 2 Quad ( quad core ) 2.4 ghz
Ram: 4 Gbs DDr2 800 Mhz
Game(s): Counter Strike Source
Start Up Command: C:\HLServer\srcds.exe -console -game cstrike -autoupdate
Admin Mods: Havnt installed any yet
INSTALLING INFO
Batch file:
@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 cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
"Console initaited Game dll loaded for coutner striek source"
and thats it it stops there , doesnt show me any ip or any other info to tell me that the server succesfully booted.
I have installed this on my pc that I am usign before with the same oeprating system nothign has changed so i know its not my hardware or os.
Server OS: Windows 7 Rc 64 bit Ultimate
Processor: Intel Q6600 Core 2 Quad ( quad core ) 2.4 ghz
Ram: 4 Gbs DDr2 800 Mhz
Game(s): Counter Strike Source
Start Up Command: C:\HLServer\srcds.exe -console -game cstrike -autoupdate
Admin Mods: Havnt installed any yet
INSTALLING INFO
Batch file:
@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 cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds