[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3366 in lilypond: crash of musicxml2ly
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3366 in lilypond: crash of musicxml2ly |
Date: |
Wed, 15 May 2013 19:17:13 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Scripts
New issue 3366 by address@hidden: crash of musicxml2ly
http://code.google.com/p/lilypond/issues/detail?id=3366
Reported by Laura Conrad:
http://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00148.html
I attempted to run musicxml2ly on the file
<http://www2.cpdl.org/wiki/images/9/91/Alessandro_Striggio-Nasce_la_pena-XML.zip>
using the command "musicxml2ly -z --nd --nrp --npl --no-beaming *.zip"
and musicxml2ly 2.16.1 crashes with the terminal output:
musicxml2ly -z --nd --nrp --npl --no-beaming *.zip
musicxml2ly: Reading MusicXML from
Alessandro_Striggio-Nasce_la_pena-XML.zip ...
musicxml2ly: Input file Alessandro_Striggio-Nasce_la_pena-XML.zip is
compressed, extracting raw MusicXML data
Traceback (most recent call last):
File "/home/newlily/lilypond/usr/bin/musicxml2ly", line 2986, in ?
main()
File "/home/newlily/lilypond/usr/bin/musicxml2ly", line 2981, in main
voices = convert (filename, options)
File "/home/newlily/lilypond/usr/bin/musicxml2ly", line 2882, in convert
tree = read_musicxml (filename, options.compressed, options.use_lxml)
File "/home/newlily/lilypond/usr/bin/musicxml2ly", line 2850, in
read_musicxml
container_xml = z.read ("META-INF/container.xml")
File "/home/newlily/lilypond/usr/lib/python2.4/zipfile.py", line 344, in
read
zinfo = self.getinfo(name)
File "/home/newlily/lilypond/usr/lib/python2.4/zipfile.py", line 335, in
getinfo
return self.NameToInfo[name]
KeyError: 'META-INF/container.xml'
Comment by pls:
http://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00149.html
you are right. For the time being you will have to unzip the file manually
and
run musicxml2ly on the .xml file. The conversion with musicxml2ly will be
successful (no error messages) but unfortunately the compilation with
LilyPond
(v2.17.15) will fail due to a segmentation fault. (Something went wrong in
the
conversion process.) Everything is fine (apart from the -z | --compressed
option) when you use our musicxml2ly-dev version on
https://github.com/Philomelos/lilypond-musicxml2ly-dev. Thanks for the bug
report!
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lilypond-auto] Issue 3366 in lilypond: crash of musicxml2ly,
lilypond <=