PDA

View Full Version : Server wont start after update.


Cush1337
03-16-2012, 06:55 PM
Hey.

Since the source engine updates yesterday I have been unable to start my server. I have looked all over for solutions but have never been able to find a definitive answer to the problem. I'm running on Ubuntu 10.4 32 bit.

The error I get when I try to launch the server is:
./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory.

Things I have tried:

- Updating Ubuntu / Upgrading all installed packages.
- Setting SELinux to permissive mode (I couldnt seem to find any of the files listed in guides to disable it)
- Completely deleting my server folder and reinstalling everything from scratch, and attempting to start the server without any addons installed.
- Attempting to update with -verify_all multiple times.

Really stumped by this, it was working totally fine before the update and nobody else seems to be having this problem.

M33CROB
03-17-2012, 04:03 PM
what does your start up command look like?

Cush1337
03-18-2012, 09:24 AM
-console -game tf -port 27105 +ip 78.47.219.44 -secure +map ctf_2fort +maxplayers 24 +rcon_password **** -autoupdate

M33CROB
03-27-2012, 01:35 PM
"-console" is a command option for Windows servers and is not recognized by the Linux version. Remove this from your command line.

"-secure" is not a valid option. Remove this from your command line.

Try using this:

./srcds_run -game tf -autoupdate -ip 78.47.219.44 -port 27015 -maxplayers 24 -map ctf_2fort +rcon_password ****

Do you have Steam installed on this machine? If so, it may be out-of-date. Try using:

./steam

or

./steam -command update

then

./steam -command update -game tf -dir . -verify_all -retry