PCSX2 does not install or start

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 Lutris runner does not work for you, try this:

  1. if already installed, uninstall runner provided by Lutris
  2. install Flatpak runner or install runner from your distribution or download AppImage
  3. 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

Dont have flatpak on my OS so I guess I am stuck using the AUR version :confused:

What is your OS?

Cachy so Arch

Cachy OS does not provide an official package for PSX2 that you can use instead of Lutris PCSX2
runner?

no

What about use PCSX2 AppImage? I use it with success on my computer and it automatically update.

I have never used AppImage actually, didnt know it was a option lol

Edit: Nothing happens when I run the appimage…

You need to make AppImage executable before to launch it.

I did

You are not lucky, launch it from a terminal to obtain error message and copy paste log here

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