Talk:Dedicated Servers List: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
apt-get install libglu1
apt-get install libglu1
* ./Unturned.x86_64: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
* ./Unturned.x86_64: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
apt-get install libxcursor1
* ./Unturned.x86_64: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory

Revision as of 20:42, 8 June 2016

This is a usefull link to keep up to date with server updates/releases https://steamdb.info/search/?a=app&q=server&type=-1&category=0

Shouldn't Counter-Strike 1.6 dedicated server have this additional commandline parameter: +app_set_config "90 mod cstrike"? Installing server ID 90 with no additional parameters seems to download just the HLDS, without any additional mods.

--Dzakub 21:34, 12 April 2014 (UTC)

Unturned Headless Linux Server Broken

I really want to host a server for me and my friends but the server isn't working.

  • ./Unturned.x86_64: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

apt-get install libglu1

  • ./Unturned.x86_64: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory

apt-get install libxcursor1

  • ./Unturned.x86_64: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory