I tried opening I project I had spent some time working on and it came up with the error message error: not well-formed ?(invalid token) at line 321.
I don’t believe I did anything wierd to cause this; like strange characters. I tried opening the file in notebook and it has a bunch of line of what appear to be corrupt characters.
Can someone help me? Maybe these can somehow be translated back?
Here is an example of some normal text followed by something else. It occurs in a couple places.
First thing is to ensure that you are using the current 2.0.5 version of Audacity. Look in “Help > About Audacity” to confirm the version number. The current version of Audacity is available here: http://audacityteam.org/download/
This type of error is pretty rare in Audacity 2.0.5, so if it keeps happening we’ll need to try and find out what is causing it.
<envelope numpoints="4">
This indicates the start of a track Envelope,
There should be a matching:
</envelope>
below the line with garbage.
If the corruption is only between … tags, then you may be able to salvage the project by deleting those sections, for example, if you had this:
Further to Steve’s reply (I was typing at the same time).
If you meant you are using Notepad, turn word wrap off.
If that is the only error, you could also just change the value of that envelope point rather than lose the other points. If so, change the line starting with <controlpoint t=“97.804250118149” to:
Wow, very strange but I attempted to play around with the coding the other night, did not fix it by any means but was able to eliminate the areas that were corrupt. This I saved as a different file.
The strange thing occurred today. I was going into the new file to try to salvage the other tracks, I opened the old file in notepad to try and see what was existing and the strange character were gone, in there place was the correct coding!? I’m going to assume this was an issue with my hard drive and after restarting the file was interpreted correctly somehow. FYI, I do have 2.0.5.
Regardless, thanks for your help Gale and Steve! At the least I can say I learned a lot from this episode, and if this happens again I think I know how to code the tracks back into the aup file. If I have any other problems I will let you guys know.