fvim icon indicating copy to clipboard operation
fvim copied to clipboard

MacOS Fvim exited unexpectedly!

Open anyway-blows opened this issue 3 years ago • 5 comments

I did have a neovim installed on my mac. And I have added the directory of neovim into PATH. PATH: image

Screen shot:

image
Exit code: 0
Exception message: No such file or directory

Stack Trace:

at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
   at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at FVim.neovim.Nvim.createIO(ServerOptions serveropts) in /Users/runner/work/1/s/neovim.fs:line 63
   at FVim.neovim.Nvim.start(ServerOptions opts) in /Users/runner/work/1/s/neovim.fs:line 104
   at FVim.model.Start(ServerOptions serveropts, Boolean norc, Boolean remote) in /Users/runner/work/1/s/model.fs:line 345
   at FVim.Program.startMainWindow(FSharpFunc`2 app, ServerOptions opts_0, Boolean opts_1, Boolean opts_2) in /Users/runner/work/1/s/Program.fs:line 34
   at FVim.Program.Main(String[] args) in /Users/runner/work/1/s/Program.fs:line 130

anyway-blows avatar Feb 22 '22 02:02 anyway-blows

How did you add the PATH? Ad-hoc export won't work and you'll need to do it with rc file.

yatli avatar Feb 23 '22 11:02 yatli

@anyway-blows how about the latest release? A new launcher script is included.

yatli avatar Mar 11 '22 13:03 yatli

any updates?

yatli avatar Mar 24 '22 10:03 yatli

Closing due to inactivity.

yatli avatar Mar 29 '22 13:03 yatli

I am having the same problem, regardless if install it via the Releases Download or Homebrew

macOS Monterey (12.22) Apple M1 Max

image

nikbrunner avatar Jun 30 '22 17:06 nikbrunner