I’m trying to run Creality_Print, which is only available as an AppImage for Linux. appimage-run just hangs with no output apart from
% appimage-run bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
Creality_Print-v4.3.7.6627-x86_64-Release.appimage installed in /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
When using the -d debug flag I get a little more
% appimage-run -d bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
+ getopts x:w:dh option
+ shift 1
+ '[' -n '' ']'
++ realpath bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
+ APPIMAGE=/home/nelz/bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
+ shift
+ '[' -n '' ']'
+ '[' -n true ']'
+ '[' -f /home/nelz/bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage ']'
+ apprun
++ sha256sum /home/nelz/bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
++ awk '{print $1}'
+ SHA256=594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
+ export APPDIR=/home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
+ APPDIR=/home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
+ '[' -x /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3/squashfs-root ']'
+ '[' '!' -x /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3 ']'
++ basename /home/nelz/bin/Creality_Print-v4.3.7.6627-x86_64-Release.appimage
+ echo Creality_Print-v4.3.7.6627-x86_64-Release.appimage installed in /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
Creality_Print-v4.3.7.6627-x86_64-Release.appimage installed in /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3
+ export PATH=/nix/store/lf0wpjrj8yx4gsmw2s3xfl58ixmqk8qa-bash-5.2-p15/bin:/nix/store/p58l5qmzifl20qmjs3xfpl01f0mqlza2-binutils-2.40/bin:/nix/store/vwkvhj69z4qqgmpa2lwm97kabf12p26r-coreutils-9.3/bin:/nix/store/cmn958i8qym0qvmvydl23fh3bm3fbhl7-gawk-5.2.2/bin:/nix/store/mxw4m9086d14rja8jnff2w6gqyvif55j-libarchive-3.7.2/bin:/nix/store/g2bjgpr8lp0vrg2045dm3ii030vcv75f-pv-1.8.0/bin:/nix/store/7ycbhck1i9xwg0xlagy4llrf9cbydbad-squashfs-4.6.1/bin:/run/wrappers/bin:/usr/bin:/usr/sbin:/home/nelz/bin:/run/wrappers/bin:/home/nelz/.nix-profile/bin:/nix/profile/bin:/home/nelz/.local/state/nix/profile/bin:/etc/profiles/per-user/nelz/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/nelz/usr/bin
+ PATH=/nix/store/lf0wpjrj8yx4gsmw2s3xfl58ixmqk8qa-bash-5.2-p15/bin:/nix/store/p58l5qmzifl20qmjs3xfpl01f0mqlza2-binutils-2.40/bin:/nix/store/vwkvhj69z4qqgmpa2lwm97kabf12p26r-coreutils-9.3/bin:/nix/store/cmn958i8qym0qvmvydl23fh3bm3fbhl7-gawk-5.2.2/bin:/nix/store/mxw4m9086d14rja8jnff2w6gqyvif55j-libarchive-3.7.2/bin:/nix/store/g2bjgpr8lp0vrg2045dm3ii030vcv75f-pv-1.8.0/bin:/nix/store/7ycbhck1i9xwg0xlagy4llrf9cbydbad-squashfs-4.6.1/bin:/run/wrappers/bin:/usr/bin:/usr/sbin:/home/nelz/bin:/run/wrappers/bin:/home/nelz/.nix-profile/bin:/nix/profile/bin:/home/nelz/.local/state/nix/profile/bin:/etc/profiles/per-user/nelz/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/nelz/usr/bin
+ wrap
+ export APPIMAGE_SILENT_INSTALL=1
+ APPIMAGE_SILENT_INSTALL=1
+ '[' -n '' ']'
+ exec /home/nelz/.cache/appimage-run/594b0bed46f1498f781f81755b0f2f2ec7d1c9e836fc367e57807a787dccebe3/AppRun
type or paste code here
But no obvious errors, at least to me. Can anyone advise?