thread 'main' panicked at 'assertion failed: (left == right)
When including .add_plugins(DefaultPlugins) - Using PyCharm
#2595
Replies: 2 comments 7 replies
-
This seems like a Graphics Problem. |
Beta Was this translation helpful? Give feedback.
-
In further testing, I tried running a wgpu-rs example (hello-triangles) and got a white winit window but no crash until I tried clicking in the window where I got this:
|
Beta Was this translation helpful? Give feedback.
-
Hi I'm very new to Bevy and was following along the first steps for the Snake Game when I ran into this problem.
This specifically happens due to me adding .add_plugins(DefaultPlugins) to the App:build() line.
When I run cargo version I get:
And for reference my code is:
I have this all set up on PyCharm Community edition build #PC-212.4746.96
And I'm certain that both Rust and Bevy are fully up to date.
The usual result is the window will pop up, hang for some seconds before closing with the above displayed error message in the Terminal.
I've spent some time trying to find anyone else with similar issues and I really can't find anything that's helpful. So I apologise if this is a duplicate!
Beta Was this translation helpful? Give feedback.
All reactions