treetah wrote:Is there anyway to recover the project file?
You may be lucky.
First, read this so that you understand what is going on:
http://audacityteam.org/wiki/index.php? ... ement_Tips
Make a backup copy the Audacity Project file (filename.aup) and the data folder (filename_data)
Now open the original .AUP file in a text editor.
Switch off word-wrap and look for line number 7.
You will probably see a file name or a folder name that contains a non-standard character. File names and folder names should only contain letters, number, space, hyphen, underscore but no other characters. If you find the illegal character you will need to change or remove it, and make an identical change to the file or folder to which it refers.
For example, if you see something like
Code: Select all
aliasfile="/home/stf/Desktop/Great'st Hits.wav"
You would need to rename the file "Great'st Hits.wav" so that it does not have an apostrophe in it (for example: "Greatst Hits.wav") and make an identical change in the .AUP file.
If you can't find the offending character(s),copy and paste the first 10 lines or so into your reply.