-
Notifications
You must be signed in to change notification settings - Fork 90
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
thread 'main' panicked at 'glx::MakeCurrent failed' #144
Comments
This seems to be related to this issue over at the glutin repository: rust-windowing/glutin#834 |
I was able to fix this by updating the dependencies in a fork of https://github.com/PistonDevelopers/glutin_window/ to use the latest version from the https://github.com/tomaka/glutin repository instead of the crates.io version. So I guess one would have to wait for the glutin guys to release a new version to crates and then update the dependency in https://github.com/PistonDevelopers/glutin_window/ accordingly (or just always use the latest version?). |
@janhaa should we close this issue? |
Running Arch Linux, I get this backtrace when trying to run the getting-started example with RUST_BACKTRACE=1
VGA and drivers:
The text was updated successfully, but these errors were encountered: