I'm trying to sort my music by author/album.
I've got the basic rule of using "sort in subfolder" working on a test case. But now i'm ready to implement it on a bunch of imported music.
However, when I create the rule and open the "pattern creation" dialog and click on "other" I get the "select an attribute" window, but it's empty. If I don't click on anything, it will populate after a few seconds, but the cursor is not in the search window. Clicking in any of the visible attributes does nothing, trying to scroll does nothing. If I start typing the search field, the application crashes - systematically.
Here are the Console messages:
- Code: Select all
14/09/12 21:35:03,046 System Preferences[33931]: Could not find image named 'Hazel'.
14/09/12 21:35:03,079 HazelHelper[33901]: Unloading Bartender
14/09/12 21:35:08,368 Bartender[1356]: warning: failed to get scripting definition from /Library/PreferencePanes/Hazel.prefPane/Contents/Resources/HazelHelper.app; it may not be scriptable.
14/09/12 21:35:08,379 HazelHelper[33937]: Bartender Loaded
14/09/12 21:36:03,081 System Preferences[33931]: -[__NSCFTimer close:]: unrecognized selector sent to instance 0x7fd148754420
14/09/12 21:36:03,081 System Preferences[33931]: -[__NSCFTimer close:]: unrecognized selector sent to instance 0x7fd148754420
14/09/12 21:36:03,097 System Preferences[33931]: (
0 CoreFoundation 0x00007fff8b485716 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff88126470 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8b51bd5a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186
3 CoreFoundation 0x00007fff8b473c3e ___forwarding___ + 414
4 CoreFoundation 0x00007fff8b473a28 _CF_forwarding_prep_0 + 232
5 AppKit 0x00007fff87683219 -[NSApplication sendAction:to:from:] + 342
6 AppKit 0x00007fff87683077 -[NSControl sendAction:to:] + 85
7 AppKit 0x00007fff87682fab -[NSCell _sendActionFrom:] + 138
8 AppKit 0x00007fff87681493 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
9 AppKit 0x00007fff87680ce1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
10 AppKit 0x00007fff8768045c -[NSControl mouseDown:] + 820
11 AppKit 0x00007fff87677dce -[NSWindow sendEvent:] + 6853
12 AppKit 0x00007fff87673f04 -[NSApplication sendEvent:] + 5761
13 System Preferences 0x000000010cf629a8 System Preferences + 27048
14 AppKit 0x00007fff87589c7a -[NSApplication run] + 636
15 AppKit 0x00007fff8752e656 NSApplicationMain + 869
16 libdyld.dylib 0x00007fff8e81b7e1 start + 0
17 ??? 0x0000000000000002 0x0 + 2
)
14/09/12 21:36:09,650 com.apple.launchd.peruser.501[217]: ([0x0-0x1c22c21].com.apple.systempreferences[33931]) Job appears to have crashed: Segmentation fault: 11
At first I thought it was an incompatibility with Bartender, but the issue happens even if Bartender (an app to hide your top right menu bar icons) is disabled.
I've tried posting the Crash Report, but it seems it's too big. Not sure how to make it available.
Has anyone encountered the problem before? Any ideas to solve it ?
Cheers.