[trunk] Crash on startup

• Oct 19, 2011 - 19:45
Type
Functional
Severity
S2 - Critical
Status
closed
Project

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