We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is supposed to be able to run appimages-in-general, but it fails on the IceStudio AppImage file.
Steps to reproduce the behavior:
wget "https://github.com/FPGAwars/icestudio/releases/download/v0.11/icestudio-0.11-linux64.AppImage"
appimage-run
nix run "github:nixos/nixpkgs#appimage-run" "./icestudio-0.11-linux64.AppImage"
Not an AppImage file
Expected it to run IceStudio.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
Not sure who's in charge of this. @SuperSandro2000 or @l0b0, maybe?
- 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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
wget "https://github.com/FPGAwars/icestudio/releases/download/v0.11/icestudio-0.11-linux64.AppImage"
appimage-run
against it: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
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: