edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

mvim complains about 'Permission Denied' error when launching GUI with message about org.vim.MacVim.ServiceProvider #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When luanching mvim from the command line, I get the following error:

 jake$ 2009-05-14 10:30:30.384 MacVim[1081:10b] *** CFMessagePort:
bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port =
0x4a03, name = 'org.vim.MacVim.ServiceProvider'

(The GUI does however launch)

What steps will reproduce the problem?

1) start mvim from CLI
2) read stdout

What is the expected output? What do you see instead?

It should not complain.

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

Snapshot 45 on Intel 10.5.6

Original issue reported on code.google.com by Kaut...@gmail.com on 14 May 2009 at 5:36

GoogleCodeExporter commented 9 years ago
It is logged because you are running two different versions of MacVim at the 
same time, see:

http://groups.google.com/group/vim_mac/browse_thread/thread/d69c561694c73d85

Original comment by bjorn.winckler@gmail.com on 14 May 2009 at 5:42

GoogleCodeExporter commented 9 years ago
Okay, yup, that's correct.  The old vim was in the Trash and yet still running.

Original comment by Kaut...@gmail.com on 14 May 2009 at 8:51