Nathan Kinsinger <nkinsinger@...> writes:
>
> On Jul 19, 2010, at 1:02 PM, Andrew vonderLuft wrote:
>
> > Nathan, I'm getting this error running it.
> >
> > 2010-07-19 11:54:07.455 gitx[2360:903] *** Terminating app due to
> > uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this
> > exception originated in the server.]
> > *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil key'
> > *** Call stack at first throw:
> > (
> > 0 CoreFoundation 0x986fcbba
> > __raiseError + 410
> > 1 libobjc.A.dylib 0x9251a509
> > objc_exception_throw + 56
> > 2 Foundation 0x953f4e68 -
> > [NSConnection sendInvocation:internal:] + 4161
> > 3 Foundation 0x953f3ca1 -
> > [NSDistantObject forwardInvocation:] + 411
> > 4 CoreFoundation 0x986a3884
> > ___forwarding___ + 1108
> > 5 CoreFoundation 0x986a33b2
> > _CF_forwarding_prep_0 + 50
> > 6 gitx 0x00003ea1 main + 797
> > 7 gitx 0x0000293e start + 54
> > )
> > Trace/BPT trap
>
> I think you are starting gitx from the command line in a directory that does
not contain a .git directory?
>
> I will be working on the cli tool soon and this problem will get addressed.
>
> --Nathan
>
> http://brotherbard.com/
>
>
I'm getting something similar:
$ gitX
2012-08-14 14:31:55.062 gitX[36031:707] *** Terminating app due to uncaught
exception 'NSInvalidArgumentException', reason: '[NOTE: this exception
originated in the server.]
launch path not accessible'
*** Call stack at first throw:
(
0 CoreFoundation 0x9afb4a67 __raiseError + 231
1 libobjc.A.dylib 0x9bf91149 objc_exception_throw
+ 155
2 Foundation 0x90538531 -[NSConnection
sendInvocation:internal:] + 4762
3 Foundation 0x90537074 -[NSDistantObject
forwardInvocation:] + 270
4 CoreFoundation 0x9af06e8e ___forwarding___ +
894
5 CoreFoundation 0x9af06aa2
_CF_forwarding_prep_0 + 50
6 gitX 0x00003109 main + 879
7 gitX 0x00001af2 start + 54
8 ??? 0x00000001 0x0 + 1
)
Trace/BPT trap: 5
$ ls -a
.
..
.DS_Store
.git