So I'm trying to recover some work from a compiled package. The .eof file is lost on a crashed hard drive.
I'm running the latest toolkit v2.6.1.0
I'm able to extract the xml file. However, when I try to import the xml file, I get an error and this shows up the in the eof log:
642: Processing line #630642: Processing <chordTemplates> tag on line #630642: Error reading chord name on line #632. Aborting
Looking at the XML file on line ~632, and deleting chordtemplates until it errors out at a later step (missing chordid) it looks like its not accepting this:
So I'm trying to recover some work from a compiled package. The .eof file is lost on a crashed hard drive.
I'm running the latest toolkit v2.6.1.0
I'm able to extract the xml file. However, when I try to import the xml file, I get an error and this shows up the in the eof log:
642: Processing line #630642: Processing <chordTemplates> tag on line #630642: Error reading chord name on line #632. Aborting
Looking at the XML file on line ~632, and deleting chordtemplates until it errors out at a later step (missing chordid) it looks like its not accepting this:
But it does accept this:
So it doesn't like the nested chordid value in the chordtemplate. Is this a bug?