-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Winit Error when running Example on Ubuntu 19.04 #70
Comments
Thanks for the report! I found rust-windowing/winit#748 describing the same issue. It seems the cause may be that your environment does not support Vulkan. You could try running the I am working on an alternative for rendering that should fix some of these issues. I hope I can share something soon! |
Ah right, I'm surprised since I'm using the proprietary nvidia drivers. I assume there is a few more packages I would have to install. I'll have a play around and see if I can get it to work |
Ok, looks like it's a nvidia Optimus silly issue. It tries to load the intel driver for some reason. For posterity here are the steps I took to diagnose:
Now the tour works too! |
Removing the json helped. I had this problem together with this lines:
|
Getting the following error when trying to run
cargo run --example tour
on my Ubuntu 19.04 lappy.The text was updated successfully, but these errors were encountered: