Crash when importing Xml due to type="stop" in direction-type bracket element

2 messages Options
Embed this post
Permalink
david_ruddock

Crash when importing Xml due to type="stop" in direction-type bracket element

Reply Threaded More More options
Print post
Permalink
I noticed that when importing xml with the following direction MuseScore 0.95 beta crashed:

      <direction placement="above">
        <direction-type>
          <bracket default-y="32" line-end="none" number="1" relative-x="-17" type="stop"/>
        </direction-type>
        <staff>1</staff>
      </direction>

If I remove the type="stop" attribute then MuseScore doesn't crash. ie.

      <direction placement="above">
        <direction-type>
          <bracket default-y="32" line-end="none" number="1" relative-x="-17"/>
        </direction-type>
        <staff>1</staff>
      </direction>
lasconic

Re: Crash when importing Xml due to type="stop" in direction-type bracket element

Reply Threaded More More options
Print post
Permalink
I think it's related to this bug : http://www.musescore.org/en/node/2090
And it should be fixed in the RC2 available at
http://prereleases.musescore.org/ for windows and mac.

Lasconic

2009/8/4 david_ruddock <[hidden email]>:

>
> I noticed that when importing xml with the following direction MuseScore 0.95
> beta crashed:
>
>      <direction placement="above">
>        <direction-type>
>          <bracket default-y="32" line-end="none" number="1"
> relative-x="-17" type="stop"/>
>        </direction-type>
>        <staff>1</staff>
>      </direction>
>
> If I remove the type="stop" attribute then MuseScore doesn't crash. ie.
>
>      <direction placement="above">
>        <direction-type>
>          <bracket default-y="32" line-end="none" number="1"
> relative-x="-17"/>
>        </direction-type>
>        <staff>1</staff>
>      </direction>
> --
> View this message in context: http://n2.nabble.com/Crash-when-importing-Xml-due-to-type%3D%22stop%22-in-direction-type-bracket-element-tp3380750p3380750.html
> Sent from the MuseScore Developer mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Mscore-developer mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer