10-02-2010, 09:23 PM
(This post was last modified: 10-04-2010, 02:43 AM by NeO_Huperman.)
Hey, well I've been getting this problem with my CSS server, when trying to start it, it just core dumps half way through start up with this
Output of debug.log
Start script:
I also get the same problem with a Garrys Mod server I have running on the same machine, and even a fresh install of srcds in another directory.
If I use the ./srcds_linux command, I get this error
Server OS: Fedora 8 64bit
Processor: Intel® Xeon® CPU E5520 @ 2.27GHz
RAM: 512mb, so, 0.512gb
Currently running Sourcemod, Meta mod and a Zombie Riot plugin.
used the following command to install:
the problem just randomly started happening and I don't remember doing/changing anything before hand that could have caused this.
Any Help Greatly appreciated
-Huper
Code:
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient.dll. Continuing with current version anyway.
./srcds_run: line 348: 5588 Segmentation fault (core dumped) $HL_CMD
cat: hlds.5578.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Sat Oct 2 12:13:04 BST 2010: Server restart in 10 seconds
Code:
----------------------------------------------
CRASH: Sat Oct 2 12:13:21 BST 2010
Start Line: ./srcds_linux -console -game cstrike +map de_dust2 -ip 95.172.31.90 -port 27015 +maxplayers 32 -autoupdate -debug
End of Source crash report
----------------------------------------------
Start script:
Code:
#!/bin/sh
echo "Starting CSS"
sleep 1
screen -A -m -d -S css ./srcds_run -console -game cstrike +map de_dust2 -ip 95.172.31.90 -port 27015 +maxplayers 32 -autoupdate -debug
If I use the ./srcds_linux command, I get this error
Code:
Failed to open dedicated.so (libsteam_api.so: cannot open shared object file: No such file or directory)
Server OS: Fedora 8 64bit
Processor: Intel® Xeon® CPU E5520 @ 2.27GHz
RAM: 512mb, so, 0.512gb
Currently running Sourcemod, Meta mod and a Zombie Riot plugin.
used the following command to install:
Code:
./steam -command update -game "Counter-strike Source" -dir . -verify_all
the problem just randomly started happening and I don't remember doing/changing anything before hand that could have caused this.
Any Help Greatly appreciated
-Huper