>>543069501
The funny part is I can't actually get the old ScummVM-bundled version to run through Steam for some reason. After using the launch options to redirect stderr to a log file, it says
>error while loading shared libraries: libgif.so.7: cannot open shared object file: No such file or directory
but my system does have that library and a link with exactly that name
>/lib/x86_64-linux-gnu/libgif.so.7 -> libgif.so.7.2.0
and indeed, running
>ldd ~/.steam/root/steamapps/common/IHNMAIMS/Classic/ScummVM/scummvm | grep libgif
in a terminal does show
>libgif.so.7 => /lib/x86_64-linux-gnu/libgif.so.7 (0x00007f79348f3000)
implying it finds the library... so maybe it's because Steam Linux Runtime doesn't have that library and it's not letting the game use my system library either?
It's hard to care because I already have a separate and working copy of ScummVM installed on my system, as well as a copy of IHNMAIMS that runs in it.