Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You'll need to open your terminal and go to the x64 sub-folder in your NS2 installation, and then run these commands:
There might be another issue after making those Symlinks (depends on the system), but if it errors about not finding libsnd. If you do get that error, just install that library using your OS's installer (apt, yum, etc.).
Here's my terminal output, don't know if it helps: https://pastebin.com/RZNxQR7p
I tried to install this in Arch Linux and can't find the package for this. Is there another way of installing it?
What I dont uderstand is why do we need this library at all. Game worked fine before update. I had no issues at all.
EDIT: What i meant was imo this lib should be put with other libs in game catalog (what i did by hand and it works).
I like to keep my linux light and hate to install tons of little libraries just for one app ;p.
We had to update most of the libaries we depend on to go x64. As it turns out SDL introduced libsndio as new dependency. We didn't notice that before release as libsnd was included in the distros we tested the client at.
We will include it in future releases though.
Meanwhile you can get libsndio this way if there is no package available (originally posted by Ouaibou at our forum):
I like this kind of support, big THANKS!