Musescore crashed when I tried to open file.

• Apr 4, 2025 - 05:18

Can someone please help me, I tried to open this file I've made but MS crashed everytime. I tried many ways that I searched on the internet (open while 1 file is opening, revert to factory settings, etc.) but still won't work.

Attachment Size
Mascara.mscz 113.76 KB

Comments

It crashes in connection with a tie missing a start note,

        if (tie && tie->addToSkyline()) {
            SlurTieLayout::calculateDirection(tie);
            double overlap = 0.0;                // how much tie can overlap start and end notes
            bool shortStart = false;            // whether tie should clear start note or not
            Note* startNote = tie->startNote();   <<<<<<<<< nullptr
            Chord* startChord = startNote->chord();  <<<<<<< crash

Do you still have an unanswered question? Please log in first to post your question.