modal Cancel Popup window when MuseScore starts
I'm on arch linux x86-64 mate. Didn't happen a couple weeks ago, but I did some modifications to my arch linux system and came back to it and experience it now on latest git self compiled. I think I also got it when I first try the latest nightly 2.1 d53f2f1 linux AppImage, although I don't see it now (it might have fixed itself after doing factory reset). Although I can't seem to reproduce now with the AppImage. I should say that the synthesizer menu option in view is disabled, so maybe this is some synthesizer component that is failing to load. Looks like:
in the middle of the screen. My hunch is that it is zerberus. It reminds me of #71001: 'loading' window at startup does not close if using Qt library version == 5.5.0 (which current arch linux release uses).
Comments
I would say that first: that window should have some title so user knows what it is about.
Second, if for whatever reason that thing is not able to load, then it would be nice if it could say "unable to load __".
Apparently I did something to mess up my audio system...cause even when I try to run 2.0.3 I get:
and I also see that synthesizer is disabled...although I don't get the modal popup.
This might turn out as a duplicate of #184956: Progress bar appears when starting the program and need the same fix for 2.1, when not using Qt 5.4?
Thanks Jojo! Yes, it looks exactly like #184956: Progress bar appears when starting the program.
(Therefore, it is probably not related to my earlier mentioned issue #71001: 'loading' window at startup does not close if using Qt library version == 5.5.0 (which current arch linux release uses))
Don't both relate to take Qt bug and both use the same fix, just at different spots?
I tried applying the fix for #184956: Progress bar appears when starting the program into my 2.1 git build, and that did the trick for me. So clearly we need to apply that fix https://github.com/musescore/MuseScore/commit/2ba04c7e495bdb77ed72125f3… to 2.1 as well.
regarding comment #5, yes you are correct Jojo, they both relate to the same Qt bug and use the same fix, just at different spots.
Well I'm going to sleep now, but I wanted to make sure to update this issue report to mark it as being ready for "patch (code needs review)", so I went ahead and "cherry-picked" lasconic's commit that fixed this in 3.0 and made a PR with it against 2.1: https://github.com/musescore/MuseScore/pull/3151
Fixed in branch 2.1, commit ef67272a1f
fix #191371: Progress bar appears when starting the program
Fixed in branch 2.1, commit 42f0426266
Merge pull request #3151 from ericfont/191371-progressDialogReset2.1
fix #191371 (for 2.1) with same 3.0 commit that fixed "184956: Progress bar appears when starting the program"
Automatically closed -- issue fixed for 2 weeks with no activity.