Skip to content

Instantly share code, notes, and snippets.

@bumper314
Created June 27, 2017 16:23
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 bumper314/f171dc3f47b503d630e131124eedd966 to your computer and use it in GitHub Desktop.
Save bumper314/f171dc3f47b503d630e131124eedd966 to your computer and use it in GitHub Desktop.
Console errors trying to run Tinderbox 7.1.0 on OS X 10.9.5
06/27/17 4:09:32.168 AM Tinderbox 7[33810]: -[NSOperationQueue setQualityOfService:]: unrecognized selector sent to instance 0x6100004258a0
06/27/17 4:09:32.171 AM Tinderbox 7[33810]: (
0 CoreFoundation 0x00007fff8c38a25c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff901b3e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8c38d12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff8c2e8272 ___forwarding___ + 1010
4 CoreFoundation 0x00007fff8c2e7df8 _CF_forwarding_prep_0 + 120
5 Tinderbox 7 0x000000010fed1427 _ZN6ChangeC2Ev + 151
6 Tinderbox 7 0x000000010fe971f8 _ZN9HypertextC2Ev + 136
7 Tinderbox 7 0x000000011017dc00 -[TbxDocumentOpener initializeHypertext] + 96
8 Tinderbox 7 0x000000010fd7fabd -[TbxDocument makeWindowControllers] + 109
9 AppKit 0x00007fff910fa15c -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 446
10 AppKit 0x00007fff910f9f5f -[NSDocumentController newDocument:] + 36
11 AppKit 0x00007fff90fd0260 -[NSApplication sendAction:to:from:] + 327
12 AppKit 0x00007fff90feb1c8 -[NSMenuItem _corePerformAction] + 394
13 AppKit 0x00007fff90feaf04 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
14 AppKit 0x00007fff9103a40d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
15 AppKit 0x00007fff9103a289 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
16 AppKit 0x00007fff90fe0ff6 NSSLMMenuEventHandler + 716
17 HIToolbox 0x00007fff943341d4 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 892
18 HIToolbox 0x00007fff94333787 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 385
19 HIToolbox 0x00007fff94347880 SendEventToEventTarget + 40
20 HIToolbox 0x00007fff9437d640 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 420
21 HIToolbox 0x00007fff943b0228 SendMenuCommandWithContextAndModifiers + 59
22 HIToolbox 0x00007fff943b01d0 SendMenuItemSelectedEvent + 178
23 HIToolbox 0x00007fff943b00af _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
24 HIToolbox 0x00007fff943b8085 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 718
25 HIToolbox 0x00007fff943b7cb1 _HandleMenuSelection2 + 446
26 AppKit 0x00007fff90f5362c _NSHandleCarbonMenuEvent + 284
27 AppKit 0x00007fff90db252e _DPSNextEvent + 2170
28 AppKit 0x00007fff90db189b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
29 AppKit 0x00007fff90da599c -[NSApplication run] + 553
30 AppKit 0x00007fff90d90783 NSApplicationMain + 940
31 libdyld.dylib 0x00007fff91d745fd start + 1
32 ??? 0x0000000000000001 0x0 + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment