-
-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Ben Peddell edited this page Feb 13, 2017
·
11 revisions
Welcome to the ark-server-tools wiki!
- Make sure to go through the steps of the README.
- Check if your problem can be solved by reading any of the existing issues to avoid creating duplicates.
- Check the troubleshooting section below.
Make sure to check your server logs for hints.
On CentOS/Fedora/Red Hat etc, lsof is located in /usr/bin. You need to specify it's path before running it as a non-root user:
$ /usr/sbin/lsof /path/to/some/file
On Debian based distros, the lsof package is not installed by default. You have to manually install it:
$ sudo apt-get install lsof
You're missing a dependency. Install atleast glibc-2.15 on your server.
See Install of required versions of glibc and gcc on RHEL CentOS
Make sure your GameUserSettings.ini
contains the following 2 lines:
[/Script/ShooterGame.ShooterGameUserSettings]
Version=5
If the above doesn't work, make sure you haven't put any non-ascii characters into GameUserSettings.ini
.