PsyDoom
PsyDoom copied to clipboard
dlopen(): error loading libfuse.so.2
Getting error when running aarch64 appimage on PI4
dlopen() error loading libfuse.so.2
It seems my PI4 Linux installation comes with libfuse.so.3 and appimage version depends on libfuse.so.2. Is there a way to update appimage dependency to libfuse.so.3 (I belive libfuse3 is now more common even in Ubuntu)
Hmmm... looks its an issue with AppImage itself unfortunately, and it doesn't look to have been resolved yet: https://github.com/AppImage/AppImageKit/issues/1120 https://github.com/OpenShot/openshot-qt/issues/4789
The only workaround for now would be to compile PsyDoom from source, or try with an older distro. Some have tried to install libfuse2 manually but that broke their distro... I may have to consider another packaging format for future releases.