Server Side Crash!

Shinitenshi

New Adventurer
Joined
Mar 4, 2008
Messages
132
Reaction score
0
Age
38
Ok Here Quick Info:

Running Server On:
Sony Viao VGN-N130G
Duo Core 1.6GHZ
2 Gigs Ram
Windows Vista

Server seems to be crashing randomly. I mean I get good ping, other people get good ping no lag spikes and all of a sudden like 10 min in game HUGE Lag! Then Server goes down. I don't know if any one else has expirenced this bug give me some information. Another whats the command for error logging in hl? i know its like +debug or -log
 

CrazyMonkeyDude

New Adventurer
MSC Developer
RiP
Joined
Jun 29, 2007
Messages
2,619
Reaction score
2
Age
35
Vista might be your problem... Post your listenserver.cfg
 

Shinitenshi

New Adventurer
Joined
Mar 4, 2008
Messages
132
Reaction score
0
Age
38
// Name of the server
hostname "M0E's Whore House![FN]"

// Internet server (1 for LAN)
sv_lan 0

// Give players at least two minutes to connect
sv_timeout 120

// Cuts down on verbosness of console (saves some memory and CPU time)
developer 0

// Player Vs. Player Settings (0 to disable, 1 enable)
//If you use AMX you should set this in the command line via +ms_pklevel 0
//This way AMX will be able to enable player killing on the PvP maps.
ms_pklevel 0

// Number of characters that can be stored by each player on the server
// Set to 0 for client side characters
ms_serverchar 3

// Allow vote kicking (recommend disable, as is buggy - use new system)
ms_allowkickvote 1

// Allow voting for time
ms_allowtimevote 1

// If server is empty more than 10 minutes, reset to Edana
ms_timelimit 30

// Add your rcon password here (uncomment first)
//rcon_password "donthaxmypassword"
sv_password "omgkewl"

// Voice comm settings (hiqh quality)
sv_voiceenable 1
sv_voicequality 5
sv_voicecodec voice_speex

// Allow all players to hear one another, regardless of team
sv_alltalk 1
sv_spectalk 1

// Custom Content Server for fast downloads, Feel free to make your own
sv_downloadurl "http://www.thothie.com/hlserv"

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

// MAP VOTING
msvote_map_enable 1 // allow voting for maps
msvote_farm_all_day 0 // allow voting for the map the players are on
msvote_map_type "all" // (all|root) - allow voting for all maps (save hidden/gauntlet/maze) or restrict to only root towns

// Allow votekick from chat
msvote_kick_enable 1

// Allow voteban from chat
msvote_ban_enable 1

// Time player initiated vote-bans last
msvote_ban_time 60

// Allow voting for PVP (votepvp at chat)
msvote_pvp_enable 1

// Admin Contact (appears when player is kicked/banned or players type contact in console)
ms_admin_contact "[none given]"

// Write permanent bans to cfg (not required if you exec msc_bans.cfg)
ms_ban_to_cfg 0 // Write permanent bans to server.cfg/listenserver.cfg so they stay permanent

// Exec msc_bans.cfg so permanent bans stay permanent
exec msc_bans.cfg

// Log chat and various server events to monthly chat log
ms_chatlog 0

// Change map to Edana this many minutes after the last player leaves
ms_timelimit 30

// If this is set to 1, reset (quit) the server, after switching to edana via ms_timelimit
ms_reset_if_empty 0


its my server.cfg because its not listen server but dedicated.
 
Top