Description
[Linux] Crash on startup - Solved
Linux
Steam
What is your game version?
Newer version
Please explain your issue is in as much detail as possible.
The game has been crashed every time at startup without any info in log file on Debian SId.
I debugged with strace -o /tmp/out.txt %command% what is going on and I found that libssl_conf.so is missing...
To make the game running again you need to link libssl.so.1.0.0 as libssl_conf.so
ln -s ~/.steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libssl.so.1.0.0 /PATH_TO_SURVIVING_MARS/libssl_conf.so
Have fun
@ Dev consider to add this lib to the game directory
Can you replicate the issue?
Attachments
[Linux] Crash on startup - Solved
Linux
Steam
What is your game version?
Newer version
Please explain your issue is in as much detail as possible.
The game has been crashed every time at startup without any info in log file on Debian SId.
I debugged with strace -o /tmp/out.txt %command% what is going on and I found that libssl_conf.so is missing...
To make the game running again you need to link libssl.so.1.0.0 as libssl_conf.so
ln -s ~/.steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libssl.so.1.0.0 /PATH_TO_SURVIVING_MARS/libssl_conf.so
Have fun
@ Dev consider to add this lib to the game directory
Can you replicate the issue?
Attachments
Upvote
0