SRCDS Steam group


[CS:S] Round_Start Hanging.
#1
Hey Guys,


I'm really fustrated about this server. It's about 6 gameservers, that doesn't start up, because when it comes to Round_Start it doesn't move from there.

The server specs:

CPU: i7 920 4x2.6 ghz (8 threads)
RAM: 24 GB Ram

It's running on Windows Server 2008 R2 .. Also, it has been working before, but then it just stopped :s

The Command to start the server: C:\GameServers\deagledm\srcds\css\srcds.exe -autoupdate -console -game cstrike -maxplayers 20 +map aim_deagle +port 27015 +tv_port 27216 +clientport 27417 -vertify_all

Running with the SRCDS guardian 3.0 .

It's running DeathMatch, with sourcemod and MetaMod. But it's not just this server, it's all of them Sad


Quote:L 08/15/2012 - 19:45:36: Log file started (file "logs\L0815018.log") (game "c:\gameservers\deagledm\srcds\css\cstrike") (version "4981")
L 08/15/2012 - 19:45:36: server_cvar: "sv_voiceenable" "0"
L 08/15/2012 - 19:45:36: server_cvar: "sv_alltalk" "1"
L 08/15/2012 - 19:45:36: World triggered "Round_Start"
L 08/15/2012 - 19:57:43: Log file closed

I really have NO idea what to do! :/
Reply
#2
Are we talking about 1 srcds that can't start up or 6 srcds?

Are you using a batch file to launch the multiple servers? Can you post that up?

Have you tried launching 1 srcds first and seeing if it completes startup?
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply
#3
It's all 6 of them, SRCDS's who can't start.


The start script:

Quote:::=======================::
:: SRCDS Guardian 3.0 ::
:: Mooga ::
:: SRCDS.com ::
::=======================::

::=========================================================::
:: Thanks To Black-Sky & Drocona for making SRCDS Guardian ::
:: This script is open source. Feel free to edit at will. ::
:: ::
:: This script was writen for the use of the srcds.com ::
:: online community. If you are interested in running a ::
:: Source Dedicated Server or need help, drop by our ::
:: forums at... http://forums.srcds.com ::
::=========================================================::

::=======================::
:: SET YOUR VARIABLES! ::
::=======================::

::=======================::
:: Window and Log name ::
:: Replace "My Server" ::
::=======================::
set servername=Deagle DM

::=======================::
:: Your start command ::
:: Replace after = ::
::=======================::
set runcmd=C:\GameServers\deagledm\srcds\css\srcds.exe -autoupdate -console -game cstrike -maxplayers 20 +map aim_deagle +port 27015 +tv_port 27216 +clientport 27417
::=======================::
:: End of variables ::
::=======================::

:: This will keep the window clean and easy to read
@echo off

:: Sets the title of the window
title SRCDS Guardian 3.0 %servername%

:: Clears the window incase there is anything there
cls

:: Prints to the window what we are doing
echo SRCDS Guardian 3.0 has been started!
echo.
echo *************************************************************************
echo To close the server, close this window and type exit in the server window
echo *************************************************************************
echo.
echo.
echo %servername% is now starting...
>> "%servername%.log" echo.
>> "%servername%.log" echo.
>> "%servername%.log" echo (%date%)(%time%) SRCDS Guardian 3.0 has been started!
>> "%servername%.log" echo (%date%)(%time%) %servername% is now starting...

:: This is a return point in case the server crashes or is closed
:restart

echo.
echo (%date%)(%time%) %servername% is now ONLINE
echo Watching %servername% for crashes...
>> "%servername%.log" echo.
>> "%servername%.log" echo (%date%)(%time%) %servername% is now ONLINE
>> "%servername%.log" echo (%date%)(%time%) Watching %servername% for crashes...

::Start the actual server
start /wait %runcmd%

echo.
echo (%date%)(%time%) Crash or Close detected!
echo %servername% is now restarting...
>> "%servername%.log" echo.
>> "%servername%.log" echo (%date%)(%time%) Crash or Close detected!
>> "%servername%.log" echo (%date%)(%time%) %servername% is now restarting...

::Server crashed or closed, so we point it to the return point to start the server again
goto restart

and the start script, for THAT script is:

Quote: @echo off
echo ##:::::::'##:::::'##::::::'########::'##:::'##:
echo ##::::::: ##:'##: ##:::::: ##.... ##: ##::'##::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: ##:'##:::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: #####::::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: ##. ##:::
echo ##::::::: ##: ##: ##:'###: ##:::: ##: ##:. ##::
echo ########:. ###. ###:: ###: ########:: ##::. ##:
echo........:::...::...:::...::........:::..::::..::
TIMEOUT /T 10 /NOBREAK
Echo Servers are Starting up!
TIMEOUT /T 1 /NOBREAK
echo Starting up Deagle Deathmatch!
start /min C:\Scripts\deagledm.bat
TIMEOUT /T 20 /NOBREAK
echo Starting up ESL Server!
start /min C:\Scripts\ESL.bat
TIMEOUT /T 20 /NOBREAK
echo Starting up Free For All Server!
start /min C:\Scripts\ffa.bat
TIMEOUT /T 20 /NOBREAK
echo Starting up Pracc Server!
start /min C:\Scripts\pracc.bat
TIMEOUT /T 20 /NOBREAK
echo Starting up War 2 server!
start /min C:\Scripts\war2.bat
TIMEOUT /T 20 /NOBREAK
echo Starting up The War server!
start /min C:\Scripts\war.bat
TIMEOUT /T 20 /NOBREAK
clear
echo ================================================
echo This Session has been sponsored by
echo ##:::::::'##:::::'##::::::'########::'##:::'##:
echo ##::::::: ##:'##: ##:::::: ##.... ##: ##::'##::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: ##:'##:::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: #####::::
echo ##::::::: ##: ##: ##:::::: ##:::: ##: ##. ##:::
echo ##::::::: ##: ##: ##:'###: ##:::: ##: ##:. ##::
echo ########:. ###. ###:: ###: ########:: ##::. ##:
echo........:::...::...:::...::........:::..::::..::
pause

I tried just start up ONE of the servers, same error. Also a fresh installed one :s
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)