PsyDoom icon indicating copy to clipboard operation
PsyDoom copied to clipboard

dlopen(): error loading libfuse.so.2

Open t0m3kf opened this issue 1 year ago • 1 comments

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)

t0m3kf avatar Nov 17 '23 13:11 t0m3kf

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.

BodbDearg avatar Nov 28 '23 05:11 BodbDearg