Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run Windows release #40

Closed
romgrk opened this issue Jun 21, 2017 · 7 comments
Closed

Unable to run Windows release #40

romgrk opened this issue Jun 21, 2017 · 7 comments

Comments

@romgrk
Copy link

romgrk commented Jun 21, 2017

Hello,

I downloaded the Windows zip from the releases page, but I'm unable to run it.

Steps:

  • Download zip
  • Unzip archive in local directory
  • Either double-click gonvim.exe or start it from the command line
  • The process the just sits idle, no window appearing

Let me know if I can provide any other information.

@dzhou121
Copy link
Owner

What happens if you double click nvim.exe in the bin folder? And which version is your Windows and 32 or 64 bit?

@romgrk
Copy link
Author

romgrk commented Jun 21, 2017

64-bit, windows 7

When I double-click the nvim.exe in the folder, I get a terminal window with neovim running inside it. (no colors, but otherwise seems to be running fine)

@dzhou121
Copy link
Owner

Run gonvim.exe -u NORC from cmd? The only thing I can think of is when starting nvim, it throws something to stderr and it just hangs. I'm testing on Windows 7 64 bit as well so should be fine.

@romgrk
Copy link
Author

romgrk commented Jun 21, 2017

Yeaa, that was indeed the issue, there is something on stderr and it hangs.
Note that running gonvim.exe -u NORC had no effect, but I removed my nvim config directory and it started fine. Thanks.

@zhuxindong
Copy link

I have the same problem as you,running gonvim.exe -u NORC had no effect,my os vserion is windows10,
and i didn't find the nvim config directory

@akiyosi
Copy link
Contributor

akiyosi commented May 13, 2018

In Windows, Gonvim have a probrem.

Gonvim starts asynchronously nvim.exe which find the $PATH in the startup sequence and attaches to neovim.
The problem is that it will attach to the state in which nvim.exe can not be completely started depending on the timing, and it ends with an error.

It's fix my fork branch. try it.
https://github.com/akiyosi/gonvim

@zhuxindong
Copy link

thankyou ,i download your branch ,and it works well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants