yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.32k stars 28 forks source link

MacOS Fvim exited unexpectedly! #214

Open anyway-blows opened 2 years ago

anyway-blows commented 2 years ago

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
yatli commented 2 years ago

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

yatli commented 2 years ago

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

yatli commented 2 years ago

any updates?

yatli commented 2 years ago

Closing due to inactivity.

nikbrunner commented 2 years ago

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

macOS Monterey (12.22) Apple M1 Max

image