SRCDS Steam group


CS: Source crashes on map change
#1
I have a Fedora FC3 Linux CS: Source server set up, with map changes happening every 1/2 hour. However, when the server tries to change level, it just keeps on writing "Level Change: mapname" over and over again, instead of actually doing anything. For the players, the server just freezes.

I've also tried changing map via "map mapname" and "changelevel mapname", both of which fail, claiming 'Unable to change level'. I've checked the map directory, and the filenames match exactly to what I'm putting in the terminal (without the .bsp extension). All of the folders allow access. I can also start the server using any map, it's only changelevel and map that break it. Does anyone have any ideas?
Reply
#2
I am having the same problem with Fedorea core 3. Runs fine until map change time the poof!

here is my server config if there are questions about that:

hostname "[BGN] BigIron Source Server"

// set to force players to respawn after death
mp_forcerespawn 1

// enable player footstep sounds
mp_footsteps 1
sv_footsteps 1

// Bounce multiplier for when physically simulated objects collide with other objects.
sv_bounce 0

// enable flashlight
mp_flashlight 1

// enable autocrosshair (default is 1)
mp_autocrosshair 1

// allow bots
mp_allowNPCs 1

// world gravity (default 800)
sv_gravity 800

// world friction (default 4)
sv_friction 4

// world water friction (default 1)
sv_waterfriction 1

// Minimum stopping speed when on ground
sv_stopspeed 75

// spectator settings
sv_noclipaccelerate 5
sv_noclipspeed 5
sv_specaccelerate 5
sv_specspeed 3
sv_specnoclip 1

// Misc settings (leave as is)
mp_teamplay 0
mp_fraglimit 0
mp_falldamage 1
mp_weaponstay 0

// Allow friendlyfire to hurt teammates (default 0)
mp_friendlyfire 1

// player movement acceleration rates (default 5, 10 and 10)
sv_accelerate 5
sv_airaccelerate 10
sv_wateraccelerate 10

// max player speed (default 320)
sv_maxspeed 320

// misc physics settings, leave them as-is
sv_rollspeed 200
sv_rollangle 0

// player steps and stepsize - dont mess with this (default 18)
sv_stepsize 18

// misc default vehicle settings (leave these alone)
//r_VehicleViewDampen 1
//r_JeepViewDampenFreq 7.0
//r_JeepViewDampenDamp 1.0
//r_JeepViewZHeight 10.0
//r_AirboatViewDampenFreq 7.0
//r_AirboatViewDampenDamp 1.0
//r_AirboatViewZHeight 0.0

// teamplay talk all (1) or team only (0)
sv_alltalk 0

// enable voice on server
sv_voiceenable 1

// disable pause on server (set this to 0 always)
sv_pausable 0

// disable cheats (set this to 0 always)
sv_cheats 0

// teamserver coop (default 0)
coop 0

// deathmatch - set this to 1
deathmatch 0

// allow players to upload sprays (default 1)
sv_allowupload 1

// allow sprays and map content to be downloaded (default 1)
sv_allowdownload 1

// how often players can spray tags (default 20)
decalfrequency 30

// fast http download url address
sv_downloadurl http://XXXXXXXXXXXXXXXXXXXXX.XXX/~xxxxxxx

// Enable instanced baselines - Saves network overhead
sv_instancebaselines 1

//Force server side preloading (default 0)
sv_forcepreload 1

// set timelimit before map change
//mp_timelimit 30 <==== Un-comment this and poof!

// How many minutes each round takes (min. 1.000000 max. 9.000000)
mp_roundtime 5

// Max bandwidth rate allowed on server, 0 == unlimited
sv_maxrate 9999

// Min bandwidth rate allowed on server, 0 == unlimited
sv_minrate 5000

// Maximum updates per second that the server will allow (default 60)
sv_maxupdaterate 60

// Minimum updates per second that the server will allow (default 10)
sv_minupdaterate 10

// Maximum lag compensation in seconds (min. 0.000000 max. 1.000000)
sv_maxunlag 1

