Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static appimage with new runtime gives a strange error on a Pop OS! 22.04 computer #1325

Open
jcelerier opened this issue Apr 15, 2024 · 1 comment

Comments

@jcelerier
Copy link

jcelerier commented Apr 15, 2024

I have a very strange case with https://github.com/ossia/score/releases/download/continuous/ossia.score-master-linux-amd64.AppImage

It seems to work fine on my computer and others, but there's a specific Pop! OS 22.04 machine where it fails with "execv format error" (everything involved is x86_64 only).

  • --appimage-extract also does not work: it says that it's an invalid squashfs image. I thought it would be some kind of download corruption but the SHA sums matches with the ones I see on the other computers.
  • libfuse2 and fuse3 are installed
  • Previous versions (with the dynamically linked runtime) work fine on this computer. e.g. this one is working : https://github.com/ossia/score/releases/download/v3.1.13/ossia.score-3.1.13-linux-amd64.AppImage
  • Same computer on another OS (Arch Linux) : the appimage works fine.

I'm a bit at loss to where to look, especially considering --appimage-extract does not work. What would be the next steps in troubleshooting this ?

@probonopd
Copy link
Member

Interesting!

Can you run it with strace to see where it fails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants