-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Panic in bevy_ecs, probably related to windowing #7949
Comments
I have this same issue, I'm running wayland on NVIDIA. It only takes this to reproduce: use bevy::prelude::*;
fn main() {
App::new().add_plugins(DefaultPlugins).run();
}
|
That's not the same issue, and your log shows Bevy starting as X11... probably something to look into. Could you open another issue if you can't find something between Wayland and X11? |
I tested on an x11 session and there wasn't an issue. I put it here because the log looked a lot similar but looking again I can see it was panicking from different spot. Should I open a new issue? Edit: |
yep, reproduce on windows 10 too
|
with this: same prob': Finished dev [optimized + debuginfo] target(s) in 1.20s |
The following code causes bevy to panic
In Cargo.toml, set dependencies to only
bevy = "0.10.0"
and start withcargo run
The text was updated successfully, but these errors were encountered: