So I am having a strange issue, when I click the button to install PCSX2 as a runner like anything else it appears on the sidebar like anything else but when I hit the play button it does not start.
Additionally there is no directory or anything created for it.
I have tried reinstalling it and Lutris as well as adding games and trying to run them and always nothing.
if already installed, uninstall runner provided by Lutris
install Flatpak runner or install runner from your distribution or download AppImage
in Lutris runner config, “custom executable”:
→ Flatpak runner, put the Flatpak address, example, for PCSX2 Flatpak, just put:
net.pcsx2.PCSX2
→ Runner provided by your distribution: in Lutris runner config, “custom executable”, put:
/usr/bin/pcsx2
→ AppImage: in Lutris runner config, “custom executable”, put:
/path/to/your/appimage/AppImage_file
Ah apparently I dont have FUSE, I’ll have to tackle that later
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See FUSE · AppImage/AppImageKit Wiki · GitHub
for more information