KhinsiderDownloader icon indicating copy to clipboard operation
KhinsiderDownloader copied to clipboard

Appimage does not load, bad squashfs image

Open Ast3risk-ops opened this issue 11 months ago • 5 comments

when runing:

fuse: memory allocation failed

Can't open squashfs image: Bad address

When extracting:

This doesn't look like a squashfs image.
Failed to open squashfs image

Tested on latest endeavourOS rolling (arch derivative, exact same as arch).

Ast3risk-ops avatar May 10 '25 01:05 Ast3risk-ops

Image Cannot reproduce, the app launches on EndeavourOS

weespin avatar May 13 '25 08:05 weespin

Image Cannot reproduce, the app launches on EndeavourOS

It's being loaded with AppImageLauncher. Uninstalling this program leads to a file not found error when loading.

Ast3risk-ops avatar May 13 '25 19:05 Ast3risk-ops

Update 2: I can load other appimages on my system just fine (with and without appimagelauncher). It's specifically this one that doesn't work.

Ast3risk-ops avatar May 16 '25 21:05 Ast3risk-ops

@Ast3risk-ops had a similar issue where I couldn't launch the appimage with AIL. Turns out libappimage was outdated and doesn't handle properly new AppImage formats (see https://github.com/TheAssassin/AppImageLauncher/issues/410) Using the Alpha release of AIL fixed the issue for me

Charlignon avatar May 17 '25 11:05 Charlignon

@Ast3risk-ops had a similar issue where I couldn't launch the appimage with AIL. Turns out libappimage was outdated and doesn't handle properly new AppImage formats (see TheAssassin/AppImageLauncher#410) Using the Alpha release of AIL fixed the issue for me

Image

Is this the right version of libappimage? The Arch version doesn't bundle that (since it's not an appimage), it uses the system libappimage.

Ast3risk-ops avatar May 17 '25 13:05 Ast3risk-ops