Greetings. New to Lutris (and Linux), and so far, everything worked out fine. System Info:
OS: Linux Mint 21.2 Cinnamon
Cinnamon Version: 5.8.4
Kernel: 5.15.0-86-generic
Having Trouble running the native Lutris Dolphin runner. Whenever installing the runner over GUI, it just won’t launch. I tried with “Disable Lutris Runtime” on and off, and “Prefer system library” on and off.
Trying to run the executable in the runner folder gives this error:
./dolphin-emu: error while loading shared libraries: libavformat.so.60: cannot open shared object file: No such file or directory
Checking the “lib” folder: libavformat.so.60 is right there. I’m assuming the executable doesn’t look into this folder for the shared libs.
I tried LD_LIBRARY_PATH=/home/***/.local/share/lutris/runners/dolphin/lib
but the error remains.
Installing Dolphin via flatpak works just fine, so I’m assuming it’s not because of some missing or broken packages. Does anyone have an idea? Thank you