You are not logged in.

#1 2026-05-28 15:46:37

LudwigJ
Member
Registered: 2021-02-25
Posts: 28

Export in musescore

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

#2 2026-05-28 17:43:25

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 623

Re: Export in musescore

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: UiCtxProjectFocused

Offline

#3 2026-05-28 23:52:26

LudwigJ
Member
Registered: 2021-02-25
Posts: 28

Re: Export in musescore

Exactly.
Is there a way to open an issue? I can't see a way to access the bugtracker.

Offline

#4 2026-05-29 02:03:52

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 623

Re: Export in musescore

LudwigJ wrote:

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

#5 2026-05-29 04:43:20

Toolybird
Member
Registered: 2017-09-30
Posts: 90

Re: Export in musescore

> 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

#6 2026-05-30 20:16:03

xerxes_
Member
Registered: 2018-04-29
Posts: 1,061

Re: Export in musescore

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

#7 2026-05-30 20:25:46

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 623

Re: Export in musescore

xerxes_ wrote:

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

#8 2026-05-30 20:32:33

xerxes_
Member
Registered: 2018-04-29
Posts: 1,061

Re: Export in musescore

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

#9 Yesterday 11:15:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,041

Re: Export in musescore

Toolybird wrote:

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

Board footer

Powered by FluxBB