-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Getting make_current error 3008 on Ubuntu 18.04 when closing window #1141
Comments
This was fixed in the RC via adding a |
Can't repo via your example:
Nor can I recall how I reproduced it before. I'll stay on the look out for it. |
Will try with 0.21.0-rc1 and report back. Out of curiosity, are you trying with 0.21.0-rc1 or 0.20.0? I’m wondering if this is to do with a multithreading? I don’t have sufficient knowledge of glutin to know for sure but this is pretty consistently reproduced. When you run the example |
Did some git bisect foo, this was fixed by... well, just go read my rant in the source code: 52d6e0f Anyways, I'm undoing this change for 0.21.0-rc2, because it is unnecessary:
(I was able to repo it in weston, after going back to 0.20.0) |
Closing issue, if it is still broken, feel free to reopen. |
Definitely fixed! Will just wait for the publish of 0.21.0 to crates.io. Thanks for looking into this! |
0.21.0-rc1 has already been published (been out since this morning). You must update it in your cargo.toml manually because it is an RC. |
Hmmm, Getting the following error when compiling with 0.21.0-rc1 from crates.io
|
Update winit. |
@fasihrana If you got any other problems, feel free to join us at the chat: https://github.com/tomaka/glutin#contact-us Heads up, RC2 will soon be out: #1142 |
I'm getting the following error when closing a window on Ubuntu. I'm not getting this error on Windows and the code works perfectly.
You can find the code I'm executing at fasihrana/skryn/tree/ubuntu_egl_3008_error.
All you have to do is
cargo run --example mainexample
Edit: When you run the example
mainexample
, make sure you click the the button "Press Here", to create a new window and close this new window.Note: There are some requirements for compiling harfbuzz crate.
The text was updated successfully, but these errors were encountered: