Neovide: thread 'main' panicked at 'Failed to create window'

Created on 22 Mar 2020  路  5Comments  路  Source: Kethku/neovide

I encountered an error similar to this one (copied from AUR comment, petRUShka):

Ignored style attribute: "standout"
Ignored style attribute: "standout"
thread 'main' panicked at 'Failed to create window: SdlError("Installed Vulkan doesn\'t implement the VK_KHR_surface extension")', src/window.rs:84:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Fixed by installing amdvlk 馃憣

Most helpful comment

In Archlinux I've built from AUR but needed to install vulkan-intel package (via pacman) to fix this error.

Awesome GUI btw, very good proof-of-concept.

All 5 comments

Awesome. I'll add this tip to the readme.

Saw this same error on a different line on 18.04: thread 'main' panicked at 'Failed to create window: SdlError("Installed Vulkan doesn\'t implement the VK_KHR_surface extension")', src/window.rs:133:22

My fix was to apt install mesa-vulkan-drivers

In Archlinux I've built from AUR but needed to install vulkan-intel package (via pacman) to fix this error.

Awesome GUI btw, very good proof-of-concept.

neither installation of amdvlk or vulkan-intel has helped me solve this problem :-/ i have amd radeon r9 380

@kronikpillow can you show the print out of lspci?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shaunsingh picture shaunsingh  路  27Comments

SirJson picture SirJson  路  22Comments

reisub0 picture reisub0  路  39Comments

wbthomason picture wbthomason  路  35Comments

ABitMoreDepth picture ABitMoreDepth  路  25Comments