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

neovide doesn't start #558

Closed
bsjaramillo opened this issue Apr 14, 2021 · 17 comments
Closed

neovide doesn't start #558

bsjaramillo opened this issue Apr 14, 2021 · 17 comments
Labels
bug Something isn't working

Comments

@bsjaramillo
Copy link

I follow this instructions for windows:
Install the latest version of Rust. I recommend https://rustup.rs/
Install CMake. I use chocolatey: choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' -y
Install LLVM. I use chocolatey: choco install llvm -y
Ensure graphics libraries are up to date.
git clone https://github.com/Kethku/neovide
cd neovide
cargo build --release
Copy ./target/release/neovide.exe to a known location and enjoy.

but the ./target/release/neovide.exe not open any file or any window

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

do you have neovim installed and on the path?

@Kethku Kethku added the bug Something isn't working label Apr 14, 2021
@bsjaramillo
Copy link
Author

@Kethku yes, i had installed with choco

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

Can you paste the output file if you run with --log?

@bsjaramillo
Copy link
Author

WARN [neovide::renderer::fonts::font_loader] Tried to load Extra Symbols.otf from assets but build didn't include embed-fonts feature
WARN [neovide::renderer::fonts::font_loader] Tried to load Missing Glyphs.otf from assets but build didn't include embed-fonts feature
WARN [neovide::renderer::fonts::font_loader] Tried to load Extra Symbols.otf from assets but build didn't include embed-fonts feature
WARN [neovide::renderer::fonts::font_loader] Tried to load Missing Glyphs.otf from assets but build didn't include embed-fonts feature
WARN [neovide::renderer::fonts::font_loader] Tried to load Extra Symbols.otf from assets but build didn't include embed-fonts feature
WARN [neovide::renderer::fonts::font_loader] Tried to load Missing Glyphs.otf from assets but build didn't include embed-fonts feature
INFO [neovide::window::window_wrapper] window created

thats the log

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

Hmmm. Thats strange. Do you have a font configured via the guifont option in your vim config?

Does it still fail when run with --clean? (this disables your user profile)

@bsjaramillo
Copy link
Author

I dont have set the guifont option in the vim config, and yes, doesn't works with --clean

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

Ok another question. Do any of the release versions work? Maybe this issue is recent

@bsjaramillo
Copy link
Author

no, the last release did not works for me either

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

any earlier ones? Things changed significantly in 0.7

@bsjaramillo
Copy link
Author

no, any version dont works hahah, thats strange...

@Kethku
Copy link
Member

Kethku commented Apr 14, 2021

Very weird :( Ok different strategy. Does alacritty work? What about the opengl branch?

@joncarr
Copy link

joncarr commented Apr 15, 2021

I am having same issue. Built on Windows from source. The window opens then immediately closes. Neovim is installed and is on the Path

@latkinsv
Copy link

I am having same issue. Any release version dont works.
OS is Win10 20H2 19042.928
Log file the same as posted by bsjaramillo but without this row:
INFO [neovide::window::window_wrapper] window created

Additionaly i have next messeges if i start neovide in windows terminal with -h

dpi fix applied
thread 'main' panicked at 'Failed to create window: SdlError("Getting Vulkan extensions failed: vkEnumerateInstanceExtensionProperties returned VK_ERROR_INITIALIZATION_FAILED(-3)")', src\window\sdl2\mod.rs:442:10
stack backtrace:
0: 0x7ff63b48a898 -
1: 0x7ff63b37b8cb -
2: 0x7ff63b4897c8 -
3: 0x7ff63b488d4c -
4: 0x7ff63b487eb2 -
5: 0x7ff63b4915a5 -
6: 0x7ff63b4914ff -
7: 0x7ff63b49149f -
8: 0x7ff63b379d50 -
9: 0x7ff63b37ff33 -
10: 0x7ff63b2f5174 -
11: 0x7ff63b2889ac -
12: 0x7ff63b2d9a66 -
13: 0x7ff63b2858c9 -
14: 0x7ff63b9e8bc0 - SDL_wcsstr
15: 0x7ffe79fc7034 - BaseThreadInitThunk
16: 0x7ffe7bfc2651 - RtlUserThreadStart

@Kethku
Copy link
Member

Kethku commented Apr 22, 2021

@latkinsv thats a vulkan error and likely unrelated to the other issues here. Can you try the opengl branch?

@bsjaramillo
Copy link
Author

with opengl branch neovide does start right, but how i can go to command mode ?, shift + ":" not work xd

@Kethku
Copy link
Member

Kethku commented Apr 29, 2021

@bsjaramillo are you using a non qwerty keyboard layout? #445

@Kethku
Copy link
Member

Kethku commented Jun 13, 2021

This has been fixed in main. Please reopen if you continue to see this issue.

@Kethku Kethku closed this as completed Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants