View Single Post
Author Message
The Zero
Member
Join Date: Nov 2012
Location: 127.0.0.1
Old 07-18-2013 , 02:58   [SOLVED] Could not establish connection to Steam servers + VAC
Reply With Quote #1

I installed server with SteamCMD, and when i put this command
Code:
./hlds_run -game cstrike -autoupdate +maxplayers 32 +map de_dust2 -port 27015 +exec server.cfg -tickrate 100 -sys_ticrate 1000 -pingboost 3
the server is running but VAC doesn't work !!
and I see this error :
Code:
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/zero/.steam/sdk32/steamclient.so
with error:
/home/zero/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
dlopen failed trying to load:
/home/zero/.steam/sdk32/steamclient.so
with error:
/home/zero/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
L 07/18/2013 - 08:44:10: Server cvar "sv_accelerate" = "5"
L 07/18/2013 - 08:44:10: Started map "de_dust2" (CRC "1159425449")

L 07/18/2013 - 08:44:11: World triggered "Round_Start"
Could not establish connection to Steam servers.
but I can join the server

HERE I saw that I should add +ip 127.0.0.1 to the startup line. It looks worked fine

Code:
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/zero/.steam/sdk32/steamclient.so
with error:
/home/zero/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
dlopen failed trying to load:
/home/zero/.steam/sdk32/steamclient.so
with error:
/home/zero/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
L 07/18/2013 - 08:51:39: Server cvar "sv_accelerate" = "5"
L 07/18/2013 - 08:51:39: Started map "de_dust2" (CRC "1159425449")

Connection to Steam servers successful.
L 07/18/2013 - 08:51:40: World triggered "Round_Start"
   VAC secure mode is activated.
but I can't join the server
__________________

Last edited by The Zero; 07-18-2013 at 17:28.
The Zero is offline