Radium 2

Radium 2

Voir les stats:
Linux Version libssl.so and libcrypto.so version problem.
I'm using ArchLinux , not Ubuntu so I have those problem.
In my /usr/lib have libssl.so.1.0.0 and libcrypto,so.1.0.0
but it's 64-bit lib , so this game not use them.
And in my /usr/lib32 only have libssl.so.1.1 and libcrypto.so.1.1
This game is not accept this version of lib.

So I hope developments can fix this issues.
Put the 1.0.0 32-bit lib in the game maybe is a good way.
Thanks.
Dernière modification de MofuMoca; 9 aout 2017 à 7h09
< >
Affichage des commentaires 1 à 3 sur 3
There is no problem, you are just running Steam in an unsupported mode, intentionally ignoring bundled libraries and then complaining that there are no bundled libraries.

$ cd $HOME/.steam/steam/steamapps/common/Ra2 $ $HOME/.steam/steam/ubuntu12_32/steam-runtime/run.sh ldd runner ... libcrypto.so.1.0.0 => $HOME/.steam/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf7311000) ... libssl.so.1.0.0 => $HOME/.steam/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libssl.so.1.0.0 (0xf70f2000) ...

Gotta know what you're doing when you're using Arch. Otherwise you're just corroding developers' trust in Linux as a platform.

To solve: don't run Steam in a mode that ignores the bundled runtime, or install replacement libraries in your system: Arch package steam-native-runtime
Dernière modification de BlaXpirit; 9 aout 2017 à 7h55
I run steam with steam-run time (Native will not work)
http://i.imgur.com/BUi1VRA.png
...
Try that same command but without the `ldd` part. I expect the game to just work.
< >
Affichage des commentaires 1 à 3 sur 3
Par page : 1530 50