Crash when opening the Advanced Style Properties
OS: Windows 7 SP 1 (6.1), Arch.: x86_64, MuseScore version (64-bit): 3.0.0, revision: 87d175a
1) Default "Untitled" score
2) Right-click on the staff -> Staff properties
3) Click on "Advanced Style Properties"
Result: crash
Comments
This issue occurs since two days.
This nightly works: c07ed54
std_sample.mscx and tab_sample.mscx need to be updated to the new file format. The readScore() calls here and here are returning
Score::FileError::FILE_OLD_300_FORMAT
, which is causing the program to exit with an error.See https://github.com/musescore/MuseScore/pull/3988.
Fixed in branch master, commit 82713556ee
fix #276460: Crash when opening the Advanced Style Properties
Fixed in branch master, commit e71d61d143
Merge pull request #3988 from mattmcclinch/276460-sample-scores
fix #276460: Crash when opening the Advanced Style Properties
Automatically closed -- issue fixed for 2 weeks with no activity.