16:48:12: Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)
16:48:13: Trying to load FFmpeg libraries...
16:48:13: Trying to load FFmpeg libraries from system paths. File name is 'avformat-52.dll'.
16:48:13: Looking up PATH environment variable...
16:48:13: PATH = 'C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)Common FilesMicrosoft SharedWindows Live;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)Windows LiveShared;C:Program Files (x86)QuickTimeQTSystem'
16:48:13: Checking that '' is in PATH...
16:48:13: FFmpeg directory is in PATH.
16:48:13: Checking for monolithic avformat from 'avformat-52.dll'.
16:48:13: Error: Failed to load shared library 'avformat-52.dll' (error 126: the specified module could not be found.)
16:48:13: Loading avutil from 'avutil-50.dll'.
16:48:13: Error: Failed to load shared library 'avutil-50.dll' (error 126: the specified module could not be found.)
16:48:13: Loading avcodec from 'avcodec-52.dll'.
16:48:13: Error: Failed to load shared library 'avcodec-52.dll' (error 126: the specified module could not be found.)
16:48:13: Loading avformat from 'avformat-52.dll'.
16:48:13: Error: Failed to load shared library 'avformat-52.dll' (error 126: the specified module could not be found.)
16:48:13: Error: Failed to load FFmpeg libraries.
16:48:13: Error: Failed to find compatible FFmpeg libraries.
Log? what is this errors?
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.
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.
Re: Log? what is this errors?
I'm not sure about the first line, but the rest of it is Audacity trying to find FFMpeg but not finding it.
FFMpeg is an optional add-on for Audacity that provides support for importing and exporting many different audio formats.
If you want to install FFMpeg, see here: http://manual.audacityteam.org/index.ph ... tallffmpeg
FFMpeg is an optional add-on for Audacity that provides support for importing and exporting many different audio formats.
If you want to install FFMpeg, see here: http://manual.audacityteam.org/index.ph ... tallffmpeg
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Log? what is this errors?
let me try that hope it works
Re: Log? what is this errors?
ok new set of errors
Code: Select all
18:04:28: Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)
18:04:29: Trying to load FFmpeg libraries...
18:04:29: Trying to load FFmpeg libraries from default path, 'C:Program Files (x86)Ffmpeg For Audacityavformat-52.dll'.
18:04:29: Looking up PATH environment variable...
18:04:29: PATH = 'C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)Common FilesMicrosoft SharedWindows Live;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)Windows LiveShared;C:Program Files (x86)QuickTimeQTSystem'
18:04:29: Checking that 'C:Program Files (x86)Ffmpeg For Audacity' is in PATH...
18:04:29: Warning: FFmpeg directory is not in PATH.
18:04:29: Temporarily appending ';C:Program Files (x86)Ffmpeg For Audacity' to PATH...
18:04:29: Checking for monolithic avformat from 'C:Program Files (x86)Ffmpeg For Audacityavformat-52.dll'.
18:04:29: Error: Couldn't find symbol 'avutil_version' in a dynamic library (error 127: the specified procedure could not be found.)
18:04:29: avformat not monolithic
18:04:29: Loading avutil from 'C:Program Files (x86)Ffmpeg For Audacityavutil-50.dll'.
18:04:29: Loading avcodec from 'C:Program Files (x86)Ffmpeg For Audacityavcodec-52.dll'.
18:04:29: Loading avformat from 'C:Program Files (x86)Ffmpeg For Audacityavformat-52.dll'.
18:04:29: Returning PATH to previous setting...
18:04:29: Actual avutil path C:Program Files (x86)Ffmpeg For Audacityavutil-50.dll
18:04:29: Actual avcodec path C:Program Files (x86)Ffmpeg For Audacityavcodec-52.dll
18:04:29: Actual avformat path C:Program Files (x86)Ffmpeg For Audacityavformat-52.dll
18:04:29: Importing symbols...
18:04:29: All symbols loaded successfully. Initializing the library.
18:04:29: Retrieving FFmpeg library version numbers:
18:04:29: AVCodec version 0x344802 - 52.72.2 (built against 0x344802 - 52.72.2)
18:04:29: AVFormat version 0x344002 - 52.64.2 (built against 0x344002 - 52.64.2)
18:04:29: AVUtil version 0x320f01 - 50.15.1 (built against 0x320f01 - 50.15.1)
18:04:29: FFmpeg libraries loaded successfully.
Re: Log? what is this errors?
There are a lot of possible configurations that Audacity needs to check through (remember that Audacity will run on almost any computer).
The Errors are configurations that Audacity has tried that have failed,
but then see:
Audacity has found the first part of FFMpeg and loads it.
Follow the list down from there .... no more errors,
then the final line:
Congratulations you have correctly installed FFMpeg. 
The Errors are configurations that Audacity has tried that have failed,
but then see:
Code: Select all
18:04:29: Loading avutil from 'C:Program Files (x86)Ffmpeg For Audacityavutil-50.dll'Follow the list down from there .... no more errors,
then the final line:
Code: Select all
18:04:29: FFmpeg libraries loaded successfully.9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Log? what is this errors?
so it is fixed already? ok thanks