Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3046] Web Inspector not showing on OS X.

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2011-09-02T08:37:29.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsMacOSX, TitaniumDesktop, TitaniumStudio
ReporterThomas Peterson
AssigneeTony Guntharp
Created2011-08-11T10:59:06.000+0000
Updated2016-03-08T07:48:05.000+0000

Description

The issue is that when you right click on the app and try "show inspector" nothing happens, and you get a massive Cocoa error in the log output. We have tried the fix that involves re-enabling the debug pannel in the App Settings plist file, and that doesn't help. Console Output: 2011-08-10 17:44:54.753 MyApp[6736:1407] An uncaught exception was raised 2011-08-10 17:44:54.753 MyApp[6736:1407] *** -[NSURL initFileURLWithPath:]: nil string parameter 2011-08-10 17:44:54.806 MyApp[6736:1407] ( 0 CoreFoundation 0x94de8e77 __raiseError + 231 1 libobjc.A.dylib 0x9c0df149 objc_exception_throw + 155 2 CoreFoundation 0x94d50e89 +[NSException raise:format:arguments:] + 137 3 CoreFoundation 0x94d50df9 +[NSException raise:format:] + 57 4 Foundation 0x9870096d -[NSURL(NSURL) initFileURLWithPath:] + 96 5 Foundation 0x987008f5 +[NSURL(NSURL) fileURLWithPath:] + 67 6 WebKit 0x02ed0d36 -[WebInspectorWindowController init] + 806 7 WebKit 0x02ed09d7 -[WebInspectorWindowController initWithInspectedWebView:] + 39 8 WebKit 0x02ed2003 _ZN18WebInspectorClient21openInspectorFrontendEPN7WebCore19InspectorControllerE + 67 9 WebCore 0x03683443 _ZN7WebCore19InspectorController4showEv + 67 10 libtiuimodule.dylib 0x04b442e0 _ZN2ti13OSXUserWindow13ShowInspectorEb + 48 11 CoreFoundation 0x94d3e901 -[NSObject performSelector:withObject:] + 65 12 AppKit 0x90b84937 -[NSApplication sendAction:to:from:] + 232 13 AppKit 0x90c781a3 -[NSMenuItem _corePerformAction] + 536 14 AppKit 0x90c77e20 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171 15 AppKit 0x90c774a9 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79 16 AppKit 0x90f4f6c7 -[NSMenu performActionForItemAtIndex:] + 65 17 AppKit 0x90f4f6fa -[NSMenu _internalPerformActionForItemAtIndex:] + 45 18 AppKit 0x90f5392b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106 19 AppKit 0x90dbdc4c -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172 20 AppKit 0x90bed00a NSSLMMenuEventHandler + 452 21 HIToolbox 0x97d13e54 _Z22_InvokeEventHandlerUPPP25OpaqueEventHandlerCallRefP14OpaqueEventRefPvPFlS0_S2_S3_E + 36 22 HIToolbox 0x97b8f82b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602 23 HIToolbox 0x97b8eca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482 24 HIToolbox 0x97ba3ac9 SendEventToEventTarget + 76 25 HIToolbox 0x97d14318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482 26 HIToolbox 0x97d14382 SendMenuCommandWithContextAndModifiers + 70 27 HIToolbox 0x97d7e7ef SendMenuItemSelectedEvent + 275 28 HIToolbox 0x97be0598 ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 129 29 HIToolbox 0x97d6e58a ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10_CFStringPP13OpaqueMenuRefPt + 1898 30 HIToolbox 0x97d6e858 _HandlePopUpMenuSelection7 + 639 31 AppKit 0x90dc107e _NSSLMPopUpCarbonMenu3 + 4532 32 AppKit 0x90dbeb5f -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 210 33 AppKit 0x90f4f986 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 294 34 AppKit 0x90f4f85b -[NSMenu _popUpContextMenu:withEvent:forView:] + 62 35 AppKit 0x90f4fa72 -[NSMenu _popUpMenuWithEvent:forView:] + 51 36 AppKit 0x91180aca -[NSView rightMouseDown:] + 147 37 AppKit 0x90e168d3 -[NSControl _rightMouseUpOrDown:] + 505 38 AppKit 0x90e165e2 -[NSControl rightMouseDown:] + 95 39 AppKit 0x90b4b888 -[NSWindow sendEvent:] + 7640 40 AppKit 0x90ae3b23 -[NSApplication sendEvent:] + 4936 41 AppKit 0x90a7552b -[NSApplication run] + 1000 42 libkhost.dylib 0x006dfcc7 _ZN5kroll4Host7RunLoopEv + 423 43 libkhost.dylib 0x006680eb _ZN5kroll4Host3RunEv + 251 44 libkhost.dylib 0x00668579 Execute + 73 45 MyApp 0x0002155e _ZN9KrollBoot9StartHostEv + 350 46 MyApp 0x00022170 main + 480 47 MyApp 0x000032ea start + 54 )

Comments

  1. Paul Dowsett 2011-09-02

    Thomas, I am closing this for now, but you are welcome to reopen if you are willing to improve it as per the guidelines in the [Jira Ticket Checklist](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-Summary%3AJiraTicketChecklist). Thank you
  2. Paul Dowsett 2011-10-07

    Closing due to inactivity.

JSON Source