View Single Post
goodBEan
Senior Member
Join Date: Jul 2010
Location: St. Louis Mo USA
Old 08-10-2017 , 20:47   Re: tf2 crashing "cat: hlds.13915.pid: No such file or directory"
Reply With Quote #6

Quote:
Originally Posted by blacklagoon View Post
How's your chmod in your server folder?
do you have a replay_srv.so in the bin folder?
And also are you on Centos?
The folder is owned by sysoper, which is the same account as the one I launch it from.
replay_srv.so is there
Right now I am using Ubuntu server. I have multiple vm's. I have been previously using ubu 16.04 and a some of my servers on 17.04.

Earlier today I tried troubleshooting this problem by starting a fresh vm, isntalling ubuntu server 17. And running these scripts. These scripts I have used for the last few years without problems.

steamprep.sh
Code:
sudo apt-get install -y curl git gdb libc6-i386 lib32gcc1 lib32stdc++6 lib32tinfo5 lib32z1 tar wget
mkdir -p ~/gameserver/util/steamcmd/
cd ~/gameserver/util/steamcmd/
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
steamclientfix.sh
Code:
cd ~
mkdir .steam
cd .steam
mkdir sdk32
cd sdk32
ln -s /home/sysoper/gameserver/bin/steamclient.so
tf2-update.sh
Code:
 
~/gameserver/util/steamcmd/steamcmd.sh +login anonymous +force_install_dir ~/gameserver/ +app_update 232250 +quit
tf2-start-debug.sh
Code:
~/gameserver/srcds_run -port 27015 -game tf -debug +sv_pure 0 +map ctf_2fort +maxplayers 24 +sv_lan 1 -console -usercon +hostname "test TF2" +mapcyclefile mapcycle_default.txt

Last edited by goodBEan; 08-10-2017 at 20:47.
goodBEan is offline