Neovide: Failed to create renderer: VkError(ERROR_INITIALIZATION_FAILED)'

Created on 7 Dec 2020  路  9Comments  路  Source: Kethku/neovide

Unable to start on manjaro:

$ neovide
thread 'main' panicked at 'Failed to create renderer: VkError(ERROR_INITIALIZATION_FAILED)', src/window.rs:156:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I suspect it has something to do with my wm xmonad.

Vulkan Driver bug

Most helpful comment

I had the same problem on Arch Linux, installing vulkan-intel package solved the issue

All 9 comments

I experience the same issue with same wm (xmonad)

Can you give some details about your machine? Do you have an integrated and discrete gpu? Could be that neovide is trying to use the integrated gpu to save power but is running into driver issues for that device.

@Kethku using discrete gpu, don't think I have integrated.

 OS: Manjaro 20.2 Nibia
 Kernel: x86_64 Linux 5.8.18-1-MANJARO
 WM: XMonad
 CPU: AMD Ryzen 7 1700X Eight-Core @ 16x 3.4GHz
 GPU: GeForce GTX 1070 Ti
OS: Artix Linux x86_64
Kernel: 5.9.14-artix1-1
WM: XMonad
CPU: Intel i5-8265U (8) @ 3.900GHz
GPU: Intel UHD Graphics 620

Very interesting. Do the skulpin examples here https://github.com/aclysma/skulpin work?

Okay this seems to be an issue with vulkan. Switching to proprietary drivers fixed the issue.

awesome. Closing this

I had the same problem on Arch Linux, installing vulkan-intel package solved the issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

prabirshrestha picture prabirshrestha  路  6Comments

Kethku picture Kethku  路  7Comments

smit2909 picture smit2909  路  6Comments

noelzubin picture noelzubin  路  6Comments

nyngwang picture nyngwang  路  4Comments