Crash when opening text palette Quoc Dong • Jun 4, 2016 - 00:20 Reported version 3.0 Type Functional Severity S5 - Suggestion Status closed Project MuseScore when I click on a palette title to view the contents of the palettes, MuseScore is not responding and stop working. Reply Comments Quoc Dong • Jun 4, 2016 - 00:27 Reply Jojo-Schmitz • Jun 4, 2016 - 08:15 Reply Jojo-Schmitz • Jun 4, 2016 - 08:19 Status (old) active ⇒ needs info What version of MuseScore, which OS? Which workspace? Doesn't seem to happen on Windows 7 (Enterprise, 64bit) on palettes of the advanced Workspace and a self-built ea736ea Reply Quoc Dong • Jun 4, 2016 - 10:08 I using: - MuseScore Nightly (newest)1daaae1 - Window 7 Ultimate (64bit) 4GB RAM on palettes of the advanced Workspace. Reply Jojo-Schmitz • Jun 4, 2016 - 10:13 So you start MuseScore, with 'My first score' and click on one of the palettes in the advanced Workspace and then MuseScore crashes? I can't reproduce, not even with that nightly, so maybe a factory reset is due? Reply Quoc Dong • Jun 4, 2016 - 10:13 When I click on palettes - Text content Then... stopped working. Reply Jojo-Schmitz • Jun 4, 2016 - 10:15 Status (old) needs info ⇒ active Ah! This palette crashes here too Reply Quoc Dong • Jun 4, 2016 - 10:19 I aready "Revert to Factory Settings" but is not work. Reply Jojo-Schmitz • Jun 4, 2016 - 10:22 Title MuseScore "has stopped working" when click on a palettes to view contents of palettes ⇒ MuseScore crashes when opening text palette Stack trace 1 Ms::RehearsalMark::layout rehearsalmark.cpp 55 0x840199 2 Ms::Palette::paintEvent palette.cpp 843 0x4ae948 3 ZN7QWidget5eventEP6QEvent 0x1a21c901 4 ?? 0x28bd5c 5 ?? 0x20d84de8 So probably something to do with Werner's recent changes to rehearsal marks Reply Jojo-Schmitz • Jun 4, 2016 - 10:29 Title MuseScore crashes when opening text palette ⇒ Crash when opening text palette code: Shape s1 = s->staffShape(staffIdx()).translated(s->pos()); and s is nullptr here in this case qucik and dirty fix: in the line above check for s: if (s && autoplace()) { Reply Jojo-Schmitz • Jun 4, 2016 - 10:34 Status (old) active ⇒ patch (code needs review) See https://github.com/musescore/MuseScore/pull/2649 Reply Jojo-Schmitz • Jun 5, 2016 - 08:58 Came up again in https://musescore.org/en/node/113996 Reply Git Message • Jun 6, 2016 - 10:59 Status (old) patch (code needs review) ⇒ fixed Fixed in branch master, commit 9853bcc87c fix #113886: Crash when opening text palette Reply Git Message • Jun 6, 2016 - 10:59 Fixed in branch master, commit 11d186234b Merge pull request #2649 from Jojo-Schmitz/rehearsal fix #113886: Crash when opening text palette Reply System Message • Jun 20, 2016 - 11:00 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Jojo-Schmitz • Jun 4, 2016 - 08:19 Status (old) active ⇒ needs info What version of MuseScore, which OS? Which workspace? Doesn't seem to happen on Windows 7 (Enterprise, 64bit) on palettes of the advanced Workspace and a self-built ea736ea Reply
Quoc Dong • Jun 4, 2016 - 10:08 I using: - MuseScore Nightly (newest)1daaae1 - Window 7 Ultimate (64bit) 4GB RAM on palettes of the advanced Workspace. Reply
Jojo-Schmitz • Jun 4, 2016 - 10:13 So you start MuseScore, with 'My first score' and click on one of the palettes in the advanced Workspace and then MuseScore crashes? I can't reproduce, not even with that nightly, so maybe a factory reset is due? Reply
Quoc Dong • Jun 4, 2016 - 10:13 When I click on palettes - Text content Then... stopped working. Reply
Jojo-Schmitz • Jun 4, 2016 - 10:15 Status (old) needs info ⇒ active Ah! This palette crashes here too Reply
Jojo-Schmitz • Jun 4, 2016 - 10:22 Title MuseScore "has stopped working" when click on a palettes to view contents of palettes ⇒ MuseScore crashes when opening text palette Stack trace 1 Ms::RehearsalMark::layout rehearsalmark.cpp 55 0x840199 2 Ms::Palette::paintEvent palette.cpp 843 0x4ae948 3 ZN7QWidget5eventEP6QEvent 0x1a21c901 4 ?? 0x28bd5c 5 ?? 0x20d84de8 So probably something to do with Werner's recent changes to rehearsal marks Reply
Jojo-Schmitz • Jun 4, 2016 - 10:29 Title MuseScore crashes when opening text palette ⇒ Crash when opening text palette code: Shape s1 = s->staffShape(staffIdx()).translated(s->pos()); and s is nullptr here in this case qucik and dirty fix: in the line above check for s: if (s && autoplace()) { Reply
Jojo-Schmitz • Jun 4, 2016 - 10:34 Status (old) active ⇒ patch (code needs review) See https://github.com/musescore/MuseScore/pull/2649 Reply
Git Message • Jun 6, 2016 - 10:59 Status (old) patch (code needs review) ⇒ fixed Fixed in branch master, commit 9853bcc87c fix #113886: Crash when opening text palette Reply
Git Message • Jun 6, 2016 - 10:59 Fixed in branch master, commit 11d186234b Merge pull request #2649 from Jojo-Schmitz/rehearsal fix #113886: Crash when opening text palette Reply
System Message • Jun 20, 2016 - 11:00 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
What version of MuseScore, which OS? Which workspace? Doesn't seem to happen on Windows 7 (Enterprise, 64bit) on palettes of the advanced Workspace and a self-built ea736ea
I using:
- MuseScore Nightly (newest)
1daaae1
- Window 7 Ultimate (64bit) 4GB RAM on palettes of the advanced Workspace.
So you start MuseScore, with 'My first score' and click on one of the palettes in the advanced Workspace and then MuseScore crashes?
I can't reproduce, not even with that nightly, so maybe a factory reset is due?
When I click on palettes - Text content
Then... stopped working.
Ah! This palette crashes here too
I aready "Revert to Factory Settings" but is not work.
Stack trace
1 Ms::RehearsalMark::layout rehearsalmark.cpp 55 0x840199
2 Ms::Palette::paintEvent palette.cpp 843 0x4ae948
3 ZN7QWidget5eventEP6QEvent 0x1a21c901
4 ?? 0x28bd5c
5 ?? 0x20d84de8
So probably something to do with Werner's recent changes to rehearsal marks
code:
Shape s1 = s->staffShape(staffIdx()).translated(s->pos());
and s is nullptr here in this case
qucik and dirty fix: in the line above check for s:
if (s && autoplace()) {
See https://github.com/musescore/MuseScore/pull/2649
Came up again in https://musescore.org/en/node/113996
Fixed in branch master, commit 9853bcc87c
fix #113886: Crash when opening text palette
Fixed in branch master, commit 11d186234b
Merge pull request #2649 from Jojo-Schmitz/rehearsal
fix #113886: Crash when opening text palette
Automatically closed -- issue fixed for 2 weeks with no activity.