kvark / blade

Sharp and simple graphics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Zed] ERROR_INCOMPATIBLE_DRIVER

SyntheticBird45 opened this issue · comments

Arch Linux, up to date| linux 6.9.2 | Wayland | GNOME 46 | Ryzen 5 5600U with integrated Radeon graphics

Zed installed through the zed-editor-git AUR package. This package do works as I'm using it daily on another computer. I originally tried to transfer the compiled archive from my main computer to this one, and then built it directly. Same result for both:

$ Zed
Thread "main" panicked with "called `Result::unwrap()` on an `Err` value: ERROR_INCOMPATIBLE_DRIVER" at [scrubbed]/blade-b2bcd1de1cf7ab6a/bdaf8c5/blade-graphics/src/vulkan/init.rs:346:55

Since it is related to a blade assertion, I thought it would be faster to start the issue here.
I honestly don't know much about graphics stack and so on, so I'm a little lost on the information required here.

After a little more search, its not at all blade's fault as it was only relaying an ash error. Ended up getting that it was a genuine error coming vulkan. Issue is from AMDVLK implementation. Installing the mesa implementation fixed the issue