Compute Task Pool (7)' panicked at crates\bevy_render\src\view\window\mod.rs:365:21: Couldn't get swap chain texture, operation unrecoverable: A timeout was encountered while trying to acquire the next frame
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
Bevy 0.13.2 [dac66e8](https://github.com/bevyengine/bevy/commit/dac66e83b2b8c2fb88a9fc272a78857d8a048668)
## System information
- Cargo 1.77.2 (e52e36006 2024-03-26)
- Windows 11 Pro 23H2 build 22631.3447
```
`AdapterInfo { name: "Radeon (TM) Pro WX 9100", vendor: 4098, device: 26721, device_type: DiscreteGpu, driver: "AMD proprietary driver", driver_info: "24.3.1 (AMD proprietary shader compiler)", backend: Vulkan }`
```
## Additional information
```
`PS C:\Users\alvarok\Documents\GitHub\bevy> $env:RUST_BACKTRACE=1; cargo run --example breakout
Finished dev [unoptimized + debuginfo] target(s) in 0.22s
Running `target\debug\examples\breakout.exe`
2024-04-30T19:31:59.429536Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 11 Pro", kernel: "22631", cpu: "AMD Ryzen 9 7900X 12-Core Processor", core_count: "12", memory: "31.2 GiB" }
2024-04-30T19:31:59.434310Z INFO bevy_winit::system: Creating new window "App" (Entity { index: 0, generation: 1 })
2024-04-30T19:31:59.646336Z INFO bevy_render::renderer: AdapterInfo { name: "Radeon (TM) Pro WX 9100", vendor: 4098, device: 26721, device_type: DiscreteGpu, driver: "AMD proprietary driver", driver_info: "24.3.1 (AMD proprietary shader compiler)", backend: Vulkan }
2024-04-30T19:31:59.923003Z INFO breakout::stepping: Bevy was compiled without stepping support. Run with `--features=bevy_debug_stepping` to enable stepping.
thread 'Compute Task Pool (7)' panicked at crates\bevy_render\src\view\window\mod.rs:365:21:
Couldn't get swap chain texture, operation unrecoverable: A timeout was encountered while trying to acquire the next frame
stack backtrace:
error: process didn't exit successfully: `target\debug\examples\breakout.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)`
```
## What you did
Bevy breakout example does not run on my machine.
Contributor guide
Assessment
This issue has not been assessed yet.