lutris / buildbot

41 stars 27 forks source link

Missing i386 libraries for PCSX2 runner. #152

Closed junglized closed 1 year ago

junglized commented 3 years ago

Hi everyone,

I encountered a problem. A few i386 libraries are missing for PCSX2 runner to run. Zrzut ekranu z 2021-06-25 12-20-35 Could anyone help me obtaining them? I found few similar topics on the web but none of them worked unfortunately. Some of them adviced installing standalone PCSX2 emulator but that would defeat a need for having such runner in Lutris on the first place.

shurikenZ22 commented 3 years ago

I have the exact same problem

ErranticSam commented 1 year ago

I'm also encountering this issue on Pop_OS 22.04, is there a solution or a workaround to this ?

junglized commented 1 year ago

I actually forgot I posted this TBH. The only way to make it work is to install missing libraries from Ubuntu package repo. Just look for relevant libraries within the contents of packages. When you find relevant libraries names install them with sudo apt install name-of-the-library. For libgdk-x11-2.0.so.0 the command would be sudo apt install libgtk2.0-0:i386, and so on. Mind that we're missing i386 libraries, so you need to add :i386 at the end of every terminal command. I wrote about this on Lutris forum.

Good luck and happy gaming!