09-11-2009, 07:06 AM
So here's the deal, I'm running two servers from the same files. I've been doing this for months, and now it's giving me a headache. I can run the first server, but now the second server outputs the following:
So I turn on debug and it dumps the following to debug.log (which it says I should email to linux@valvesoftware.com, but it seems to useless to send)
Now, I havn't changed a damn thing. The only recent thing I have changed at all is renaming addons to addons.bak until I update sourcemod (the version was crashing my servers). After doing such both servers still worked properly.
The thing is the first server STARTED runs, the second server started crashes. It doesnt matter which script I run, the order results in the second executed server crashing like above.
I am at a loss as to what to do. I have already deleted srcds_run and updated to get it to re-install it, but that did not fix it.
Please advise.
Code:
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 12
Unknown command "r_decal_cullsize"
Unknown command "port"
maxplayers set to 12
Unknown command "startupmenu"
Network: IP X.X.X.X, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
./srcds_run: line 352: 9337 Segmentation fault $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Sep 10 21:02:07 UTC 2009: Server restart in 3 seconds
Thu Sep 10 21:02:08 UTC 2009: Server Quit
So I turn on debug and it dumps the following to debug.log (which it says I should email to linux@valvesoftware.com, but it seems to useless to send)
Code:
----------------------------------------------
CRASH: Thu Sep 10 20:56:15 UTC 2009
Start Line: ./srcds_i486 -game tf -console +port 27015 -tickrate 100 +maxplayers 12 -pingboost 2 -ip X.X.X.X -timeout 3 +map cp_badlands +servercfgfile serverb.cfg -debug
End of Source crash report
----------------------------------------------
Now, I havn't changed a damn thing. The only recent thing I have changed at all is renaming addons to addons.bak until I update sourcemod (the version was crashing my servers). After doing such both servers still worked properly.
The thing is the first server STARTED runs, the second server started crashes. It doesnt matter which script I run, the order results in the second executed server crashing like above.
I am at a loss as to what to do. I have already deleted srcds_run and updated to get it to re-install it, but that did not fix it.
Please advise.