getsolus / packages

Solus Package Monorepo & Issue Tracker
64 stars 84 forks source link

Steam game issues related to missing libraries (T4961) #2

Closed celticmagic closed 1 year ago

celticmagic commented 1 year ago
cody (#codythedragondude), 2017-11-05 06:52:00 UTC

Painkiller hell and damnation gives error while loading shared libraries: libGLEW.so.1.6: cannot open shared object file: No such file or directory Overlord 2 gives error while loading shared libraries: libopenal-soft.so.1: cannot open shared object file: No such file or directory
celticmagic commented 1 year ago
Ikey Doherty (#ikey), 2017-11-08 00:55:48 UTC

The `libGLEW` portion is actually fixed in LSI (for quite some time) - can you verify you're still getting this? We don't blacklist that lib anymore..
celticmagic commented 1 year ago
Ikey Doherty (#ikey), 2017-11-08 01:06:07 UTC

I can't see how you had the issue with `libopenal-soft` - we don't blacklist that either. Are you definitely on Solus? ``` f7847000-f78b2000 r-xp 00000000 103:03 11042679 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/libopenal-soft.so.1 f78b2000-f78b4000 rw-p 0006b000 103:03 11042679 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/libopenal-soft.so.1 ```
celticmagic commented 1 year ago
Ikey Doherty (#ikey), 2017-11-08 01:40:06 UTC

Some new fixes... ``` [lsi:vendor_offender] forcing use of host library libfreetype.so.6 -> /usr/lib32/libfreetype.so.6 [lsi:vendor_offender] transforming vendor soname: libopenal-soft.so.1 -> libopenal.so.1 [lsi:vendor_offender] forcing use of host library libmpg123.so.0 -> /usr/lib32/libmpg123.so.0 [lsi:vendor_offender] forcing use of host library libz.so.1 -> /usr/lib32/libz.so.1 ``` ``` 08000000-0851b000 r-xp 00000000 103:03 11042683 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/overlord2.i386 0851b000-08527000 rw-p 0051b000 103:03 11042683 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/overlord2.i386 f2c07000-f33ba000 r--s 00000000 103:03 11042678 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/icudt52l.dat f771f000-f776c000 r-xp 00000000 103:03 11042676 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/libaudiofile.so.1 f776c000-f776e000 r--p 0004c000 103:03 11042676 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/libaudiofile.so.1 f776e000-f776f000 rw-p 0004e000 103:03 11042676 /home/ufee1dead/.local/share/Steam/steamapps/common/Overlord II/libaudiofile.so.1 f7bd8000-f7c0c000 r-xp 00000000 103:03 11042791 /home/ufee1dead/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so f7c0c000-f7c0d000 r--p 00034000 103:03 11042791 /home/ufee1dead/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so f7c0d000-f7c0e000 rw-p 00035000 103:03 11042791 /home/ufee1dead/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so ```
celticmagic commented 1 year ago
Ikey Doherty (#ikey), 2017-11-08 01:42:25 UTC

Fixes for Overlord II: https://github.com/solus-project/linux-steam-integration/commit/ce3cab3270a7f6114f857fd5d78c20af62d7aa7e https://github.com/solus-project/linux-steam-integration/commit/3eeb7312243d6fc1c70eb02a3a3bad66aa5b0f26
celticmagic commented 1 year ago
cody (#codythedragondude), 2017-11-08 02:24:56 UTC

I was asked to respond to this so here it is yes it was on solus but outside of that before these games started acting up i ran into xrandr issues now i did figure out that issue it was one of the letters was a symbol in the text doc i setup to make the resolution permanent however i also use another fix so i can have my left monitor actually be a left monitor without windows overlapping the left side of my right monitor here is what that set up looks like sudo nano /etc/X11/xorg.conf.d/20-radeon.conf then in that new file i just made i add this Section "Device" Identifier "Radeon" Driver "radeon" Option "TearFree" "on" EndSection however for some reason doing that after recent updates in solus prevents it from booting up the log on screen it freezes after it shows the clean hard drive stuff by freezes i mean a white line just blinks until i hit alt f2 and log in from the terminal screen that brings up but obviously without a desktop environment not much i can do here so i would hope you understand how stuff like can become frustrating i don't hate solus it's just everytime i go back to solus i find new issues and it's like trying to fix these issues and not really getting most of that time back to actually enjoy running solus or playing games in solus
davidjharder commented 1 year ago

Old, closing