I've successfully used Neovide in the past, but I reinstalled my system recently and Neovide didn't start successfully. After running with RUST_BACKTRACE=full, here's the output:
Ignored client type property: "methods"
Ignored client type property: "attributes"
thread 'main' panicked at 'Failed to create window: SdlError("Installed Vulkan doesn\'t implement the VK_KHR_surface extension")', src/window/sdl2/mod.rs:442:10
stack backtrace:
0: 0x558f31403930 - <unknown>
1: 0x558f3132a7bc - <unknown>
2: 0x558f314031b1 - <unknown>
3: 0x558f31402b55 - <unknown>
4: 0x558f3140223a - <unknown>
5: 0x558f31421508 - <unknown>
6: 0x558f3142147c - <unknown>
7: 0x558f3142142d - <unknown>
8: 0x558f31328b20 - <unknown>
9: 0x558f3132ed52 - <unknown>
10: 0x558f312e5699 - <unknown>
11: 0x558f312dcd06 - <unknown>
12: 0x558f31269043 - <unknown>
13: 0x558f312d93d5 - <unknown>
14: 0x7f2b826f6b25 - __libc_start_main
15: 0x558f3125877e - <unknown>
16: 0x0 - <unknown>
Looks like a Vulkan error. Did you try the OpenGL Branch?
It looks like your Vulkan install is to blame, see https://github.com/KhronosGroup/Vulkan-Guide/blob/master/chapters/enabling_extensions.md
Actually, duplicate of #209. Solution is to use amdvlk.
@enderger would you be willing to adjust the readme to make this more obvious? I've been struggling to help with the vulkan driver issues because I am not a linux guy
@enderger would you be willing to adjust the readme to make this more obvious? I've been struggling to help with the vulkan driver issues because I am not a linux guy
Sure, I鈥檒l get on that when I have a chance (I'll also probably make a few tweaks as well to some other areas of the Linux instructions).
Thank you everyone. Sorry for the duplicate issue; I wasn't sure what the culprit was so I didn't know how to search through previous issues. Looking forward to using Neovide!