Log? what is this errors?

This section is now closed.
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.
Locked
jcgo16
Posts: 4
Joined: Wed Oct 05, 2011 9:15 am
Operating System: Please select

Log? what is this errors?

Post by jcgo16 » Wed Oct 05, 2011 9:17 am

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.

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

Re: Log? what is this errors?

Post by steve » Wed Oct 05, 2011 9:54 am

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
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

jcgo16
Posts: 4
Joined: Wed Oct 05, 2011 9:15 am
Operating System: Please select

Re: Log? what is this errors?

Post by jcgo16 » Wed Oct 05, 2011 10:23 am

let me try that hope it works

jcgo16
Posts: 4
Joined: Wed Oct 05, 2011 9:15 am
Operating System: Please select

Re: Log? what is this errors?

Post by jcgo16 » Wed Oct 05, 2011 10:30 am

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.

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

Re: Log? what is this errors?

Post by steve » Wed Oct 05, 2011 11:06 am

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:

Code: Select all

18:04:29: Loading avutil from 'C:Program Files (x86)Ffmpeg For Audacityavutil-50.dll'
Audacity has found the first part of FFMpeg and loads it.
Follow the list down from there .... no more errors,
then the final line:

Code: Select all

18:04:29: FFmpeg libraries loaded successfully.
Congratulations you have correctly installed FFMpeg. :D
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

jcgo16
Posts: 4
Joined: Wed Oct 05, 2011 9:15 am
Operating System: Please select

Re: Log? what is this errors?

Post by jcgo16 » Wed Oct 05, 2011 11:08 am

so it is fixed already? ok thanks

Locked