CAN'T OPEN SAVE PROJECT

This section is now closed.
Forum rules
Audacity 1.2.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.
ZIMMERMUZIC
Posts: 3
Joined: Sun Nov 23, 2008 10:56 pm
Operating System: Please select

CAN'T OPEN SAVE PROJECT

Post by ZIMMERMUZIC » Sun Nov 23, 2008 11:01 pm

WHEN i TRY TO OPEN THE PROJECT I SAVED A DOCUMENT FOLDER COMES UP WHIT THE CORRECT PROJECT NAME WITH A BUNCH OF DATA FILES IN IT. I CAN NOT OPEN THE WHOLE PROJECT ONLY SOUND BITS AT A TIME

ttyR2
Posts: 9
Joined: Sun Nov 09, 2008 4:58 am
Operating System: Please select

Re: CAN'T OPEN SAVE PROJECT

Post by ttyR2 » Sun Nov 23, 2008 11:21 pm

Did you try to open the .aup file that represents the project itself? Or the individual data files? You don't want to open the .au files.

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: CAN'T OPEN SAVE PROJECT

Post by kozikowski » Mon Nov 24, 2008 1:43 am

He/She is correct. However, don't click on the AUP file. Open Audacity first and File > Open > the AUP file. I don't know why it makes a difference--it shouldn't--but it does.

Audacity doesn't "Save" sound files. To get one single sound file of your whole show, Export As WAV, and do it before you turn your computer off or close Audacity.

Koz

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

Re: CAN'T OPEN SAVE PROJECT

Post by steve » Mon Nov 24, 2008 6:22 pm

For more information about Audacity projects, read this: http://audacityteam.org/wiki/index.php? ... ement_Tips
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ZIMMERMUZIC
Posts: 3
Joined: Sun Nov 23, 2008 10:56 pm
Operating System: Please select

Re: CAN'T OPEN SAVE PROJECT

Post by ZIMMERMUZIC » Tue Dec 09, 2008 6:54 pm

:D Thanks!!!!!!!!!! It took time to get back to the forum. I found the .aup file in my documents directory and the project file came up when I opened it in audacity, just like you all explained. Thanks for the forum help and the online help site you hooked me up with.

Bliss
Posts: 5
Joined: Fri May 13, 2011 2:10 pm
Operating System: Please select

Re: CAN'T OPEN SAVE PROJECT

Post by Bliss » Fri May 13, 2011 2:15 pm

Hey! Help me Please!!! When I try to open an AUP file it says "Error: not well-formed (invalid token) in line 1215" or some other number. How can i fix it? Helppp please!

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

Re: CAN'T OPEN SAVE PROJECT

Post by steve » Fri May 13, 2011 8:07 pm

There is an invalid character in the AUP file.
Please check the exact line number that is in the error message, then post the AUP file to the forum (use the "Upload Attachment" feature below the "compose message" window.)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Bliss
Posts: 5
Joined: Fri May 13, 2011 2:10 pm
Operating System: Please select

Re: CAN'T OPEN SAVE PROJECT

Post by Bliss » Mon May 16, 2011 4:52 pm

Ok, thank you! The 'invalid token' is in line 1215 for this file, but for each project it's different. And why does it always generate invalid characters so as soon as i save and close the file, there is no way back to it?
Attachments
SuperHero.aup
(58 KiB) Downloaded 87 times

billw58
Forum Staff
Posts: 5566
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: CAN'T OPEN SAVE PROJECT

Post by billw58 » Mon May 16, 2011 5:36 pm

Here's the start of line 1215

<wavetrack name="«‚ÛÍÓ‚‡ˇ ‰ÓÓÊ͇"

So it would be different for each project since this is the track name that should appear in the Track Control Panel.

I see you are using Audacity 1.2. What operating system are you using? Window experts will have to chime in here - this may be an ANSI/Unicode thing.

-- Bill

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

Re: CAN'T OPEN SAVE PROJECT

Post by steve » Mon May 16, 2011 5:40 pm

The problem is that you are using invalid characters in track names.
In this case, the track name appears to be:

Code: Select all

Çâóêîâàÿ äîðîæêà
Which I presume is a series of non-Latin characters?

Audacity 1.2.x does not support Unicode characters, so track names, file names and metadata (ID3 tags) must only use standard ascii characters. To be on the safe side stick to "letters, numbers, hyphen, underscore and space".

If you upgrade to Audacity 1.3.13 then you will probably be able to use other characters in file names, but it will not solve the problem for any existing Audacity 1.2.x Projects as they will ANSI encoded and not Unicode. To fix any old Projects that you may have you will need to open them in a plain text editor (for example NotePad or NotePad++ then find the invalid characters and change them, then save the file.

I've changed the invalid characters in this AUP file so that the track name is now "Unknown".
If you put this file in the same folder as the original AUP file you should be able to open it.
Attachments
SuperHero-2.aup
(59.27 KiB) Downloaded 110 times
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked