07-11-2010, 03:45 PM
Hi,
I have a HL2MP Server on an old Linux machine and i get this error on the server console: SteamGetEncryptionKeyToSendToNewClient: Returned NULL!
ServerError.jpg (Size: 88.41 KB / Downloads: 13)
And I get this error when trying to connect on my desktop: Failed to get server encryption key
EncryptionKey.jpg (Size: 24.26 KB / Downloads: 10)
Two days ago, this server was working fine, I had some friends playing on it and everything, but now, no one, not even myself can connect to it.
Specs:
OpenSuSE 11.2 (32-bit)
Pentium 4 @ 3 GHz
512 MB RAM
30 GB HDD
Half-life 2: Deathmatch (HL2MP)
Start up code:
./srcds_run -console -game hl2mp +map dm_sniper_tkc2_d -maxplayers 10 -autoupdate -port 27040
Mods: Metamod, Mani, and SouceMod, sc_protect (just a chat protection addon)
autoexec:
Thanks in Advance
-Trent
I have a HL2MP Server on an old Linux machine and i get this error on the server console: SteamGetEncryptionKeyToSendToNewClient: Returned NULL!
ServerError.jpg (Size: 88.41 KB / Downloads: 13)
And I get this error when trying to connect on my desktop: Failed to get server encryption key
EncryptionKey.jpg (Size: 24.26 KB / Downloads: 10)
Two days ago, this server was working fine, I had some friends playing on it and everything, but now, no one, not even myself can connect to it.
Specs:
OpenSuSE 11.2 (32-bit)
Pentium 4 @ 3 GHz
512 MB RAM
30 GB HDD
Half-life 2: Deathmatch (HL2MP)
Start up code:
./srcds_run -console -game hl2mp +map dm_sniper_tkc2_d -maxplayers 10 -autoupdate -port 27040
Mods: Metamod, Mani, and SouceMod, sc_protect (just a chat protection addon)
autoexec:
Code:
hostname "ME's SERVER"
rcon_password "MYPASSWORD"
//sv_password
fps_max 600
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64
pausable 0
//damage settings
sk_plr_dmg_357 225
sk_plr_dmg_smg1 4
sk_plr_dmg_pistol 7
sk_player_arm 1
sk_player_chest 1
sk_player_head 3
sk_player_leg 1
sk_player_stomach 1
mp_flashlight 1
sv_maxvelocity 6000
sv_hl2mp_item_respawn_time 15
sv_hl2mp_weapon_respawn_time 1
mp_teamplay 1
// protection
scp_spawn_on 2
scp_chat_on 1
scp_msg_on 1
scp_help_on 1
scp_protect_bots 1
scp_connect_timeout 10
scp_ammo_refill 0 //Allow ammo refill under protection
scp_off_delay 0.5 //Delay in seconds until protection disappears when active
scp_off_onfire 1 //Protection off without delay when fireing
scp_attacker_punish 1 //How much health to remove to punish an attacker
// Voice Comm
sv_voiceenable "1"
sv_voiceenable 1
sv_alltalk 1
sv_cheats 0
sv_pure 0
mp_chattime 20
sv_allowdownload 1
//sv_downloadurl ""
sv_filetransfercompression 0
mp_fraglimit 100
mp_timelimit 60
mp_friendlyfire 0
mp_tkpunish 1
mp_autokick 1
mp_fadetoblack 1
mp_falldamage 0
mp_logmessages 1
mp_weaponstay 0
sv_region 255
sv_lan 0
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
sv_minupdaterate 10
sv_maxupdaterate 66
sv_mincmdrate 10
sv_maxcmdrate 66
sv_client_cmdrate_difference 1
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
//sv_timeout 300
sv_timeout 21600
decalfrequency 60
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_rcon_banpenalty 60
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 45
// Source TV
tv_enable 0
// Exec Configs
exec banned_user.cfg
mapchangecfgfile server.cfg
mapcyclefile mapcycle.txt
-Trent