bevyengine / bevyengine/bevy

Weird Warnings on Multiple Windows Window Close

Open
#12,261 0 comments 0 reactions 0 assignees View on GitHub
A-Windowing C-Bug S-Needs-Investigation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## Bevy version

`0.13`

## \[Optional\] Relevant system information

`rustc 1.76.0 (07dca489a 2024-02-04)`

`Windows 11`

## What you did

Ran the `mutliple_windows` example and closed one window.

## What went wrong

I got those weird warnings in the console

```ignore
2024-03-02T16:12:25.046065Z WARN bevy_winit: Window 4v1 is missing `Window` component, skipping event ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) })
2024-03-02T16:12:25.046393Z WARN bevy_winit: Window 4v1 is missing `Window` component, skipping event Focused(false)
2024-03-02T16:12:25.054115Z WARN bevy_winit: Window 4v1 is missing `Window` component, skipping event Destroyed
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.