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
user@chihiro:~/.steam/steam/steamapps/common/Wakfu$ ./Ankama\ Launcher-Setup-x86_64.AppImage
[2154:0221/213611.562477:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Ankamamy6QRX/chrome-sandbox is owned by root and has mode 4755.
- First issue : the launcher won't start. Add "--no-sandbox" in steam game properties / launch parameters.
- Second issue : the launcher was up, wakfu installed, but the start game button in the launcher won't start anything. Solved after Installation the package "openjdk11" (debian package). The game needs java. On command line if you type "java" and get "command not found" then you need to install openjdk11.
I fix'it using running the following command every time I want play:
sudo sysctl kernel.unprivileged_userns_clone=1
This is much more secure than "--no-sandbox"
I hopes it works for you