Page 1 of 2

Exporting file not appearing in windows explorer

Posted: Thu Jul 02, 2020 10:23 pm
by Scotz74
Really strange problem on Windows 10, HP G61 Laptop.

I export the file to MP3, WAV whatever, it goes through the motions of creating the file (asking me where to save it, what to call it), starts exporting (box with the two green progress bars comes up), it gets about two thirds of the way through (about 5 seconds left) and then the box disappears. I think great it's created the file but then I go to wherever I asked it to save it and it's not there.

I went to the diagnostics log and all seems normal, it found the FFMPEG files and dlls etc (see below)

The only thing out of the ordinary is the line File not in path. Anyone know what's wrong. I've tried everything apart from reinstalling Audacity. Restarting computer, deleting appdata, trying uninstalling and reinstalling Lame....what is going wrong????

Here's the diagnostic log:

22:53:51: Audacity 2.4.1
22:53:51: Trying to load FFmpeg libraries...
22:53:51: Trying to load FFmpeg libraries from default path, 'C:\Program Files (x86)\FFmpeg for Audacity\avformat-55.dll'.
22:53:51: Looking up PATH environment variable...
22:53:51: PATH = 'C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\HP\AppData\Local\Microsoft\WindowsApps;'
22:53:51: Checking that 'C:\Program Files (x86)\FFmpeg for Audacity' is in PATH...
22:53:51: Warning: FFmpeg directory 'C:\Program Files (x86)\FFmpeg for Audacity' is not in PATH.
22:53:51: Temporarily prepending ';C:\Program Files (x86)\FFmpeg for Audacity' to PATH...
22:53:51: Checking for monolithic avformat from 'C:\Program Files (x86)\FFmpeg for Audacity\avformat-55.dll'.
22:53:51: Error: Couldn't find symbol 'avutil_version' in a dynamic library (error 127: The specified procedure could not be found.)
22:53:51: Error: Couldn't find symbol 'avcodec_version' in a dynamic library (error 127: The specified procedure could not be found.)
22:53:51: avformat not monolithic
22:53:51: Loading avutil from 'avutil-52.dll'.
22:53:51: Loading avcodec from 'avcodec-55.dll'.
22:53:51: Loading avformat from 'C:\Program Files (x86)\FFmpeg for Audacity\avformat-55.dll'.
22:53:51: Returning PATH to previous setting...
22:53:51: Actual avutil path C:\Program Files (x86)\FFmpeg for Audacity\avutil-52.dll
22:53:51: Actual avcodec path C:\Program Files (x86)\FFmpeg for Audacity\avcodec-55.dll
22:53:51: Actual avformat path C:\Program Files (x86)\FFmpeg for Audacity\avformat-55.dll
22:53:51: Importing symbols...
22:53:51: All symbols loaded successfully. Initializing the library.
22:53:51: Retrieving FFmpeg library version numbers:
22:53:51: AVCodec version 0x373466 - 55.52.102 (built against 0x373466 - 55.52.102)
22:53:51: AVFormat version 0x372164 - 55.33.100 (built against 0x372164 - 55.33.100)
22:53:51: AVUtil version 0x344264 - 52.66.100 (built against 0x344264 - 52.66.100)
22:53:51: FFmpeg libraries loaded successfully.
22:54:51: Using internal LAME
22:54:55: Using internal LAME

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 9:33 am
by steve
Scotz74 wrote:
Thu Jul 02, 2020 10:23 pm
I went to the diagnostics log and all seems normal, it found the FFMPEG files and dlls etc (see below)
Yes, that all looks normal.
Scotz74 wrote:
Thu Jul 02, 2020 10:23 pm
I export the file to MP3, WAV whatever, it goes through the motions of creating the file (asking me where to save it, what to call it), starts exporting (box with the two green progress bars comes up), it gets about two thirds of the way through (about 5 seconds left) and then the box disappears. I think great it's created the file but then I go to wherever I asked it to save it and it's not there.
Does the problem only occur with one specific project?

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 9:55 am
by kozikowski
What did you call the show? Did you put a date in the name? Use ISO dates. Today is 2020-07-03, not 7/3/20. Slashmarks can confuse the machine.

