SRCDS Steam group


VAC secure mode disabled and other errors
#1
Ive been searching and searching and SEARCHING for a solution to my problem. I really need some help. I have a debian linux box with a FRESH INSTALL css server on it.

Code:
gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Code:
ldd --version
ldd (GNU libc) 2.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.


Code:
Kernel Version
Linux gameserver 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux


Now for the error messages
Code:
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 46

Checking/Installing 'Base Source Shared Models' version 3

Checking/Installing 'Base Source Shared Sounds' version 3

Checking/Installing 'Base Source Shared Materials' version 7

Checking/Installing 'Source Dedicated Server Linux' version 51

HLDS installation up to date

Console initialized.
Attempted to create unknown entity type event_queue_saveload_proxy!
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 16
Network: IP 192.168.163.70, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
Summary:  339 resources total 14.29 Mb, 21.29 % of capacity
Adding master server 69.28.151.162:27011
Adding master server 207.173.177.11:27011
Could not establish connection to Steam servers.
   VAC secure mode disabled.
cminterface.cpp (703) : Assertion Failed: m_hConnectionTCP


As you can see my server starts up OK but I cannot connect to the steam servers and VAC!!!And some random error i have no idea what it is!! yes I have port 20009 UDP/TCP open. Yes ive reinstalled the server. No go! And yes ive tried -vacbeta in the command line and ive tried it without it.

Any tips on helping me fix these problems i will love you for ever! Thanks!
Reply
#2
Have you tried adding the switch -verify_all i belive it it? Chances are it could be an issue steam side as i have gotten something like this before.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#3
What do you mean? Have i tried adding -verify_all to the startup command line?
Reply
#4
Sorry, -verify_all to the installer you know ./steam -command update -game "Counter-strike Source" -dir . -verify_all
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#5
did that and still no luck Sad
Reply
#6
When it says:

Code:
Adding master server 69.28.151.162:27011
Adding master server 207.173.177.11:27011

Would 27011 have to be open by any chance?
Reply
#7
Let me get the thread that had all the ports you shoudl open and which protocol to use..

EDIT: http://www.srcds.com/forums/showthread.php?tid=585&pid=2750#pid2750
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#8
how do i check if I have outbound restricitons?
Reply
#9
Well I figured I would see if I could get it to work in windows, and still no luck but I couldnt even get it to become an internet server. I turned off the windows firewall and I dont have any other firewalls on here that I know of. I am using the exact same IP address so I know the ports are open on this box..atleast im pretty sure. Anyone have ANY ideas on what to do for this box its killing me! I am on a t1 line at an office
Reply
#10
O my gosh! ITS VAC SECURED!! I just ran cal.cfg and its secure...are my eyes playing tricks on me? Someone else look for me 216.85.179.70:27015

Ya weird every time I exec cal.cfg the little VAC secured sign next to the server list comes on. This is the cal.cfg:

Code:
//Official CAL CS:Source Match Config
//This is to be used during all offical CAL matches
//To use this config you type "exec calcss.cfg" in console
//To report any problems email boeckelmann@caleague.com

rcon_password 8571160090 // Enter your RCON password here before the double slashes
hostname "CAL CS:Source Match Server"

sv_lan 0
sv_maxupdaterate 100
sv_minupdaterate 20
sv_unlag 1
sv_maxunlag .5
sv_voiceenable 1

mp_autokick 0
mp_spawnprotectiontime 0
mp_autocrosshair 0
mp_autoteambalance 0
mp_buytime .25
mp_c4timer 35
mp_fadetoblack 0
mp_flashlight 1  
mp_forcecamera 1
mp_footsteps 1

mp_freezetime 15
mp_friendlyfire 1
mp_hostagepenalty 0
mp_limitteams 5
mp_maxrounds 0 // May be set higher to prevent changelevel
mp_winlimit 0
mp_playerid 0
mp_roundtime 1.75
mp_timelimit 999
mp_tkpunish 0
mp_startmoney 800

sv_airaccelerate 10
sv_allowdownload 1
sv_allowupload 1
sv_alltalk 0
tv_enable 0 // SourceTV must be disabled unless both teams or CAL requests it.
tv_delay 90
sv_cheats 0
sv_friction 4
sv_gravity 800
sv_maxrate 20000 // legal values for this setting are between 9999 and 30000
sv_maxspeed 320
sv_minrate 0
sv_stepsize 18
sv_stopspeed 75
sv_timeout 65
sv_voicecodec vaudio_miles

mp_allowspectators 1
decalfrequency 60
host_framerate 0
setpause 0
mp_logdetail 3
log on

say "CAL CS:S Config Has Been Executed"


this is weird..... Every time is start up the server it gaves the same errors but as soon as i exec the cal config VAC symbol comes on. Any Ideas guys?
Reply
#11
Ok new update. I figured out that as soon as sv_lan 0 is executed the server appears to be VAC secured. Ok so I take down the server and the server still gives me those same errors. And i exec sv_lan 0 and its VAC secured...or so it says it is. Ill shutdown the server again and put it back up but THIS TIME i threw sv_lan 0 in the server.cfg. It still is not VAC secured and it still gives me those errors. But as soon as I type sv_lan 0 it becomes VAC secured....Pretty freaky eh? Someone help plz?
Reply
#12
just add +sv_lan 0 to command line Smile
SNR
Reply
#13
Im getting the same problems...sort of...

Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash

Console initialized.
Attempted to create unknown entity type event_queue_saveload_proxy!
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 10
Network: IP 192.168.1.107, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
Summary: 323 resources total 14.52 Mb, 21.64 % of capacity
Server logging enabled.
Server logging data to file logs/L0222018.log
L 02/22/2006 - 19:04:20: Log file started (file "logs/L0222018.log") (game "/home/hlds/cstrike") (version "2596")
Adding master server 68.142.72.250:27011
Adding master server 207.173.177.11:27011
L 02/22/2006 - 19:04:20: World triggered "Round_Start"
Connection to Steam servers successful.
VAC secure mode is activated.

^^^but it jams up at this point...anybody?

should i mention i have all the recommended ports open on my router....

+ doesn anybody know when i type +ip..should that be the server's ip or my router's..cuz when i do the server's i get this far...but when i do the routers..it errors out almost immediately.
Reply
#14
Uhm...
how do I make so that my server is NOT VAC SECURED?!?
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)