score v.1.14 with TextLine do not open in 3.0

• Aug 6, 2018 - 09:36
Reported version
3.0
Type
Functional
Severity
S4 - Minor
Status
closed
Project

OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (32-bit): 3.0.0, revision: 6a60be8

Uploaded score do not open in 3.0

In debug console there is message:
Debug: 640 13: Expected character data.

Error is that MuseScore3.0 cannot read this segment

 <TextLine>
    <beginText>
      <style>29</style>
      <subtype>TextLine</subtype>

Here is how MuseScore3.0 expect the TextLine looks like:

 <TextLine>
    <beginText>
            <text>some text</text>
            </beginText>
Attachment Size
58190.mscz 12.08 KB

Comments

Status (old) patch (code needs review) fixed
Status fixed

PR was merged. I don't know why this issue wasn't closed automatically.