Skip to content

exits under Wayland when moving mouse #2014

Open
@duck-rh

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-InputPlayer input via keyboard, mouse, gamepad, and moreC-BugAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemP-CrashA sudden unexpected crashS-Waiting-on-AuthorThe author needs to make changes or address concerns before this can be merged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions