SCUMMVM GOG Blade Runner on Arch Linux error [Solved]

I just got the Blade Runner game from GOG and have Lutris 5.19 on my Arch Linux system. After connecting to GOG from Lutris, I then attempted to install the GOG Blade Runner game. It does install, but the SCUMMVM runner errors out with it not being able to find library file:

libtheoradec.so.1: cannot open shared object file: No such file or directory

I also tried to remove the SCUMMVM runtime and reinstall it, and that didn’t help or work. It keeps returning the same error. Should I file a bug on GitHub or attempt a workaround or both?

https://paste.ubuntu.com/p/CM5J5RYnsH/

Try this:

  1. uninstall scummvm Lutris runner
  2. Install ScummVM from your official Linux distribution depot or from Flatpak
  3. in Lutris interface, in the left panel, section runners, click on the ScummVM wheel
  4. in the “custom executable” field, put:
    /usr/bin/scummvm
    if you installed ScummVM from your official Linux distribution depot
    or just
    org.scummvm.ScummVM
    if you installed ScummVM from Flatpak.

Thank you. This did fix the issue.