Description
Bevy version
0.5.0
Operating system & version
Debian unstable
What you did
I have a weird problem in my little project and I was able to find a reproducer in one of the demo.
I ran the 3d/spawner
with the wayland
feature and then moved the mouse a bit.
What you expected to happen
The demo to continue running until I kill it.
What actually happened
The program suddenly exits.
Additional information
There is no need to move out of the window. Modifying the source to be fullscreen does not change anything. The program exits with exit code 0 and nothing printed aside from bevy's diagnostic. In my own program I use fern for logging and this catches logs from underlying components but there is no error either.
I cannot reproduce with the other 3d demos. In my own program I also spawns cubes using PbrBundle but I use other plugins and this demo is the simplest reproducer I could find.
I can reproduce this problem on git master.
If I modify the demo to spawn 1000 cubes instead of 10000 then I cannot reproduce anymore.
Btw it would be really appreciated if the performance problems were fixed. My project is some kind of block building kind of games and in the current state of things unless I use pocket-size maps that won't fly :-/.
Activity