Hi Gale and Koz,
Here is the Console error log from trying to open the above mp3 that I downloaded to my desktop via Audacity 1.3.13beta:
9/7/11 8:53:31 PM [0x0-0xfd0fd].net.sourceforge.audacity[954] Wed Sep 7 20:53:31 Todd-Merrells-MacBook-Pro.local Audacity[957] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
9/7/11 8:53:31 PM [0x0-0xfd0fd].net.sourceforge.audacity[954] Wed Sep 7 20:53:31 Todd-Merrells-MacBook-Pro.local Audacity[957] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
When i created an aup file from the aforementioned file I got this:
9/7/11 8:57:00 PM [0x0-0x103103].net.sourceforge.audacity[984] Wed Sep 7 20:57:00 Todd-Merrells-MacBook-Pro.local Audacity[988] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
9/7/11 8:57:00 PM [0x0-0x103103].net.sourceforge.audacity[984] Wed Sep 7 20:57:00 Todd-Merrells-MacBook-Pro.local Audacity[988] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
9/7/11 8:58:54 PM [0x0-0x105105].net.sourceforge.audacity[998] Wed Sep 7 20:58:54 Todd-Merrells-MacBook-Pro.local Audacity[1001] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
9/7/11 8:58:54 PM [0x0-0x105105].net.sourceforge.audacity[998] Wed Sep 7 20:58:54 Todd-Merrells-MacBook-Pro.local Audacity[1001] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Whether CGErrors and kCGErrors are CoreGraphics related sounds very plausible, especially if this poster is to be believed:
http://stackoverflow.com/questions/3453 ... allocation
To be honest with you, the errors logged in Console look more more like an issue with how window displays in Audacity are drawn, which hasn't been a problem for me (maybe there's some kind of exception handling ging on). The problem I'm having seems more like a pathname problem, or a pointer problem, or maybe something funky in a library. Incidentally, I did a complete software update last night (including my OS), and fixed all my permissions, with no change.
Downloading the .12 version right now...
OK, same problem when trying to open the same mp3. No surprise, I got an error on startup stating that Ffmpeg had been successfully loaded previously, but that it couldn't find it now (I didn't change the prefs for the test). Here's the Audacity log if you need it:
21:21:44: Trying to load FFmpeg libraries
21:21:44: mLibAVFormatPath is not empty, = /usr/local/lib/audacity/libavformat.52.dylib. Loading from it.
21:21:44: Loading avformat from /usr/local/lib/audacity/libavformat.52.dylib
21:21:44: Importing symbols...
21:21:44: Error: dlsym(0x1dd5730, match_ext): symbol not found
21:21:44: Failed to load symbol match_ext
21:21:44: Trying to load from default path /usr/local/lib/audacity/libavformat.52.dylib.
21:21:44: Loading avformat from /usr/local/lib/audacity/libavformat.52.dylib
21:21:44: Importing symbols...
21:21:44: Error: dlsym(0x1ae20d20, match_ext): symbol not found
21:21:44: Failed to load symbol match_ext
21:21:44: Trying to load from system paths. File name is libavformat.52.dylib
21:21:44: Loading avformat from libavformat.52.dylib
21:21:44: Error: dlopen(libavformat.52.dylib, 1): image not found
21:21:44: Loading avutil from libavutil.50.dylib
21:21:44: Error: dlopen(libavutil.50.dylib, 1): image not found
21:21:44: Loading avcodec from libavcodec.52.dylib
21:21:44: Error: dlopen(libavcodec.52.dylib, 1): image not found
21:21:44: Error: dlopen(libavformat.52.dylib, 1): image not found
21:21:44: Failed to load FFmpeg libs
...and here's the Console log from the subsequent attempts to launch that mp3:
9/7/11 9:21:44 PM [0x0-0x134134].net.sourceforge.audacity[1111] Wed Sep 7 21:21:44 Todd-Merrells-MacBook-Pro.local Audacity[1111] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
9/7/11 9:21:44 PM [0x0-0x134134].net.sourceforge.audacity[1111] Wed Sep 7 21:21:44 Todd-Merrells-MacBook-Pro.local Audacity[1111] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
9/7/11 9:23:32 PM [0x0-0x138138].net.sourceforge.audacity[1124] Wed Sep 7 21:23:32 Todd-Merrells-MacBook-Pro.local Audacity[1124] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
9/7/11 9:23:32 PM [0x0-0x138138].net.sourceforge.audacity[1124] Wed Sep 7 21:23:32 Todd-Merrells-MacBook-Pro.local Audacity[1124] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Weird, no?
Thanks again,
-Todd