SRCDS Steam group


Dedicated Server Stuck in a Loop
#1
Here's the problem I'm having. I got my Dedicated Server all set up and launching, but this is what it does:

[root@server]# ./srcds_run -console -game cstrike -port 27015 +ip benwirth.dyndns.org +map de_dust +maxplayers 20
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash

Console initialized.
Attempted to create unknown entity type event_queue_saveload_proxy!
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 20
Network: IP 147.9.165.88, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
Adding master server 69.28.151.162:27011
Adding master server 207.173.177.11:27011
Executing dedicated server config file
Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
Executing dedicated server config file
Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
Executing dedicated server config file


It loops the Summary and Executing lines indefinitely, and never really starts. What's going on? It's stuck in this loop and won't start up.

Fedora Core 5, Kernel 2.6.16-1.2096_FC5
Reply
#2
Quick note, I created an autoexec.cfg file and that changed my output slightly:

Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
Adding master server 69.28.151.162:27011
Adding master server 207.173.177.11:27011
Connection to Steam servers successful (SU).
Executing dedicated server config file
Summary: 347 resources total 15.63 Mb, 23.30 % of capacity
Executing dedicated server config file
Reply
#3
Make sure your server.cfg file doesn't execute server.cfg or another cfg file that executes server.cfg.
Reply
#4
Nope, the only exec in my server.cfg is for banned_ip and banned_user, and they are both empty files.
Reply
#5
I would try running the update command from the tutorial again, maybe a file is corrupt or something like that. Are you running a 64 bit processor? I know that I have seen some issues posted about problems with 64bit. When you say that you created an autoexec.cfg file that changed your output, what exactly did you put in the autoexec.cfg?
Reply
#6
I have a 64 bit processor but I'm not running a 64-bit version of anything, it's standard i386 or 586 or whatever. All I put into autoexec.cfg was "sv_alltalk 1" just to have some sort of value in it.
Reply
#7
J.Christy, I ran the update command again after removing all the hlds downloaded files, and I still get the same problem. Am I the first person this has ever happened to? Smile
Reply
#8
./srcds_run -console -game cstrike -port 27015 +ip benwirth.dyndns.org +map de_dust +maxplayers 20

Depending on your setup.. If you are behind a router change the +ip to the real local ip of your machine and foward the ports from the router to the game server. Also shame on you for running it as root...

Tim
Reply
#9
edit the valve.rc in cfg folder,
Code:
// load the base configuration
//exec default.cfg
r_decal_cullsize 1

// Setup custom controller
exec joystick.cfg

// run a user script file if present
exec autoexec.cfg

//
// stuff command line statements
//
stuffcmds


erase all and type:

Code:
echo "loading port"
port 27015
echo "setting IP"
ip XX.XX.XX.XX //not a DNS!!!!!
echo "setting maxplayers"
maxplayers 16
echo "executing Server.cfg"
exec server.cfg
echo "all done"

now start the server only with:

./srcds_run -game cstrike +map de_aztec

and look into console for what it says.
Linux IsiX 64 Generic Desktop ValHalla 2.6.33.4 x86_64
Intel Core 2 Duo T8400 4Gb Ram 40G SSD Intel
[Image: b_460x42_C000000-454234-696149-FFFFFF-FFF468-FFF468.png]
DoD 31 Comunity DoD 31 Spanish Comunity
Erste SS Panzer Grendier Division [DOD Clan]
Reply
#10
try leaving the dns addy out
./srcds_run -console -game cstrike -port 27015 +map de_dust +maxplayers 20
i had the same problem and if i place my external ip it wouldn't connect to steam. But when i left out the ip addy everyone could see it from steam and i wouldn't get that problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)