// Maximum speed any ballistically moving object is allowed to attain per axis (default 3500)
sv_maxvelocity 3500

// rcon failure settings
//Number of minutes to ban users who fail rcon authentication
sv_rcon_banpenalty 5

//Number of minutes to ban users who fail rcon authentication
sv_rcon_maxfailures 10

// Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
sv_rcon_minfailures 10

// Number of seconds to track failed rcon authentications
sv_rcon_minfailuretime 30

//The region of the world to report this server in (255 = world)
sv_region 2

// gather server statistics
sv_stats 1

//After this many seconds without a message from a client, the client is dropped (default 65)
sv_timeout 65

//Enables player lag compensation
sv_unlag 1

//Specifies which voice codec DLL to use in a game. Set to the name of the DLL without the extension
sv_voicecodec vaudio_miles

//Enables HLTV on this server
sv_hltv 0

//toggles whether the server allows spectator mode or not
mp_allowspectators 1

// If set to 1 then Server is a lan server ( no heartbeat, no authentication, no non-class C addresses, 9999.0 rate, etc. )
// set to 0 for internet server
sv_lan 0

// Server contact name / url / email
sv_contact "meatpuppet@beejbox.bluegrass.net"

// server password for players to join (default "")
//sv_password

// execute SteamID based ban list
exec banned_user.cfg

// execute IP based ban list
exec banned_ip.cfg

// Set packet filtering by IP mode (default 1)
sv_filterban 1

// log all bans in logfile
sv_logbans 1

//mapcyclefile mapcycle.txt

/////////////////////////////////////////////////////////////////////////////////////////
mp_limitteams 1
//////////////////////////////////////////////////////////////////////////////////////////
//Restricts the bots to particular weapons
//bot_knives_only
//bot_pistols_only
//bot_snipers_only
bot_all_weapons

//Weapon Control 0/1
bot_allow_grenades 1
bot_allow_machine_guns 1
bot_allow_pistols 1
bot_allow_rifles 1
bot_allow_rogues 1
bot_allow_shotguns 1
bot_allow_snipers 1
bot_allow_sub_machine_guns 1

// enable logging and start log file
sv_logfile 1
log on
exec mani_server.cfg
exec bot.cfg

(end of file)


I am running on a 2.8 gig AMD 512 meg of ram on a SATA 80 gig.

I have a mail server and 4 web pages on this machine.. No big deal and runs like a clock!

Any ideas??

Meatpuppet
Sad
Meatpuppet

-How can you be in two places at once, when your not anywhere at all?
Reply
#3
Are we the only two that have seen this?

Meatpuppet

-How can you be in two places at once, when your not anywhere at all?
Reply
#4
change deathmatch 0 to deathmatch 1 or delete the deathmatch 0 from your server.cfg

that should fix it
United Strike Marine Corps
USMC-CO| θ (theta)
Reply
#5
Damn this one took me forever - I got the same hang with repeating "CHANGE LEVEL" lines in console
Mine repeated "CHANGE LEVEL: //de_mapname"

Turns out that "//" is not a valid comment marker for mapcycle.txt like it is in server.cfg. In the hlds days you could comment mapcycle.txt with "//", but not in srcds. Just delete the "//" lines you've commented out.
[FORD] CS:S GunGame - 71.251.230.34:27016 - ford.thehax.com
Asero Gaming Community - aserogaming.net
Reply
#6
(02-28-2005, 02:28 PM)inc0gs Wrote:  change deathmatch 0 to deathmatch 1 or delete the deathmatch 0 from your server.cfg

that should fix it

THANK YOU. I really did not want to go through my server.cfg and figure out what was causing this. Now for the first time in about a year I have my CSS server back up and running (I had customized scripts for starting it, automatically restarting if the Source engine failed, etc. that broke with the update). I removed "coop" from my server.cfg as well, didn't want to risk anything else happening.

Also, never put sv_skyname in your server.cfg, removed my skybox.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)