View Single Post
Author Message
YuGiOhJCJ
Member
Join Date: Mar 2007
Old 08-19-2016 , 14:26   No error, the server process is running, but the client does not find the server
Reply With Quote #1

Hello,

I have installed a Linux Counter-Strike 1.6 dedicated server on Slackware 14.1 following the SteamCMD guide [1].
I have no error, the server process is running, but the client does not find the server.

Here is how I run the server:
Code:
./hlds_run -insecure -game cstrike +maxplayers 32 +ip 78.199.90.154 +port 27015 1>stdout.log 2>stderr.log &
Here is the server log:
Code:
$ cat stdout.log 
Auto-restarting the server on crash

Console initialized.
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
Server IP address 78.199.90.154:27015
couldn't exec listip.cfg
couldn't exec banned.cfg
$ cat stderr.log 
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Do you see something strange ?

Thank you.
Best regards.

[1] https://developer.valvesoftware.com/wiki/SteamCMD

Last edited by YuGiOhJCJ; 08-19-2016 at 14:26.
YuGiOhJCJ is offline