-
Notifications
You must be signed in to change notification settings - Fork 89
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
Cannot run piston-example on Fedora24 virtual machine #360
Comments
I am having this problem too, except on a non-virtual Arch Linux machine using rust 1.13. This affects all the examples except for cube.rs for some reason. It seems to me that the code is panicking during .build() of making the window (instead of returning an Err(...)), though in my case it seems to be because of make_current in glutin. Here's my backtrace as well since it seems to be a bit different to the one above.
|
Hello,
I got the error when
cargo run
The OS is Fedora24 virtual machine.
The text was updated successfully, but these errors were encountered: