Failed to configure swap chain on creation. #2615
-
I randomly started getting an error after compilation that says the following:
The game compiles fine. The game window will display for a fraction of a second and then that's when it panics and I receive this error. I rebuilt the project and it ran fine for a while. Then the error came back. The only dependency I have in my .toml file is the Bevy main branch: [dependencies]
bevy = {git = "https://github.com/bevyengine/bevy", branch = "main"} Does anyone have any insight on the underlying problem here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I actually narrowed it down to having an issue with 'bevy::window::WindowMode'. I never had any issues until I switched from the cates.io bevy to the main branch. |
Beta Was this translation helpful? Give feedback.
-
FYI, I noticed the same error happening randomly after a while on any Bevy executable, traced back to the Vukan wgpu driver. See gfx-rs/wgpu#1948 |
Beta Was this translation helpful? Give feedback.
I actually narrowed it down to having an issue with 'bevy::window::WindowMode'. I never had any issues until I switched from the cates.io bevy to the main branch.