Help: Can't Open Audacity Project

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
Blakefred
Posts: 2
Joined: Tue Dec 27, 2011 1:25 am
Operating System: Please select

Help: Can't Open Audacity Project

Post by Blakefred » Tue Dec 27, 2011 1:32 am

Every time I try to open this project, an error always pops up. It reads "Error: unclosed token at line 3". What should I do?

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Help: Can't Open Audacity Project

Post by Gale Andrews » Tue Dec 27, 2011 3:02 am

Please look at Help > About Audacity and give the full-three section version number of Audacity (for example, 1.3.12).

There is a problem in line 3 of the .aup file. The .aup can be edited but it would be safest if you made a copy of the .aup file and attached it so we can look at it. To do that, click "Upload attachment" underneath where you post your message replies.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Blakefred
Posts: 2
Joined: Tue Dec 27, 2011 1:25 am
Operating System: Please select

Re: Help: Can't Open Audacity Project

Post by Blakefred » Tue Dec 27, 2011 5:50 am

I'm using Audacity 1.3.12. Here's the file.
Attachments
Electric feel 2 copy.aup
(406 Bytes) Downloaded 60 times

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Help: Can't Open Audacity Project

Post by Gale Andrews » Wed Dec 28, 2011 2:52 am

Blakefred wrote:I'm using Audacity 1.3.12. Here's the file.
The attached should "fix" it so that you will open an empty project window with a small selection region just before 4 minutes on the Timeline. There will be no tracks because there are none in the .aup file. Is that what you expect the project to be? Or did Audacity crash and the .aup got corrupted? Or were you editing it by hand?

If the "Electric feel 2_data" folder has .au data files, you will see warnings for those files as "orphan blockfiles" when opening the project.

Changes made:
  • As the error says, the tag on line 3 (that starts with "< ") isn't closed - it lacks > at the end of the line, which I added back.
  • Then the <tags/> tag is missing which has to be there even if there are no tags. Without that, there will be an error "no element found at line 4". I added it back.
  • Then the closing </project> tag is missing. Without that there will be an error "no element found at line 5". I added it back.
.

The current Beta is 1.3.14:
http://audacity.googlecode.com/files/au ... 1.3.14.exe

Please upgrade.

Gale
Attachments
Electric feel 2 copy.aup
"Corrected" to open an empty project.
(427 Bytes) Downloaded 65 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Locked