SRCDS Steam group


Help starting server.
#1
So, I've updated css, via steam, and I start css through css-start.sh
so I type ./css-start.sh, and it gives this error

Invalid game type 'cstrike' specified.
Sat Jun 3 10:35:52 CDT 2006: Server Failed.

Here's the contents of css-start.sh(all on one line):
/opt/halflife/srcds_run -console -game cstrike -port 27015 +ip 123.123.123.123 +map de_dust +maxplayers 14 -autoupdate

I updated css through this command(before starting css, ofcourse):
/usr/games/bin/steam -command update -game "Counter-Strike Source" -dir /opt/halflife

I'm running gentoo, and got the update tool through that.
My glibc is glibc-2.3.6-r3.

Anything else you want to know about my system just ask, but that's all I think you need to know.
Reply
#2
fix the .sh so:
Code:
# !/bin/sh
cd /opt/halflife/
screen -S Counter-Strike -d -m ./srcds_run -console -game cstrike -port 27015 +ip 123.123.123.123 +map de_dust +maxplayers 14 -autoupdate

echo "CS Server Started"


make sure thats screen installed on your sistem.

and dont run a srcds as root - thats pretty stupid
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
#3
Ok, so that time it worked, but it brought up this error:

Couldn't allocate dedicated server UDP port

and then it automatically started the update again which is what it is doing now.
Reply
#4
Ok, done updating. Same problem:

Couldn't allocate dedicated UDP port

How can I fix this?
Reply
#5
That means the ip adress could not be bound to the srcds or the port is already in use.

I hope you didnt really use ip 123.123.123.123 lol
anyways you want to use your internal IP if your behind a router, external if directly connected to the internet.
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)