Appimages (at least one) have stopped running due to fuse issue -- but fuse installed

I use a few appimages. balenaEtcher updated appimage doesn’t run. Has fuse issue, see below. Old version also does not now run.

(base) tom@mydesktop: ~/PinePhonePro_Apps $ ./balenaEtcher-1.7.9-ia32.AppImage
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
(base) tom@mydesktop: ~/PinePhonePro_Apps

But locate finds libfuse.so.2 as below:

(base) tom@mydesktop: ~/PinePhonePro_Apps $ locate libfuse
/lib64/libfuse.so.2
/lib64/libfuse.so.2.9.7
/usr/lib64/libfuse.so
/usr/lib64/libfuse.so.2
/usr/lib64/libfuse.so.2.9.7
/usr/lib64/libfuse3.so.3
/usr/lib64/libfuse3.so.3.10.5

32 bit Appimage?

Du you need the 32 bit libfuse package?

Many 32 bit libraries to install:

stephan@linux64:~/Downloads> ./balenaEtcher-1.7.9-ia32.AppImage 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
stephan@linux64:~/Downloads> ./balenaEtcher-1.7.9-ia32.AppImage 
/tmp/.mount_balenallBDDQ/balena-etcher-electron.bin: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
stephan@linux64:~/Downloads> ./balenaEtcher-1.7.9-ia32.AppImage 
/tmp/.mount_balenaWj6ypO/balena-etcher-electron.bin: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory
stephan@linux64:~/Downloads> ./balenaEtcher-1.7.9-ia32.AppImage 
/tmp/.mount_balenaN1lWVi/balena-etcher-electron.bin: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory
stephan@linux64:~/Downloads>

The 64 bit zip file is working after unpacking.

My mistake did not catch 32 bit in the download appimage option. I’ll work with the 64 bit zip file.

My apologies.

thanks, tom kosvic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.