PCSX2 libgdk-x11-2.0.so.0 Error when trying to run using lutris

So I’ve been looking at a bunch of how-to’s and already answered questions for the past few hours, and so far none have worked. My issue is that I’ve been trying to run the PCSX2 runner using Lutris, and all the games I’ve so far installed the installers of(DQVIII and Okami, might maybe help) haven’t been able to open. They then open up a text box saying
“The following i386 libraries are required but are not installed on your system: libgdk-x11-2.0.so.0”, then after I ‘confirm’ this it opens to a text box which says “An error prevented the game from running”, and then nothing else. Future thanks to anybody who helps

Make sure multilib repository is enabled in /etc/pacman.conf. It should read:

[multilib]
Include = /etc/pacman.d/mirrorlist

If it is not, you would need to edit the file as root and remove # from those lines:

sudo nano /etc/pacman.conf

Whne done editing, press in turn, Ctrl-O, Enter and Ctrl-X to save the file and exit nano.

Afterwards, install: lib32-gtk2

sudo pacman -Syu lib32-gtk2

Reboot for good measure (might not be needed but won’t hurt) and try running your games again.

Good luck and welcome to EnOS’community @mcmillian!

:enos_flag: :handshake:t5:

1 Like