AppImage for musescore 3.0 doesn't work on debian Stretch (stable)
In command line it says (in french) :
bash: ./MuseScore-3.0.0-x86_64.AppImage : impossible d'exécuter le fichier binaire : Erreur de format pour exec()
The SHA256 is correct.
On an another computer with debian stretch, it's exactly the same.
Thank you for considering this problem, I need musescore 3.0 (latest version is 2.3 on debian stretch with backports).
Regards
Comments
The AppImage file works for me on Debian Stretch. It doesn't look like this but just to make sure: did you add an executable flag to the file? If not, run
chmod +x ./MuseScore-3.0.0-x86_64.AppImage
and try to launch it again.In reply to The AppImage file works for… by dmitrio95
thx for the reply. yes, i've done "chmod a+x" on the AppImage.
So it works for you... must be a problem on my computer then. thx again. Any idee ?
In reply to thx for the reply. yes, i've… by Uzo
Well, then another simple option check: is your operating system 32-bit or 64-bit? If unsure, run
uname -a
and post an output here.In reply to Well, then another simple… by dmitrio95
uname -a
Linux debian 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) i686 GNU/Linux
In reply to uname -a Linux debian 4.9.0… by Uzo
"i686" smells like 32bit, "x86_64" would be 64bit
Would certainly the explain the "Invalid executable format" message you got
In reply to i686 smells like 32bit by Jojo-Schmitz
Ok great. I know my processor can use either 32bit and 64bit so I just have to wait the 32 bit version or install debian stretch 64bit (less likely, I've got to much to do at the moment).
Thanks a lot jojo !
In reply to Ok great. I know my… by Uzo
Please see https://musescore.org/en/node/281650#comment-903139 for information on current Debian and Ubuntu packages. (Once Debian 10 “buster” will have been released, the Debian part of said information will be updated accordingly. We expect it in a small number of weeks.)
This contains a 32-bit x86 build of MuseScore 3 for Debian stretch ☻