Linux Game Does Not Start (Linux)

SLIMAYISCOOOOOl

Greenhorn
when i start the game nothing happens. (steam version) steam did not install redist. is there any redist that i need to download manually? Please list redist for linux version.
 

frostmx

Greenhorn
Have the same problem. But I went deeper and discovered that it crashes because libssl is missing. I am on steamdeck and a week before the game worked fine :(
 

frostmx

Greenhorn
Resolved! Here’s the fix for steamdeck. But maybe you can get an idea.
You need to install openssl-1.1
1) Start desktop mode
2) Open terminal
3) Set password with a command
passwd
4) Turn off read-only
sudo steamos-readonly disable
5) Init pacman
sudo pacman-key --init
sudo pacman-key --populate
6) Install openssl 1.1
sudo pacman -S openssl-1.1
7) Turn on readonly
sudo steamos-readonly enable

That's all. Hope it will help someone too.
 

SLIMAYISCOOOOOl

Greenhorn
Resolved! Here’s the fix for steamdeck. But maybe you can get an idea.
You need to install openssl-1.1
1) Start desktop mode
2) Open terminal
3) Set password with a command
passwd
4) Turn off read-only
sudo steamos-readonly disable
5) Init pacman
sudo pacman-key --init
sudo pacman-key --populate
6) Install openssl 1.1
sudo pacman -S openssl-1.1
7) Turn on readonly
sudo steamos-readonly enable

That's all. Hope it will help someone too.
oh i use ubuntu i found openssl in ubuntu packages i will try it
 
Top