SRCDS Steam group


Can't run CSS Server
#1
Hello,

BASIC INFO:
OS: CentOS
CPU: AMD 64 X2 2.2ghz
RAM: 2GB
Game: Counter-Strike Source
Startup Command: ./srcds_run -game cstrike +exec server.cfg +ip XXX.XXX.XXX.XXX +port 27020 -debug -autoupdate +maxplayers 16 +map de_dust2
Admin Mods: NONE

I've tried to setup a Counte-Strike Source server but it seems not to be working.


So when I've installed the server in to the directory ~/hlds/css
I try running the srcds_run
Code:
./srcds_run -game cstrike +exec server.cfg +ip XXX.XXX.XXX.XXX +port 27020 -debug -autoupdate +maxplayers 16 +map de_dust2

Then I get this message
Code:
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
Unknown command "port"
maxplayers set to 16
Network: IP XXX.XXX.XX.XX, mode MP, dedicated Yes, ports 27020 SV / 27005 CL
Executing dedicated server config file
Incorrect price blob version! Update your server!
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
appdatacache.cpp (311) : Assertion Failed: !"Implement me"
Adding master server 69.28.140.246:27011
Adding master server 69.28.140.247:27011
Connection to Steam servers successful.
   VAC secure mode is activated.

I can't see what's the problem... It just doesn't work Sad

Any help would be appreciated

Regards,

Carl
Reply
#2
What's the problem?
Reply
#3
The server doesn't appear in the server list in Counter Strike Source (I tried adding it to the favorites list using the server IP and Port number)
Reply
#4
Have you done portforwarding?
Reply
#5
I talked to the company hosting my dedicated server, and they said that no ports were blocked... And that it should work they also didn't believe this problem was caused by the network
Reply
#6
i can't get it to work on port 27020 but on 27015 i can

you need to unblock these ports(these are commands which i usew to unlbock my ports)

iptables -A INPUT -p tcp --dport 27030 -j ACCEPT
iptables -A INPUT -p tcp --dport 27031 -j ACCEPT
iptables -A INPUT -p tcp --dport 27032 -j ACCEPT
iptables -A INPUT -p tcp --dport 27033 -j ACCEPT
iptables -A INPUT -p tcp --dport 27034 -j ACCEPT
iptables -A INPUT -p tcp --dport 27035 -j ACCEPT
iptables -A INPUT -p tcp --dport 27036 -j ACCEPT
iptables -A INPUT -p tcp --dport 27037 -j ACCEPT
iptables -A INPUT -p tcp --dport 27038 -j ACCEPT
iptables -A INPUT -p tcp --dport 27039 -j ACCEPT
iptables -A INPUT -p udp --dport 1200 -j ACCEPT
iptables -A INPUT -p udp --dport 27015 -j ACCEPT
iptables -A INPUT -p udp --dport 27016 -j ACCEPT
iptables -A INPUT -p udp --dport 27017 -j ACCEPT
iptables -A INPUT -p udp --dport 27018 -j ACCEPT
iptables -A INPUT -p udp --dport 27019 -j ACCEPT
iptables -A INPUT -p udp --dport 27020 -j ACCEPT
iptables -A INPUT -p tcp --dport 27015 -j ACCEPT
iptables -A INPUT -p udp --dport 27000 -j ACCEPT
iptables -A INPUT -p udp --dport 27001 -j ACCEPT
iptables -A INPUT -p udp --dport 27002 -j ACCEPT
iptables -A INPUT -p udp --dport 27003 -j ACCEPT
iptables -A INPUT -p udp --dport 27004 -j ACCEPT
iptables -A INPUT -p udp --dport 27005 -j ACCEPT
iptables -A INPUT -p udp --dport 27006 -j ACCEPT
iptables -A INPUT -p udp --dport 27007 -j ACCEPT
iptables -A INPUT -p udp --dport 27008 -j ACCEPT
iptables -A INPUT -p udp --dport 27009 -j ACCEPT
iptables -A INPUT -p udp --dport 27010 -j ACCEPT
iptables -A INPUT -p udp --dport 27011 -j ACCEPT
iptables -A INPUT -p udp --dport 27012 -j ACCEPT
iptables -A INPUT -p udp --dport 27013 -j ACCEPT
iptables -A INPUT -p udp --dport 27014 -j ACCEPT
iptables -A INPUT -p udp --dport 27015 -j ACCEPT

then just change the Startup Command to: ./srcds_run -game cstrike +exec server.cfg +ip XXX.XXX.XXX.XXX +port 27015 -debug -autoupdate +maxplayers 16 +map de_dust2

and it should work
Reply
#7
Thank You for your help russ939...

Unfortunately it still doesn't work Sad

Anybody else who has any ideas of what I can do to solve it?

Thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)