moving system dividers causes crash when using page settings dialog
9936550, Windows 7
- Open existing score or create new one, doesn't matter
-
Tick Style → General → System → Dividers → Left
Looks OK, the standard short system dividers are shown left, so far so good.
-
Change to System dividers Long or extra Long
Doesn't work, it still shows the short ones. And leaving, then reentering the dialog seems to prove that the change hasn't been saved.
-
Tick Style → General → System → Dividers → Right
Dividers are shown, but instead of to the right of the system, they show to the left of the left divders
-
Untick/Tick Style → General → System → Dividers → Left
Now long dividers are shown, but the dialog still has them as normal dividers
Comments
another problem: there is a system divider after the last system of a page, this seems superfluos to me.
next issue: move one of the dividers with the mouse or the inspector, then open the page settings dialog
Crash!
Fatal: ASSERT: "!strcmp(MStyle::valueType(idx),"bool")" in file .../MuseScore/libmscore/score.h, line 770 (:0, )
Fixed in branch master, commit 626ae901b4
fix #111576: system dividers dont work properly
right dividers still don't work properly, thes still show up left of the left dividers
And the crash when using the page setting dialog still happens, same assert as before, just 1 line later
The crash when moving a System divider using the mouse and then opening the page settings dialog still exists.
Fatal: ASSERT: "!strcmp(MStyle::valueType(idx),"bool")" in file .../MuseScore/libmscore/score.h, line 783 (:0, )
The bug that the right dividers are shown left (of the left dividers) still exists
I do have a fix for the crash
Splitting off #151456: right system dividers show left
See https://github.com/musescore/MuseScore/pull/2912
Fixed in branch master, commit 2053324a31
fix #111576: crash when using page settings dialog after having moved system dividers
Fixed in branch master, commit 7246948bcc
Merge pull request #2912 from Jojo-Schmitz/dividers
fix #111576: crash when using page settings dialog after having moved system dividers
Automatically closed -- issue fixed for 2 weeks with no activity.