-
Notifications
You must be signed in to change notification settings - Fork 368
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
Viewer should warn & not start when Rgba32Float is not renderable #8466
Comments
Building from source and reading through the logs shows that
I found that disabling the |
Alternatively, after updating both |
The error we're getting is literally means that the driver/gpu was not capable enough to do a very basic rendering operation which we need to do for picking detection. Very happy to hear that updating the drivers resolved this and it picks now Vulkan - OpenGL is really just a fallback for us that we'd like to phase out eventually. I figure we should not start the application to begin with - keeping the issue open and changing the title accordingly. I don't think there's more we can do here. |
Describe the bug
Hovering over a 3D view causes it to freeze until the cursor is removed from it, returning the following error:
Demo:
https://github.com/user-attachments/assets/e05afc1c-1024-4cac-adc7-44b5e6df8bba
Backtrace
Desktop:
Rerun version
The text was updated successfully, but these errors were encountered: