Comment # 16 on bug 1032151 from
(In reply to Jimmy Berry from comment #15)
> (In reply to Michael Born from comment #14)
> > I have 2 feral games which also don't get fixed by the steamruntime-fix.
> > I'm running Tumbleweed 20170522 and use amdgpu/MESA 17.1 on an AMD rx480
> > card.
> > Any hint how to get the games working?
> > 
> > michael@linux-lj8d:~/.local/share/Steam/steamapps/common/Tomb Raider/bin>
> > ldd ./TombRaider  | grep 'not found'
> > ./TombRaider: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.1' not found
> > (required by /home/michael/.local/share/Steam/steamapps/common/Tomb
> > Raider/bin/./../lib/i686/libcurl.so.4)
> > michael@linux-lj8d:~/.local/share/Steam/steamapps/common/Tomb Raider/bin>
> > 
> > michael@linux-lj8d:~/.local/share/Steam/steamapps/common/Deus Ex Mankind
> > Divided/bin> ldd ./DeusExMD  | grep 'not found'
> > ./DeusExMD: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.1' not found
> > (required by /home/michael/.local/share/Steam/steamapps/common/Deus Ex
> > Mankind Divided/bin/./../lib/x86_64/libcurl.so.4)
> > michael@linux-lj8d:~/.local/share/Steam/steamapps/common/Deus Ex Mankind
> > Divided/bin>
> 
> steamruntime-fix no longer exists in Tumblweed, but has been replaced by
> steamtricks.
> 
> 1) `zypper info steamtricks | grep Version` # hopefully running 3.0.0
> 2) steamtricks apply 203160
> 
> If you already had both steamtricks and Tomb Raider installed the new fix
> will not be applied since it is currently only triggered manually or with
> game updates/validations.  See
> https://github.com/steamtricks/steamtricks/issues/36 for determining when
> new fixes are available and applying during startup to already installed
> applications.
> 
> Anyway, #2 should apply the fix to Tomb Raider. There are several approaches
> to fixing this, but a rather simple one is currently implemented. See
> https://github.com/steamtricks/steamtricks-data/issues/1 for discussion of
> the problem.
> 
> Otherwise, Marcus Meissner's suggestion may need to be investigated.

Not sure I understand.

zypper info steamtricks | grep Version
Version            : 0.3.0-1.1                                   

I still use the same TW snapshot as in comment 14, but unfortunately I updated
steam today. That changed what I need to do to get Deus Ex and Tomb Raider
started.

Before the steam update:
1. LD_PRELOAD='/usr/$LIB/libstdc++.so.6' NO_STEAMTRICKS=1 steam --reset
2. NO_STEAMTRICKS=1 STEAM_RUNTIME=0 steam
Have to login/connect to my account. -> Could not connect to Steam network
3. LD_PRELOAD='/usr/$LIB/libstdc++.so.6' NO_STEAMTRICKS=1 steam
Then I could start Deus Ex by clicking in the steam gui.

Today I needed to use the additional: STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
to get the games starting. Otherwise, they were complaining about the:
/home/michael/.local/share/Steam/steamapps/common/Tomb Raider/bin/TombRaider:
/usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.1' not found (required by
/home/michael/.local/share/Steam/steamapps/common/Tomb
Raider/bin/../lib/i686/libcurl.so.4)

I found this hint here:
https://github.com/ValveSoftware/steam-for-linux/issues/5000


You are receiving this mail because: