Musescoore 3.6.2 crashes on startup in Fedora 35
Hi, I need some help to solve a crash problem.
Musescore on fredora35 crashes on startup -- without leaving an error log.
I can open the Start Center if there are no music files opened (as tabs in the workspace), but if there are any files opened (regardless of whether they are active or inactive), Musescore crashes and be killed suddenly without any error notification or log.
When I launch it from the terminal:
[yuto@DESKTOP-0GF1E80 ~]$ musescore
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/qLR40BGNy68/hqdefault.jpg'. This content should also be served over HTTPS.
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/XGo4PJd1lng/hqdefault.jpg'. This content should also be served over HTTPS.
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/E12CZH9VJFw/hqdefault.jpg'. This content should also be served over HTTPS.
強制終了
[yuto@DESKTOP-0GF1E80 ~]$ musescore -d
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/qLR40BGNy68/hqdefault.jpg'. This content should also be served over HTTPS.
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/XGo4PJd1lng/hqdefault.jpg'. This content should also be served over HTTPS.
js: Mixed Content: The page at 'https://connect2.musescore.com/?version=3.6.2.' was loaded over HTTPS, but requested an insecure image 'http://i3.ytimg.com/vi/E12CZH9VJFw/hqdefault.jpg'. This content should also be served over HTTPS.
js: Access to XMLHttpRequest at 'https://www.google-analytics.com/j/collect?v=1&_v=j96&a=1812202987&t=pa…' from origin 'https://connect2.musescore.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
強制終了
And I cannot get any relevant logs by journalctl -f.
What can I do?
Sincerely,
Comments
You could disable the startcenter (in Preferences), after staring MuserScore using the -w command line option(which alone should be enough already)
Provided those messages you're getting are related to the crash
Or try the AppImage, the version from the distribution is not supported here anyway.
In reply to Or try the AppImage, the… by Jojo-Schmitz
I disabled the start center and could open the empty workspace successfully, but I couldn't open or create any files without crashing.
Here I got only these messages.
[yuto@DESKTOP-0GF1E80 ダウンロード]$ musescore -d
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
強制終了
AppImage worked fine, very helpful! I'm going to use this for the time being, but I'd like to use dnf version control, so if there's anything I can do to solve this problem and use the distribution package again, please let me know.
Thanks,
In reply to I disabled the start center… by nishiwakiyuto
Seems there's some issue with Wayland?
See also https://musescore.org/en/node/328225
In reply to Seems there's some issue… by Jojo-Schmitz
Thanks. There have also been some errors in the past caused by the wayland environment, so I'll wait for the new release first.
Thank you!
If you still want to investigate you can try to remove some fonts.
sudo dnf remove google-noto-sans-sinhala-vf-fonts google-noto-sans-gurmukhi-fonts google-noto-sans-cjk-ttc-fonts
or even fewer, see https://github.com/flathub/org.musescore.MuseScore/issues/80#issuecomme…In reply to If you still want to… by BrnVrn
I removed google-noto-sans-sinhala-vf-fonts and google-noto-sans-gurmukhi-fonts, and now I can use the Flatpak version without problems! However, I still could not use the distribution package. (I'm using a Japanese environment and need the CJK fonts, so I can't uninstall them.)
In reply to I removed google-noto-sans… by nishiwakiyuto
As mentioned earlier: only the AppImage is supported here
In reply to As mentioned earlier: only… by Jojo-Schmitz
Yes, I'm aware of that and will use the officially supported AppImage in conjunction with the rpm/flatpak version when it doesn't work. (The only reason to use these unsupported packages is for convenience.) Or if it was inappropriate to talk about problems with these unsupported versions in this forum, I apologize and will refrain from posting in the future.
Thanks,
In reply to Yes, I'm aware of that and… by nishiwakiyuto
I is OK to talk about it here, but the MuseScore developers and supporters can't help much, the responsibility for the distribution package and the flatpak version is not here, but with the distribution/flatpak
In reply to I is OK to talk about it… by Jojo-Schmitz
Thanks, I'll consider reporting it to the maintainer of the distribution package.