• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

CS:S dedicated server crashes :(

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

kaltag

Senior Member
Joined
Jul 28, 2002
Location
Boise Idaho
Howdy, I've got myself a pefectly stable Linux server that I'm trying to setup to run a CS:S dedicated server on. I can start the server fine from the command line and pass whatever options I want and it starts up fine and people can play on it. HOWEVER once I create a server.cfg file the server crashes on startup. Doesn't matter what options are in the server.cfg file, in fact, I even created an empty file called server.cfg and it still crashes with same error. Here's the command I run to start it:
Code:
./srcds_run +map de_dust +ip 192.168.1.109
and this is what happens
Code:
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
Network: IP 192.168.1.109, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
*** glibc detected *** free(): invalid pointer: 0x401fc3c0 ***
./srcds_run: line 426: 28712 Aborted                 $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed Oct 19 11:22:41 GMT 2005: Server restart in 10 seconds

I built gdb and ran with the debug option and I get this
Code:
./srcds_run +map de_dust +ip 192.168.1.109 -debug
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
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
Network: IP 192.168.1.109, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
*** glibc detected *** free(): invalid pointer: 0x401fc3c0 ***
./srcds_run: line 426: 28811 Aborted                 (core dumped) $HL_CMD
Failed to read a valid object file image from memory.
Cannot access memory at address 0x400164d4
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xbfff8714
email debug.log to [email protected]
Wed Oct 19 11:23:55 GMT 2005: Server restart in 10 seconds
Wed Oct 19 11:23:57 GMT 2005: Server Quit

I've tried building a new version glibc and that didn't solve the problem. Anyone had a problem like this before?
 
Back