-
Notifications
You must be signed in to change notification settings - Fork 440
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
Running any Vulkano projects results in a freeze and crash #1217
Comments
I see the same behaviour on my machine. OS: Ubuntu 19.04
|
This is a know issue at this point and has yet to be corrected in the examples. On nvidia systems you need to call |
Thanks. The following change fixes the triangle example for me. I'll create a PR to fix the examples in vulkano-examples. (Edit: d'oh. Got as far as creating a PR, only to discover that I need to commit to vulkano instead. I'll do that then...)
|
Running any Vulkano project (I tried several from the examples repo) results in the following:
The backtrace contains no useful information. The exact same results are shown on any example.
The project renders one frame, shows the above message, hangs for ~4 seconds and then crashes.
The text was updated successfully, but these errors were encountered: