3.0.0, revision: b711622 (also on 2.2.1, revision: g51b8386/2.3.0, revision: 83b2f23)
Open a score;
Open the Play panel;
Move slightly the Tempo cursor;
Close the score with the 'X' in the tab:
Crash.
I am experiencing this exact problem (OS: Windows , Arch.: x86_64, MuseScore version (32-bit): 2.2.1, revision: 51b8386). It only seems to crash if you change the tempo in the play panel (to something other than 100%) and then close the file.
Thanks for the quick reply! It's good to know that it is an "official" bug and is being worked on. In the meantime, I'll just be careful about how I use things. :)
No, it is not being worked on, not any more, it has been worked on already and is fixed in the code base for both 2.3 and master. But no new official release with that fix included is yet available.
There are however development builds available, see https://musescore.org/en/download#Development-builds
Comments
Stack trace (for master):
1 Ms::Seq::curTempo seq.cpp 1556 0x4f7c8f
2 Ms::PlayPanel::relTempoChanged playpanel.cpp 100 0x4e7783
3 Ms::PlayPanel::relTempoChanged playpanel.cpp 112 0x4e7806
4 Ms::PlayPanel::qt_static_metacall moc_playpanel.cpp 128 0x6e60de
5 ZN11QMetaObject8activateEP7QObjectiiPPv 0x68c72fb2
6 ZNK8QSpinBox5fixupER7QString 0x20753bc5
7 ?? 0x7f000003
8 ??
cs
doesn't exist anymore after having closed all scoresPossible fix (tested, does fix the crash, and I don't see any bad side effects):
See https://github.com/musescore/MuseScore/pull/3602
Fixed in branch master, commit 22d6f438a2
Fix #271039: crash when closing score after changing tempo in play panel
Fixed in branch master, commit ea4fde02be
Merge pull request #3602 from Jojo-Schmitz/play-panel-close-score
Fix #271039: crash when closing score after changing tempo in play panel
Fixed in branch 2.3, commit 247ed061c0
Fix #271039: crash when closing score after changing tempo in play panel
Maybe I'm wrong?
As above: b7a0f04 Move slightly the Metronome cursor->Crash
still, with this fix, i.e. in ea4fde02be or later?
ea4fde0 ok
247ed06 ok
if I close the score the Play panel remains open
but this is another story
yes, it remains open, getting it closed along with the score would require a more involved code change
I am experiencing this exact problem (OS: Windows , Arch.: x86_64, MuseScore version (32-bit): 2.2.1, revision: 51b8386). It only seems to crash if you change the tempo in the play panel (to something other than 100%) and then close the file.
Yep, 2.2.1 and 2.1 and maybe even older versions have the bug, 2.3 and 3.0 will have it fixed, if and when they get released
In reply to Yep, 2.2.1 and 2.1 and maybe… by Jojo-Schmitz
Thanks for the quick reply! It's good to know that it is an "official" bug and is being worked on. In the meantime, I'll just be careful about how I use things. :)
No, it is not being worked on, not any more, it has been worked on already and is fixed in the code base for both 2.3 and master. But no new official release with that fix included is yet available.
There are however development builds available, see https://musescore.org/en/download#Development-builds
Even better. Thanks!
Automatically closed -- issue fixed for 2 weeks with no activity.