AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   [SOLVED] Could not establish connection to Steam servers + VAC (https://forums.alliedmods.net/showthread.php?t=221099)

The Zero 07-18-2013 02:58

[SOLVED] Could not establish connection to Steam servers + VAC
 
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

DIS 07-18-2013 04:06

Re: Could not establish connection to Steam servers + VAC
 
Quote:

Originally Posted by The Zero (Post 1993505)
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 !!

Did you install Hamachi or any other proxy that runs on your network? If not are you even connected to the internet while running the server? If so what is your ISP? Did they blocked Steam?

Quote:

Originally Posted by The Zero (Post 1993505)
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

As far as I know, there is no need for that. Like i'm using this command to start my server (You try to start server with this command, too, and see if the error happens again:-
PHP Code:

-game cstrike +servercfgfile server.cfg +maxplayers 27 +map deathrun_arctic -port 27017 -console 

And see if happens again, tell me. Also make sure there is no illegal plugins on your server like dproto, or any other illegal plugins as well.

YamiKaitou 07-18-2013 08:17

Re: Could not establish connection to Steam servers + VAC
 
Try adding +ip your.ip.address.here

joropito 07-18-2013 10:08

Re: Could not establish connection to Steam servers + VAC
 
Use +

Quote:

+ip x.x.x.x +port yyyyy

The Zero 07-18-2013 17:25

Re: Could not establish connection to Steam servers + VAC
 
Done ! it works
but it must be added at the end of the line !

souvikdas95 10-20-2013 08:46

Re: [SOLVED] Could not establish connection to Steam servers + VAC
 
same error and neither solution is feasible...


All times are GMT -4. The time now is 21:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.