Error

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
ShayminFTW
Posts: 1
Joined: Wed Apr 28, 2010 2:33 am
Operating System: Please select

Error

Post by ShayminFTW » Wed Apr 28, 2010 2:39 am

I was trying to record something, and decide to take a break, so I saved the project. I continue later, but when I try to open it, I get an error message saying: Reference to invalid character number at line 7. How can I fix this? ><

Irish
Forum Crew
Posts: 550
Joined: Sat Sep 05, 2009 9:25 pm
Operating System: Please select

Re: Error

Post by Irish » Wed Apr 28, 2010 12:59 pm

That error usually means that you used illegal characters in your project name, or in one of the metadata tags in the project.

You can open the project .aup file in a text editor such as Notepad.
In the Format menu in Notepad, turn off Word Wrap.
Now look at the seventh line. It should look something like this:

Code: Select all

<tag name="Full Name" value="whatever name you gave it"/>
There will probably be some unusual character in the text between the quotes where I have written "whatever name you gave it"
Change that, so that it only uses a-z, A-Z, 0-9 and spaces, and it should open OK.

PO'L
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * Tips * * * * Tutorials * * * * 1.3 Quick Start Guide * * * * Audacity 1.3 Manual * * * * Audacity wiki * * * *

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Error

Post by steve » Wed Apr 28, 2010 6:10 pm

Trouble with Notepad is that it does not show line numbers. (Notepad++ can show line numbers http://notepad-plus.sourceforge.net/uk/site.htm )
If you have trouble finding the line, copy and paste the first dozen lines in your reply.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked