When I open Gity and try to open a Git repo I get the following stack trace... I should mention I installed Gity before so maybe these are some leftovers from a previous installation?
18/08/10 14:17:56 Gity[3927] *** NSTask: Task create for path '/Applications/Gity.app' failed: 22, "Invalid argument". Terminating temporary process.
18/08/10 14:17:57 Gity[3845] HIToolbox: ignoring exception 'readFromURL:ofType:error: must be overridden for your application to support non-'file:' URLs.' that raised inside Carbon event dispatch
(
0 CoreFoundation 0x00007fff814a5cc4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff80b960f3 objc_exception_throw + 45
2 CoreFoundation 0x00007fff814a5ae7 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff814a5a74 +[NSException raise:format:] + 148
4 AppKit 0x00007fff83218e3c -[NSDocument readFromURL:ofType:error:] + 666
5 AppKit 0x00007fff83215b26 -[NSDocument initWithContentsOfURL:ofType:error:] + 265
6 AppKit 0x00007fff832213a0 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 332
7 AppKit 0x00007fff83221190 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 734
8 Gity 0x0000000100017b33 -[GTDocumentController openDocument:] + 243
9 AppKit 0x00007fff8303e152 -[NSApplication sendAction:to:from:] + 95
10 AppKit 0x00007fff830626be -[NSMenuItem _corePerformAction] + 365
11 AppKit 0x00007fff83062428 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
12 AppKit 0x00007fff832e641d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
13 AppKit 0x00007fff83198217 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
14 AppKit 0x00007fff83044c14 NSSLMMenuEventHandler + 321
15 HIToolbox 0x00007fff85ef2997 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1002
16 HIToolbox 0x00007fff85ef1ee6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 395
17 HIToolbox 0x00007fff85f0fba9 SendEventToEventTarget + 45
18 HIToolbox 0x00007fff85f3ecd1 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 387
19 HIToolbox 0x00007fff85f6bb06 SendMenuCommandWithContextAndModifiers + 56
20 HIToolbox 0x00007fff85f6babe SendMenuItemSelectedEvent + 101
21 HIToolbox 0x00007fff85f6b9be _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 150
22 HIToolbox 0x00007fff85f4ccb3 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 467
23 HIToolbox 0x00007fff85f4c408 _HandleMenuSelection2 + 453
24 AppKit 0x00007fff82f15c39 _NSHandleCarbonMenuEvent + 236
25 AppKit 0x00007fff82ee974e _DPSNextEvent + 1908
26 AppKit 0x00007fff82ee8bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
27 AppKit 0x00007fff82eae8d3 -[NSApplication run] + 395
28 AppKit 0x00007fff82ea75f8 NSApplicationMain + 364
29 Gity 0x00000001000505a9 main + 9
30 Gity 0x0000000100001f5c start + 52
31 ??? 0x0000000000000002 0x0 + 2
)
When I open Gity and try to open a Git repo I get the following stack trace... I should mention I installed Gity before so maybe these are some leftovers from a previous installation?