Posted May 07, 2021
Hello, the installer is working, but when you try to start the game, nothing :(
Then you try to launch it from a terminal.
It says some libs are missing : libssl.so.1.0.0 and libcrypto.so.1.0.0
The easy way is to find them in another place (in google earth folder for me, or on some internet lib providers)
Then you make a link with this command :
sudo ln -s 'complete_path_to_the_lib' '/lib/'
for each lib missing
The game will find them and will work fine.
Then you try to launch it from a terminal.
It says some libs are missing : libssl.so.1.0.0 and libcrypto.so.1.0.0
The easy way is to find them in another place (in google earth folder for me, or on some internet lib providers)
Then you make a link with this command :
sudo ln -s 'complete_path_to_the_lib' '/lib/'
for each lib missing
The game will find them and will work fine.