Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.13] Panic after close window. #12422

Closed
Fidius-jko opened this issue Mar 11, 2024 · 1 comment
Closed

[0.13] Panic after close window. #12422

Fidius-jko opened this issue Mar 11, 2024 · 1 comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system

Comments

@Fidius-jko
Copy link

Bevy version

0.13

[Optional] Relevant system information

AdapterInfo { name: "AMD Radeon Graphics (RADV RENOIR)", vendor: 4098, device: 5688, device_type: IntegratedGpu, driver: "radv", driver_info: "Mesa 24.0.2-arch1.2", backend: Vulkan }

What you did

I made project from https://github.com/NiklasEi/bevy_game_template and setup it. Then i delete example code and libs.
Github: https://github.com/Fidius-jko/RustcraftSetup2

What went wrong

I run project
Then i close window. And i see panic from render.


thread 'Compute Task Pool (3)' panicked at /home/***/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.13.0/src/view/window/mod.rs:368:21:
Couldn't get swap chain texture, operation unrecoverable: The swap chain has been lost and needs to be recreated
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `bevy_render::view::window::prepare_windows`!
thread 'Compute Task Pool (4)' panicked at /home/***/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.13.0/src/pipelined_rendering.rs:49:67:
called `Result::unwrap()` on an `Err` value: RecvError


Additional information

Render can't get window after it close

@Fidius-jko Fidius-jko added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Mar 11, 2024
@Fidius-jko Fidius-jko changed the title 0.13 Panic after close window. [0.13] Panic after close window. Mar 11, 2024
@Friz64
Copy link
Contributor

Friz64 commented Mar 11, 2024

Duplicate of #11734

@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system A-Windowing Platform-agnostic interface layer to run your app in and removed C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Mar 12, 2024
@alice-i-cecile alice-i-cecile closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system
Projects
None yet
Development

No branches or pull requests

3 participants