[trunk] Crash on startup
MuseScore sometimes crashes on startup when JackAudio is enabled.
Cause: Seq::metronome() uses the global mscore-variable which is not yet initialized.
Solution-Suggestions: Either check in Seq before each use of the mscore variable if it is not null or reorder the order in which the global MuseScore and global Seq objects are created.
Comments
fixed
patch applied in r4876
Automatically closed -- issue fixed for 2 weeks with no activity.