Skip to content

Bevy 0.10 regression: very long startup if WinitSettings.unfocused_mode is set to UpdateMode::Reactive #7974

Open
@JayceFayne

Description

@JayceFayne

Bevy version

The release number or commit hash of the version you're using.

0.10/0.11/0.12/0.13

Relevant system information

Arch Linux

What you did

Running https://github.com/JayceFayne/bevy_regression
Pasting main.rs below:

use bevy::prelude::*;
use bevy::winit::WinitSettings;

fn main() {
    App::new()
        .insert_resource(WinitSettings::desktop_app())
        .add_plugins(DefaultPlugins.build())
        .run();
}

What went wrong

Takes very long to start

Additional information

Downgrading to 0.9 fixes the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-WindowingPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemP-RegressionFunctionality that used to work but no longer does. Add a test for this!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions