Skip to content
bradgessler edited this page Sep 14, 2010 · 44 revisions
  • After reordering a commit list, it’s impossible to get the graph back
  • Refreshing doesn’t refresh the position of the labels
  • When selecting a parent, it doesn’t show if you have a search open. Reset a search after selecting this?
  • Problems launching gitx from terminal
 
$ gitx
2008-09-16 11:01:46.129 gitx[376:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
launch path not accessible'
2008-09-16 11:01:46.130 gitx[376:10b] Stack: (
    2493464907,
    2521039099,
    2493463665,
    2475751254,
    2475749113,
    2493487530,
    2493487634
)
Trace/BPT trap
$ which gitx
/usr/bin/gitx
$ ls -al /usr/bin/ | grep gitx
lrwxr-xr-x    1 root   wheel           46 Sep 16 10:54 gitx -> /Applications/GitX.app/Contents/Resources/gitx

I can’t really debug this without more information. Can you look in your Console log for more debug information? Does git work if you start it from the Finder? How about using ‘gitx’ while it’s already running? Do you have any other (older?) copies of GitX somewhere?

9/17/08 5:23:49 PM GitX[5295] Quick Look loaded! 
9/17/08 5:23:49 PM GitX[5295] Error loading /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor:  dlopen(/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor, 265): no suitable image found.  Did find:
 /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor: GC capability mismatch 
9/17/08 5:23:49 PM GitX[5295] Starting `cmd /usr/bin/which git` in dir (null) 
9/17/08 5:23:49 PM GitX[5295] Could not find a git binary! 
9/17/08 5:23:54 PM GitX[5295] Starting `cmd  rev-parse --is-bare-repository` in dir /Users/myname/Projects/gitrepo 
9/17/08 5:23:54 PM gitx[5299] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
launch path not accessible' 
9/17/08 5:23:54 PM gitx[5299] Stack: (
    2493464907,
    2521039099,
    2493463665,
    2475751254,
    2475749113,
    2493487530,
    2493487634
) 

When I type in which git, here is what I get:

$ which git
/usr/local/bin/git

Finished

  • Graphs sometimes draw lines incorrectly
  • Graphs are still drawn when having a search
  • Still issues with graphs. Try graphing git’s git repository. There should only be one lane at the initial revision. (git://git.kernel.org/pub/scm/git/git.git) [Fixed in 0ab2d8476236542caeb35d54fcc42d12cee5143f|]

_ QuickLook_

Clone this wiki locally