You are not logged in.
Problem
There was no sound playing when playing back my music with MuseScore.
Diagnosis
I ran mscore in the terminal and observed the output. It logged something along the lines of "Error: MS Basic soundfont not found" (cannot recall exact wording). Turns out that the /usr/share/mscore-4.1 folder was missing a sound/ directory which usually should contain the soundfont required to play back any notes.
Solution
I downloaded the MuseScore AppImage from their website (https://musescore.org/de/download/muses … 4.AppImage). Let's say that the path to the downloaded MuseScore AppImage is ./mscore.AppImage (for consistency in the next steps).
I made it executable by running chmod +x mscore.AppImage (not sure if this step is required, I did this to confirm that the AppImage version plays back my music).
I extracted the AppImage by running ./mscore.AppImage --extract-appimage.
From the newly created squashfs-root/ directory, I copied the squashfs-root/usr/share/mscore4portable-4.1/sound/ directory to /usr/share/mscore-4.1/
On relaunching my installation of MuseScore, the sound was now playing.
Just wanted to post this solution here; it seems like something might have gone wrong on one of the MuseScore updates, since the playback did work previously. Maybe an update deleted the sound directory?
Anyway, here are some infos on the versions that I used to perform this:
Local installation of MuseScore: Version 4.1.0 (OS: Arch Linux, Arch.: x86_64, MuseScore version (64-bit): 4.1.0-, revision: github-musescore-musescore-)
AppImage version of MuseScore: MuseScore-4.1.1.232071203-x86_64.AppImage
Offline
Thanks, it works.
Offline
Hey, I also had the issue and solved it by downgrading the package.
I just wanted to point out that there is a bug open here
Offline
I confirm this solution works. Could you spare a few minutes and post your solution on musescore page? It will be useful. I could do it, too, of course, but it is not my solution.
Offline
I don't think we really need to update the archwiki because the problem will be resolved pretty soon. Whenever the packager has time to re-compile it.
I posted the solution here and on the musescore forums thought, as a temporary workaround. Anybody who has the problem and googles it should be able to find the posts.
Offline
Still the same.
Grabbed it from previous 4.0.1 package, which found in pacman cache under /var/cache/pacman/pkg/musescore-4.0.1-1-x86_64.pkg.tar.zst
Worst case scenario - download it from archive https://archive.archlinux.org/packages/ … kg.tar.zst
Offline
hello,
the issue still exists in current musescore [4.1.1-1] version.
if someone could please fix the build issue.
according to the bug report [https://bugs.archlinux.org/task/79155?p … =musescore] apparently only setting MUE_INSTALL_SOUNDFONT=ON fixes the issue.
please
Offline