Created
October 16, 2014 16:17
-
-
Save greenwar/1b5d1052990a0f807d50 to your computer and use it in GitHub Desktop.
Quicksilver Compression Error Console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10/16/14 9:14:45.294 AM Quicksilver[214]: Could not find handler to compress public.zip-archive. No related handler could be found. Aborting | |
10/16/14 9:14:45.295 AM Quicksilver[214]: -[QSCompressionActionProvider (null selector)]: unrecognized selector sent to instance 0x600000407d90 | |
10/16/14 9:14:45.296 AM Quicksilver[214]: -[QSCompressionActionProvider (null selector)]: unrecognized selector sent to instance 0x600000407d90 | |
10/16/14 9:14:45.297 AM Quicksilver[214]: ( | |
0 CoreFoundation 0x00007fff8506725c __exceptionPreprocess + 172 | |
1 libobjc.A.dylib 0x00007fff8832de75 objc_exception_throw + 43 | |
2 CoreFoundation 0x00007fff8506a12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 | |
3 libobjc.A.dylib 0x00007fff8833d1c5 -[NSObject performSelector:withObject:withObject:] + 46 | |
4 File Compression Plugin 0x0000000101c14561 objc_unretainedPointer + 7956 | |
5 QSCore 0x0000000101a5e846 -[QSAction performOnDirectObject:indirectObject:] + 649 | |
6 QSCore 0x0000000101a64686 -[QSCommand execute] + 228 | |
7 QSInterface 0x0000000101afe164 -[QSInterfaceController executeCommandThreaded] + 283 | |
8 QSInterface 0x0000000101afe5b3 -[QSInterfaceController executeCommand:cont:encapsulate:] + 641 | |
9 AppKit 0x00007fff855a1c2f -[NSResponder doCommandBySelector:] + 71 | |
10 QSInterface 0x0000000101b0e9cd -[QSSearchObjectView doCommandBySelector:] + 39 | |
11 AppKit 0x00007fff855a1151 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 1392 | |
12 AppKit 0x00007fff855c01c2 -[NSTextInputContext handleEvent:] + 845 | |
13 AppKit 0x00007fff8559f9dd -[NSView interpretKeyEvents:] + 180 | |
14 AppKit 0x00007fff8556c56b -[NSWindow sendEvent:] + 1843 | |
15 QSEffects 0x0000000101a41a22 -[QSWindow sendEvent:] + 463 | |
16 AppKit 0x00007fff8550db32 -[NSApplication sendEvent:] + 3395 | |
17 Quicksilver 0x0000000101980c9e Quicksilver + 11422 | |
18 AppKit 0x00007fff8535d9f9 -[NSApplication run] + 646 | |
19 AppKit 0x00007fff85348783 NSApplicationMain + 940 | |
20 Quicksilver 0x000000010197f9d4 Quicksilver + 6612 | |
21 ??? 0x0000000000000001 0x0 + 1 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment