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
Remove the following files and folders:
~/.var/app/com.valvesoftware.Steam/.paradoxlauncher
~/.var/app/com.valvesoftware.Steam/.local/share/Paradox Interactive/launcher-v2
~/.var/app/com.valvesoftware.Steam/.local/share/Paradox Interactive/launcherpath
Then when you load the launcher, DON'T click "SKIP" or "Get Started" -- just wait to see if it crashes or updates. You'll probably see a flash in the top right that it's restarting to apply update. If that doesn't work, hit "Get Started" next time you launch and then wait. If still not working, launching over and over (without deleting the folders or clicking skip/get_started).
Only the 2nd time I've had to do this, and it wasn't the same process (but was the exact same problem)
Hope this helps.
Here's the original article: https://support.paradoxplaza.com/hc/en-us/articles/360010684620-The-Paradox-Launcher-v2-doesn-t-work-
Edit: Steam was missing the ncurses6 library (either didn't detect it or it wasn't installed). I added the following overlay to my configuration.nix:
(steam.override {
extraPkgs = pkgs: [ ncurses6 ]; <--- ncurses6 inside!
})
OP: https://forum.paradoxplaza.com/forum/threads/ck-iii-game-refuses-to-launch-with-steam-runtime-environment-on-linux-1-8-0.1560341/post-28974552