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

thread 'main' panicked at 'Failed to create window' #209

Closed
chipaltman opened this issue Mar 22, 2020 · 5 comments
Closed

thread 'main' panicked at 'Failed to create window' #209

chipaltman opened this issue Mar 22, 2020 · 5 comments

Comments

@chipaltman
Copy link

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 👌

@Kethku
Copy link
Member

Kethku commented Mar 23, 2020

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

@Kethku Kethku closed this as completed Mar 23, 2020
@glaaki
Copy link

glaaki commented Mar 26, 2020

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

@iacchus
Copy link

iacchus commented Jul 22, 2020

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.

@kronikpillow
Copy link

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

@j4qfrost
Copy link
Contributor

@kronikpillow can you show the print out of lspci?

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

6 participants