You are not logged in.
Pages: 1
I'm having problems exporting scores in musescore 4.7, both in 4.7.1 and the new 4.7.2.
In the official package I can't export anything. When I click File -> Export, nothing happens, the export dialogue doesn't open.
If I install musescore-bin from Aur, the export dialogue works, but the ffmpeg libraries aren't recognized and I can't export to mp4.
I find the new bugtracker completely useless, so I don't know where I can get some help.
Offline
I can confirm that musescore-4.7.2 fails to show export dialog. Console output:
20:42:07.873 | DEBUG | main_thread | UiActionsRegister::updateEnabledAll | currentCtx: UiCtxProjectOpened
20:42:09.196 | INFO | main_thread | ActionsDispatcher::doDispatch | try call action: file-export
20:42:09.196 | DEBUG | main_thread | onFireOpen | try open uri: musescore://project/export, page: {"modal":"","module":"MuseScore.Project","params":{},"path":"ExportDialog","type":2,"uri":"musescore://project/export"}
20:42:09.198 | WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:58:9: TypeError: Cannot read property 'width' of null
20:42:09.201 | WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:39: TypeError: Cannot read property 'item' of null
20:42:09.201 | WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:78: TypeError: Cannot call method 'findIndex' of null
20:42:09.201 | WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:70: TypeError: Cannot call method 'exportTypeList' of null
20:42:09.201 | WARN | main_thread | Qt | qrc:/qt/qml/Muse/Ui/InteractiveProvider.qml:112: TypeError: Value is null and could not be converted to an object
20:42:09.201 | ERROR | main_thread | InteractiveProvider::toRet | ASSERT FAILED: jsobj.contains("errcode") /usr/src/debug/musescore/musescore/src/framework/ui/view/interactiveprovider.cpp:616
20:42:09.201 | ERROR | main_thread | InteractiveProvider::openFunc | failed open err: [1] , uri: musescore://project/export
20:42:09.213 | DEBUG | main_thread | UiActionsRegister::updateEnabledAll | currentCtx: UiCtxProjectFocusedOffline
Exactly.
Is there a way to open an issue? I can't see a way to access the bugtracker.
Offline
Is there a way to open an issue? I can't see a way to access the bugtracker.
There is already the issue reported to upstream: https://github.com/musescore/MuseScore/issues/33289. However, it's closed because they won't fix non-AppImage builds.
You can try to create issue in the package repo here: https://gitlab.archlinux.org/archlinux/ … ?state=all
Offline
> You can try to create issue in the package repo here
It's not a packaging issue so there is no point.. The fundamental problem is the upstream Musescore code base is incompatible with qt-6.11.1 which is what Arch ships. In fact, it only runs at all right now because Arch applied some dirty hacks in: https://gitlab.archlinux.org/archlinux/ … requests/5
Essentially, Musescore on Arch is a lottery. Sometimes it works, sometimes it doesn't. It's been like this for at least the last few years.. If you don't like it, use the Appimage...
Offline
You can run ldd/lddtree on musescore from official arch repo to find out what libs it needs and copy them to /usr/local/lib/ and preload them when you start musescore.
Offline
You can run ldd/lddtree on musescore from official arch repo to find out what libs it needs and copy them to /usr/local/lib/ and preload them when you start musescore.
The problem is not the absence of libraries. If ldd shows shared library not found, a binary won't run at all.
Offline
I thought about some previous versions of qt, maybe even 5, but it may be to much libs, they could be not compatible and/or not stabile. And I don't use musescore, so I can't help more. That was just my idea, and I hoped it would be useful for someone.
Last edited by xerxes_ (2026-05-30 20:34:10)
Offline
If you don't like it, use the Appimage...
In case you don't like having pacakges in home folders, https://aur.archlinux.org/packages/musescore-bin repackages the appimage to be used systemwide .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1