rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

LSOpenURLsWithRole() failed for the application /Users/rw/Work/neovim/build/Neovim.app with error -10810 #239

Closed romaninsh closed 8 years ago

romaninsh commented 8 years ago

I have installed with brew reinstall --HEAD neovim-dot-app (ee82eb3), upon launching "gnvim" from command-line I receive this error:

$ gnvim LSOpenURLsWithRole() failed for the application /Users/rw/Work/neovim/build/Neovim.app with error -10810.

romaninsh commented 8 years ago

By editing https://github.com/rogual/neovim-dot-app/blob/master/gnvim#L23 into:

open -n /Applications/Neovim.app $opt_blocking --args --cwd "$PWD" "$@"

I was able to fix application launching.

romaninsh commented 8 years ago

I have reomved ~/Work/neovim/* and "gnvim" works as expected, however I'd like to leave ticket for your consideration.

rogual commented 8 years ago

Thanks. Looks like the app cache is getting confused.