-
Notifications
You must be signed in to change notification settings - Fork 423
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
[BUG] attempted to leave type platform::platform::x11::util::input::PointerState uninitialized
#843
Comments
|
Thanks for reporting this! It's a bug in winit, but hasn't even been reported yet there, presumably due to the current ggez using an old-ass version of winit. So I reported it: rust-windowing/winit#1773 It's fixed on the ggez |
|
Going to close this, since it's fixed on devel and winit doesn't seem terribly inclined to make a new release. Sure can't blame them for that, under the circumstances, it's just annoying. |
|
I can't use 1.47 stable because I use nightly features. For anyone else wondering: the last nightly before the offending commit was added to rustc is March 10 so this command will get you the newest compiler that doesn't have the problem: |
|
If anyone would like to work off the [dependencies]
ggez = { git = "https://github.com/ggez/ggez", branch = "devel" }
|
what is the commit hash this was fixed in? I need to pin this BEFORE the 0.6 changes are integrated as I have a hard dependancy on the ggez::nalgebra export that got removed somewhere between 0.6 and 0.5.1 (why did you do that, cries in rust) |
|
You can find it as efficiently as I can at this point. |
The whole application crashes on mouse over when compiling with Rust 1.48.
OS: Linux (Ubuntu 20.04)
To reproduce simply run a
ggezexample:and move the cursor over the window.
Seems to be related to amethyst/amethyst#2524
The text was updated successfully, but these errors were encountered: