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

appimage-run does not work on recent app images #316579

Closed
crabdancing opened this issue Jun 2, 2024 · 1 comment
Closed

appimage-run does not work on recent app images #316579

crabdancing opened this issue Jun 2, 2024 · 1 comment
Labels
0.kind: bug Something is broken 9.needs: upstream fix This PR needs upstream to change something

Comments

@crabdancing
Copy link

Describe the bug

appimage-run is supposed to be able to run appimages-in-general, but it fails on the IceStudio AppImage file.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Pull AppImage file (icestudio-0.11-linux64.AppImage):
wget "https://github.com/FPGAwars/icestudio/releases/download/v0.11/icestudio-0.11-linux64.AppImage"
  1. Attempt to run latest appimage-run against it:
nix run "github:nixos/nixpkgs#appimage-run" "./icestudio-0.11-linux64.AppImage"
  1. The script says:
Not an AppImage file

Expected behavior

Expected it to run IceStudio.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

Not sure who's in charge of this. @SuperSandro2000 or @l0b0, maybe?

Metadata

 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.28, NixOS, 23.11 (Tapir), 23.11.20240421.a5e4bbc`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - nixpkgs: `/etc/nixPath`

Add a 👍 reaction to issues you find important.

@crabdancing crabdancing added the 0.kind: bug Something is broken label Jun 2, 2024
@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Jun 2, 2024

Something is off with that appimage file and the magic header is missing:

 ▶ LC_ALL=C readelf -h ~/icestudio-0.11-linux64.AppImage
ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00

compared to a working app image file

 ▶ LC_ALL=C readelf -h Bitwarden-Connector-2024.3.2-x86_64.AppImage
ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 41 49 02 00 00 00 00 00

Closing as this is an upstream issue #750

@SuperSandro2000 SuperSandro2000 added the 9.needs: upstream fix This PR needs upstream to change something label Jun 2, 2024
@SuperSandro2000 SuperSandro2000 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 9.needs: upstream fix This PR needs upstream to change something
Projects
None yet
Development

No branches or pull requests

2 participants