Thanks for the quick reply.
uname -m confirms that I am running x86_64.
libfmodstudio.so is present in the installation directory (installed via the itch app), but per the error log, it looks like the game is looking for fmodstudio.so, which is not present, along with a couple of others. Here are relevant-seeming lines from the log:
/home/michael/.config/itch/apps/dwerg-saga/fmodstudio.so: cannot open shared object file: No such file or directory libfmod.so.11: cannot enable executable stack as shared object requires: Invalid argument libfmodstudio.so: cannot open shared object file: No such file or directory /home/michael/.config/itch/apps/dwerg-saga/fmodstudio: cannot open shared object file: No such file or directory /home/michael/.config/itch/apps/dwerg-saga/libfmodstudio: cannot open shared object file: No such file or director
Any further suggestions? I am a rank amateur with Linux, so it is all pretty cryptic to me. Thanks for any additional help.