Audacity Suddenly Stopped Saving File

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Wild Honey
Posts: 10
Joined: Tue Dec 02, 2014 3:24 am
Operating System: Please select

Audacity Suddenly Stopped Saving File

Post by Wild Honey » Tue Dec 02, 2014 3:39 am

Hey all, I use Audacity (2.0.0) several times a week and have never had any issues. I'm on Windows 7. Suddenly the files are not saving with the right extension. I don't remember if I got the exe installer or the zip.

The file goes through the process of saving as mp3 or wav file just fine but when the saving is finished the file extension is blank, even though it shows the size. And I can't open the file.

See screenshot next to 'file' - it's empty and how it shows no mp3 icon next to the file itself? It does that whether I save as mp3 or wave file.

Never had this happen before. Didn't make any changes to the program. Any ideas?
Attachments
screenshot, audacity wav file.jpg
screenshot, audacity wav file.jpg (26.65 KiB) Viewed 618 times

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

Re: Audacity Suddenly Stopped Saving File

Post by steve » Tue Dec 02, 2014 3:56 am

Don't use the dot (".") character in file names.
Windows treats whatever is after the dot as the "file extension", and relies on that to know what sort of file it is.
Audacity will automatically add the correct file extension to the file name, provided that you don't enter a different file extension. If you enter a name with a dot in it, then Audacity assumes that you have added the file extension, and Windows assumes that file extension is correct. So if you enter a file name as: "Dr.Cha~zay", then Windows sees that as a file called "Dr" and a file type of "Cha~zay" (obviously not a valid file type).

If you must use a dot in the file name, then ensure that you enter a valid file extension for the format that you are using (.mp3 for MP3 files)

For compatibility, it is best to avoid "special character" such as "~" or any punctuation characters. Windows has strict rules about file names and you can easily run into problems by using illegal characters. Safe characters are letters, numbers, space and underscore.

Also, Audacity 2.0.0 is obsolete. The current version is 2.0.6 which you can download here: http://audacityteam.org/download/windows
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

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

Re: Audacity Suddenly Stopped Saving File

Post by kozikowski » Tue Dec 02, 2014 4:02 am

Are you starting to run out of space on your hard drive? That's what happens to the video people. They crank out show after show and then one day they can't save a new show any more — because there isn't room.

Koz

Wild Honey
Posts: 10
Joined: Tue Dec 02, 2014 3:24 am
Operating System: Please select

Re: Audacity Suddenly Stopped Saving File

Post by Wild Honey » Tue Dec 02, 2014 4:33 pm

Steve, I felt such a duh-moment come on when I read about the dot! Thank you! I had tried removing all of the commas and totally forgot the dot after Dr. That did the trick! Thank you so much!

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

Re: Audacity Suddenly Stopped Saving File

Post by Gale Andrews » Tue Dec 02, 2014 8:06 pm

Wild Honey wrote:I felt such a duh-moment come on when I read about the dot! Thank you! I had tried removing all of the commas and totally forgot the dot after Dr. That did the trick! Thank you so much!
We get this problem a lot. Did you ignore the warning Audacity gave you, or not understand it?

Would a warning like this have helped?
no_dots_allowed.png
no_dots_allowed.png (26.01 KiB) Viewed 602 times
If the file name has dots in it I think we must default to adding the standard extension for the file type, and provide an option for the small minority of users who want to use a different extension.

Gale
Attachments
dot_in_export_filname_warning.patch
(1.27 KiB) Downloaded 23 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

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

Re: Audacity Suddenly Stopped Saving File

Post by steve » Tue Dec 02, 2014 10:46 pm

Gale Andrews wrote: If the file name has dots in it I think we must default to adding the standard extension for the file type, and provide an option for the small minority of users who want to use a different extension.
Much as I don't like to encourage bad practice, that would save a lot of problems. A good case for an option in Preferences I think (default, always use default file extensions).
The "small minority" may not be so small for some formats, such as "AAC", (for which I presume we would use ".m4a" ?)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Audacity Suddenly Stopped Saving File

Post by Edgar » Tue Dec 02, 2014 11:00 pm

Gale Andrews wrote: Would a warning like this have helped?
Hi Gale! You know me, always wanting to tinker with the grammar:
grammar.png
grammar.png (23.78 KiB) Viewed 590 times
Note that I have made the first two sentences ("…Yes…") into a single compound sentence so that there is no punctuation following the quoted filename. I think it makes it slightly less visually confusing. Similarly, in the second paragraph I have removed the spurious comma, again to make it slightly less visually confusing. I have also put the file extension string in quotation marks to make it consistent with all the other quoted strings. Otherwise, I really like this change. Could you slip this in as a non-feature/bug fix?

As for changing the current behavior, I think I would be -1 unless we had a fairly sophisticated system. It would require two buttons and a checkbox: button "Yes" = export with name as-is; button "No" = export appending appropriate extension; checkbox "Always do it this way". Preferences would also need to be extended so that the Warnings pane had an additional entry to control the "Always do this" behavior. I would even prefer a third button: "Maybe" <ha ha> = the current "No" behavior which throws it back into the Export dialog so the user could change the filename (which would be my preferred default). Certainly a new feature.
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

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

Re: Audacity Suddenly Stopped Saving File

Post by kozikowski » Tue Dec 02, 2014 11:10 pm

Isn't it the case that most times this error is a Smack The Head moment? Of course, How could I be so stupid?

The filename has two dots in it. OK? [Y|N]

I think we're too quick to include pages of explanation where a simple warning would work.

Koz

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

Re: Audacity Suddenly Stopped Saving File

Post by Gale Andrews » Tue Dec 02, 2014 11:14 pm

steve wrote:
Gale Andrews wrote: If the file name has dots in it I think we must default to adding the standard extension for the file type, and provide an option for the small minority of users who want to use a different extension.
Much as I don't like to encourage bad practice, that would save a lot of problems. A good case for an option in Preferences I think (default, always use default file extensions).
Or a checkbox in the export dialogue which would be my solution if it is possible.
steve wrote:The "small minority" may not be so small for some formats, such as "AAC", (for which I presume we would use ".m4a" ?)
Yes - which is added now if no extension is supplied and there are no dots in the file name. Only MP4 is a universal alternative. AAC or M4R extension won't be playable by Windows Media Player for example.

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

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Audacity Suddenly Stopped Saving File

Post by Edgar » Tue Dec 02, 2014 11:24 pm

kozikowski wrote: I think we're too quick to include pages of explanation where a simple warning would work.
For the sophisticated user or even one who has read a brief explanation a simple warning will work. However, I suspect that most folks who run into this for the first time will be clueless; otherwise, they would enable displaying extensions long enough to add the proper extension.

In this day and age the cost difference between a 10 word warning and a 40 word explanation (compiling time, application size, download time, execution time etc.) is trivial. If the user is seeing this warning so many times that they get annoyed by the wordiness I contend that this is a problem in the user's inability to learn from their mistakes not a problem in GUI design.
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

Post Reply