Use Upper case, lower case, numbers, -dash- and _underscore_ only. No other characters. Also stay away from the Microsoft magic words such as COM, LPT, etc.

Did you use Windows search to try and find the files? Try exporting as a very simple name like Myfile just for a test.

Re-installing Audacity doesn't clear Audacity. There are system files you can delete which does that.

Are you trying to save to a Network Connected Drive? Google Drive, iDrive. Try saving to a local drive instead.

Koz

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:02 am
by kozikowski
This came up a while ago.


Do not use the following reserved device names for the name of a file:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

I checked CON, PRN, AUX, NUL, COM1 and LPT1--all OK, assuming others also good.
I see that COM1 & LPT1 etc. are excluded but wonder if COM & LPT should also be excluded for safty's?

Koz

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:28 am
by Scotz74
steve wrote:
Fri Jul 03, 2020 9:33 am
Scotz74 wrote:
Thu Jul 02, 2020 10:23 pm
I went to the diagnostics log and all seems normal, it found the FFMPEG files and dlls etc (see below)
Yes, that all looks normal.
Scotz74 wrote:
Thu Jul 02, 2020 10:23 pm
I export the file to MP3, WAV whatever, it goes through the motions of creating the file (asking me where to save it, what to call it), starts exporting (box with the two green progress bars comes up), it gets about two thirds of the way through (about 5 seconds left) and then the box disappears. I think great it's created the file but then I go to wherever I asked it to save it and it's not there.
Does the problem only occur with one specific project?
Yes it does, I just tried recording a new track and that exported to Mp3 fine. I've also tried transfering the file (via USB) to another PC and it won't export to MP3 there either. Goes through all the motions with the progress bars half way through and then disappears.

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:31 am
by Scotz74
kozikowski wrote:
Fri Jul 03, 2020 10:02 am
This came up a while ago.


Do not use the following reserved device names for the name of a file:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

I checked CON, PRN, AUX, NUL, COM1 and LPT1--all OK, assuming others also good.
I see that COM1 & LPT1 etc. are excluded but wonder if COM & LPT should also be excluded for safty's?

Koz
Thanks for all these suggestions. I've tried just calling it 'Untitled' and exporting and same thing, it goes through the motions but end result is no mp3 file when I go to look for file on desktop or in c drive or wherever. I've tried multiple locations.
As per Steve's response I wonder if the aup file is corrupted because it keeps crashing Audacity after the failed Mp3 export. Is there any way to repair these?

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:31 am
by steve
How big is the project? (Number of tracks, length of tracks)

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:37 am
by Scotz74
It's my band's rendition of 'Something' so, 2'.30" Five tracks, drums, bass, keys, vocals, guitar. Is there anyway to repair the file do you think? Took me hours.

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:47 am
by steve
1. Make a backup copy of the project ("Save Project As..." and name it "Something-backup.aup")

2. In Preferences, check that "Ignore blank space at the beginning" is NOT selected:
https://manual.audacityteam.org/man/imp ... ences.html

3. Select the first track and "Export Selected Audio" as "WAV" "Encoding 32-bit float".

4. Repeat step 3 for each track.
I'm expecting that one track will fail.

5. The exported tracks can then be imported into a new project.

How much of the project were you able to recover with these steps? (we can then try to recover the rest)

Re: Exporting file not appearing in windows explorer

Posted: Fri Jul 03, 2020 10:49 am
by kozikowski
Open the AUP file in a text editor and look at it. Don't change or save anything.

It should look roughly like this.

Image

That's been gussied up a little for the picture, but that's the idea. It's roughly Englishy words. It's a programming style. The red box indicates the name you gave the project when you made it the first time.

If the AUP is blank, then the problem is obvious. If it has graphic characters, all black blocks, or nonsense trash, then that's the end of the show. Sometimes you can rescue a first-pass recording when you lose the AUP file, but not an edit. Edits scramble things and the show depends on details in the AUP file to straighten everything out.

Koz