Hlds encountered an error

Member
Joined
Mar 7, 2002
Messages
183
Best answers
0
Ok my dedicated server about 4 time a day freezes up and i get the nice windows encountered an error thing come up. Its odd because i have a vs and esf server on the same machine the vs 1 never crashs they are both using amxmodx and 1 custom plugin a high ping kicker. I looked in my logs and it doesn't show any errors. Can someone help me out please o yeah its a steam server.
 
Member
Joined
Mar 7, 2002
Messages
183
Best answers
0
If you need my server.cfg here it is:

Its the one MrSatan post changed to what i want, if u can suggest any optimisations to that would be great.

Code:
// Use this file to configure your DEDICATED server. 
// This config file is executed everytime the server changes levels.

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "Bob's Server", etc.
hostname "ESFNights Server 1 (esf)"

// maximum client movement speed 
sv_maxvelocity 5000

//ag-stats
log on
mp_logmessages 1 
logaddress log.ag-stats.net 20808

//disable cheats
sv_cheats 	0

// AMX Mod X CVars
amx_auto_tstorm "1"
amx_default_access "jz"
amx_eightball "1"
amx_extendmap_max "90"
amx_extendmap_step "15"
amx_flood_time "0.75"
amx_freq_imessage "800"
amx_gbots "0"
amx_gchat "1"
amx_gghost "1"
amx_ghumans "0"
amx_gsfx "1"
amx_gteams "0"
amx_last_voting "0"
amx_mode "1"
amx_password_field "_pw"
amx_reservation "0"
amx_show_activity "0"
amx_task 300 "amx_execall cl_drawdiamonds 0" r
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_voice "1"
amx_vote_answers "1"
amx_vote_delay "10"
amx_vote_ratio "0.02"
amx_vote_time "10"
amx_votekick_ratio "0.40"
amx_voteban_ratio "0.40"
amx_votemap_ratio "0.40"
ut_streak_mode "bce"

// ESF v1.2b Settings
// Advanced Melee
am_maxextanges "4"
am_mediumrange "0.900"
am_minrange "0.300"
am_percentblocked "0.600" //Default = 0.750
am_prepunch_delay "0.200"
am_prepunch_delaystruggle "0.100"
am_prepunch_driftspeed "300"
am_prepunch_max "12"
am_prepunch_maxstun "6"
am_prepunch_mincombo "3"
am_prepunch_stunperpunch "0.750"
am_strongrange "1.350"
am_struggle_arrowtime "0.500"
am_struggle_enddelay "1.500"
am_struggle_maxarrows "10"
am_struggle_maxextanges "2"
am_struggle_startdelay "0.750"
am_swoop_minstrugtime "0.350"
am_wallstick_canstick "1"
am_wallstick_maxtime "4"
am_wallstick_mintime "1"
am_weakrange "0.500"
// Other Settings
mp_allowsensubeans "3"
mp_allowspectator "1"
mp_ceasefire "0"
mp_characterlimit "0"
mp_dbrespawntime "25"
mp_gamemode "0"
mp_laydowntime "1.500"
mp_lockmodels "1"
mp_melee "1"
mp_multipleps "1"
mp_nomeleehittime "0" // Default Setting = 1
mp_plcatchup "1"
mp_realteams "0"
mp_simplemelee "0"
mp_spawn_invulnerable_time "4"
mp_wishlimit "0"

// Normal CVars
log on
cl_cmdrate "55"
cl_updaterate "50"
decalfrequency "120"
default_fov "90"
edgefriction "2"
fakelag "0"
fakeloss "0"
hpk_maxsize "1"
mapcyclefile "MapCycle.txt"
motdfile "MOTD.txt"
mp_allowmonsters "0"
mp_consistency "1"
mp_decals "40"
mp_footsteps "1"
mp_forcerespawn "0"
mp_fraglimit "0"
mp_friendlyfire "0"
mp_logecho "0"
mp_logfile "0"
mp_timelimit "50"
pausable "0"
precache "1"
r_decals "40"
r_detailedtextures "0"
r_mirroralpha "0"
r_mmx "1"
rate "8200"
rcon_password "removed lol im not stupid"
servercfgfile "server.cfg"
sv_accelerate "10"
sv_aim "1"
sv_airaccelerate "10"
sv_airmove "1"
sv_allowownload "1"
sv_allowdownload "1"
sv_precachemp3 "1"
sv_allowupload "1"
sv_alltalk "1"
sv_bounce "1"
sv_cheats "0"
sv_clienttrace "3.5"
sv_clipmode "0"
sv_friction "4"
sv_gravity "800"
sv_lan "0"
sv_maxrate "9000"
sv_maxspeed "5000"
sv_maxunlag "0.5"
sv_maxupdaterate "60"
sv_maxvelocity "5000"
sv_minrate "4000"
sv_minupdaterate "1"
sv_password ""
sv_proxies "1"
sv_send_logos "1"
sv_send_resources "1"
sv_stepsize "18"
sv_stopspeed "100"
sv_unlag "0"
sv_unlagpush "0"
sv_unlagsamples "1"
sv_voicecodec "voice_speex"
sv_voiceenable "1"
sv_maxplayers "6"
// Voice Quality (Poor-Best 1-5)
sv_voicequality "5"
sv_wateraccelerate "10"
sv_wateramp "0"
sv_waterfriction "0"
violence_ablood "0"
violence_agibs "0"
violence_hblood "0"
violence_hgibs "0"


// Config Execution
exec banned.cfg
Just tried running the server with no plugins and it still crashed after awhile :(
 

Users who are viewing this thread

Top Bottom