MuseScore 4.4 AppImage not running on Linux
All versions up until this point have worked on my Acer Chromebook 15 (underpowered, yes, but it's worked). With the latest version, it does not. I made it executable with sudo chmod +x and then ./Musescoreblabla.appimage install. Showed up in the Linux Apps folder on the Chromebook side of things and clicked on it. Didn't work, so reinstalled the Linux environment and tried again. Still didn't work. Decided to run it from the terminal directly by ./Musescoreyaddayadda.appimage after making it executable. Spits out this error:
findlib: libjack.so.0: cannot open shared object file: No such file or directory
/home/[user]/Downloads/MuseScore-Studio-4.4.0.242390800-x86_64.AppImage: Using fallback for library 'libjack.so.0'
findlib: libnss3.so: cannot open shared object file: No such file or directory
/home/[user]/Downloads/MuseScore-Studio-4.4.0.242390800-x86_64.AppImage: Using fallback for library 'libnss3.so'
/lib/x86_64-linux-gnu/libwayland-client.so.0
/tmp/.mount_MuseScY7onXR/bin/mscore4portable: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
If this is the version that breaks compatibility, so be it. Hoping to get a new actual PC in the next year and 4.3.2 still does everything I need. Just wanted to see if anybody can gleam anything. I am not super technically inclined
Comments
I have the same problem on my Lenovo IP Duet 5 Chromebook (with an ARM processor).
In reply to I have the same problem on… by MortemOccupavi
I found a fix after going through the error messages. I entered the following commands:
sudo apt-get install libnss3
sudo apt install libopengl0 -y
In reply to I found a fix after going… by votrevotre
It worked for me as well. Thank you!