-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
panic: vulkan error: vulkan error: feature not present (-8) #1063
Comments
Thank you for the bug report! Can you please provide more information about the distro of Linux that you are using and the output of the |
OS: vulkaninfo:
|
It appears that your device does not have sufficient support for Vulkan. We are going to resolve this soon by switching from Vulkan to WebGPU, which should get rid of these issues entirely (#507). We apologize for the inconvenience. In the meantime, you can develop apps by running them on the web using |
@m-abdalrahman also you might just try running it again -- we had another report that they got this error on the first run and then it worked thereafter. |
Feature not present implies a deeper issue with the device, not just a one-time crash. |
@kkoreilly Thank you for the amazing job, it's working now but I get this warning: |
webgpuinfo after run
|
Could you also try these two commands, and see in general how performant it feels when you zoom and pan the screen, etc?
|
@rcoreilly second command
|
Thank you for providing that information. It does not appear that your graphics card is well-supported, so that is probably the best we can do (https://www.reddit.com/r/linux_gaming/comments/sd7yup/how_can_i_fully_install_vulkan_in_my_intel_hd_4000/). We will keep the |
Describe the bug
I got this error when trying to execute
go run cogentcore.org/core/examples/demo@main
, even thoughcore setup
showed me this message core setup succeededHow to reproduce
execute
go run cogentcore.org/core/examples/demo@main
Example code
No response
Relevant output
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: