-
Notifications
You must be signed in to change notification settings - Fork 114
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 #362
Comments
I have a project that was working yesterday and today is having this issue. From stackoverflow
That appears to be on rust 1.78, I downgrade my project to 1.77.1 (not sure why 1.77.2 toolchain fail to install):
The workarounds appears to be:
|
See amethyst/bracket-lib#362 for more information
This appears related to the wayland backend on linux, at least it was for me. You can also workaround this error by running it via the x11 winit backend x11: I'm not sure why this is failing, since the winit examples run fine for me in wayland. |
Ah, I've traced it down to the glutin version that is tagged. When I try to run the window example in glutin v0.29.1 I get the same error from glutin:
The glutin examples work fine at the latest version. Not sure how easy that is to upgrade, but it could just be a version change. |
Following the tutorial on
Hands-on Rust
I found that compiling flappy I get this error:I do not use nightly rust, and my setup was completely following the book. Searching online I found this issue
https://github.com/KyleMayes/vulkanalia/issues/254
. Could it be related somehow?The text was updated successfully, but these errors were encountered: