Skip to content

Instantly share code, notes, and snippets.

@cjameshuff
Created August 24, 2012 21:01
Show Gist options
  • Save cjameshuff/3455576 to your computer and use it in GitHub Desktop.
Save cjameshuff/3455576 to your computer and use it in GitHub Desktop.
2012-08-24 16:57:24.349 minimal[46878:903] -[NSEvent hasPreciseScrollingDeltas]: unrecognized selector sent to instance 0x101560b20
2012-08-24 16:57:24.351 minimal[46878:903] An uncaught exception was raised
2012-08-24 16:57:24.352 minimal[46878:903] -[NSEvent hasPreciseScrollingDeltas]: unrecognized selector sent to instance 0x101560b20
2012-08-24 16:57:24.353 minimal[46878:903] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSEvent hasPreciseScrollingDeltas]: unrecognized selector sent to instance 0x101560b20'
*** Call stack at first throw:
(
0 CoreFoundation 0x00007fff81f64784 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff80327f03 objc_exception_throw + 45
2 CoreFoundation 0x00007fff81fbe110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
3 CoreFoundation 0x00007fff81f368ef ___forwarding___ + 751
4 CoreFoundation 0x00007fff81f32a38 _CF_forwarding_prep_0 + 232
5 libgdk-3.0.dylib 0x0000000100615117 gdk_event_translate + 1557
6 libgdk-3.0.dylib 0x0000000100615383 _gdk_quartz_display_queue_events + 113
7 libgdk-3.0.dylib 0x000000010061609f gdk_event_dispatch + 40
8 libglib-2.0.0.dylib 0x0000000100ab3364 g_main_dispatch + 410
9 libglib-2.0.0.dylib 0x0000000100ab3f7f g_main_context_dispatch + 45
10 libglib-2.0.0.dylib 0x0000000100ab412e g_main_context_iterate + 420
11 libglib-2.0.0.dylib 0x0000000100ab453b g_main_loop_run + 462
12 libgtk-3.0.dylib 0x0000000100163d65 gtk_main + 100
13 minimal 0x0000000100000ed0 main + 96
14 minimal 0x0000000100000e68 start + 52
15 ??? 0x0000000000000001 0x0 + 1
)
terminate called after throwing an instance of 'NSException'
zsh: abort ./minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment