Skip to content

Instantly share code, notes, and snippets.

@atin360
Created February 26, 2013 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/416b77f73fc76468765b to your computer and use it in GitHub Desktop.
Save atin360/416b77f73fc76468765b to your computer and use it in GitHub Desktop.
2013-02-26 13:56:57.382 FilteredView[2892:1007] [<__NSArrayI 0x4e221c0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key pointalize.
2013-02-26 13:56:57.419 FilteredView[2892:1007] (
0 CoreFoundation 0x9184a7ab __raiseError + 219
1 libobjc.A.dylib 0x95488602 objc_exception_throw + 230
2 CoreFoundation 0x9184a641 -[NSException raise] + 17
3 Foundation 0x90fd20ed -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 282
4 QuartzCore 0x9a2ad55a CAObject_setValueForKeyPath_ + 4238
5 QuartzCore 0x9a171259 -[CALayer setValue:forKeyPath:] + 455
6 AppKit 0x963e8330 -[NSView setValue:forKeyPath:] + 147
7 ??? 0x06053640 0x0 + 101004864
8 ??? 0x06054430 0x0 + 101008432
9 ??? 0x0605173d 0x0 + 100996925
10 ??? 0x04f68f44 0x0 + 83267396
11 ??? 0x060467c8 0x0 + 100952008
12 libobjc.A.dylib 0x954955d3 -[NSObject performSelector:withObject:] + 70
13 AppKit 0x9655b9a2 -[NSApplication sendAction:to:from:] + 436
14 AppKit 0x9655b7b0 -[NSControl sendAction:to:] + 102
15 AppKit 0x9655b6bf -[NSCell _sendActionFrom:] + 159
16 AppKit 0x96559c30 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1895
17 AppKit 0x9655946f -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 511
18 AppKit 0x96558b89 -[NSControl mouseDown:] + 867
19 AppKit 0x96550841 -[NSWindow sendEvent:] + 6968
20 AppKit 0x9654b81f -[NSApplication sendEvent:] + 4278
21 AppKit 0x9646573c -[NSApplication run] + 951
22 AppKit 0x964088e6 NSApplicationMain + 1053
23 ??? 0x06047050 0x0 + 100954192
24 ??? 0x06046f9c 0x0 + 100954012
25 ??? 0x000e5da0 0x0 + 941472
26 ??? 0x000e5e37 0x0 + 941623
27 libmono-2.0.dylib 0x0100c402 mono_jit_runtime_invoke + 722
28 libmono-2.0.dylib 0x011a7a7a mono_runtime_invoke + 170
29 libmono-2.0.dylib 0x011aa5f1 mono_runtime_exec_main + 705
30 libmono-2.0.dylib 0x011a9801 mono_runtime_run_main + 929
31 libmono-2.0.dylib 0x01069b95 mono_jit_exec + 149
32 libmono-2.0.dylib 0x0106c129 mono_main + 9609
33 FilteredView 0x000034df main + 3551
34 FilteredView 0x000026d9 _start + 224
35 FilteredView 0x000025f8 start + 40
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment