SRCDS Steam group


Succesfully connected, atleast thats what it says....
#1
Hey guys.

So I start my srcds server and I get a Succesfully connected message.
Only I can't find or connect to the server on steam, I cant even find it on steam.
Once it auctually worked...but dont think I did anything different then...

anyways heres evry thing it does when i launch it.
Code:
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
INFO: Located steam: /home/mackan/Desktop/srcds_l/steam
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 80


Checking/Installing 'Base Source Shared Models' version 4


Checking/Installing 'Base Source Shared Sounds' version 4


Checking/Installing 'Base Source Shared Materials' version 8


Checking/Installing 'OB Linux Dedicated Server' version 50


HLDS installation up to date
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 102 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
Using breakpad minidump system
Using breakpad crash handler

Console initialized.
Game.dll loaded for "Counter-Strike: Source"
Setting breakpad minidump AppID = 240
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(240)/version(4260)
maxplayers set to 16
Unknown command "r_decal_cullsize"
Network: IP 0.0.0.0, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
Failed to load $include VMT file (materials/DE_DUST/TILEFLOOR02.vmt)
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient.dll. Continuing with current version anyway.
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
exec: couldn't exec banned_user.cfg
exec: couldn't exec banned_ip.cfg
Connection to Steam servers successful.
   VAC secure mode is activated

Do you know what's wrong?. I got port 27015 open, so it should work....]
Reply
#2
Quote:Network: IP 0.0.0.0
Now there's your problem.
Add
Code:
-ip 12.34.56.78
to the launch command where 12.34.56.78 must be your local IP address.

This is an interesting command to see whether anything is listening to a port:
Code:
lsof -i :27015

Linux is a true multi-user OS. Try to run steam as another user if this is a desktop system.
You're not required to do this but it certainly is a good habit.
Steam username for communication: root_admin (but i'm just a regular user)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)