Graphics related crash attempting to run examples - 0xc000041d
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
0.7 and `main`.
## Operating system & version
Windows 10
## What you did
Run the examples - `clear_color` in this case.
## What you expected to happen
Not go boom
## What actually happened
```
2022-05-24T15:52:47.918188Z ERROR wgpu_hal::vulkan::instance: enumerate_adapters: Initialization of a object has failed
2022-05-24T15:52:48.268776Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GT 635M", vendor: 4318, device: 3555, device_type: DiscreteGpu, backend: Dx12 }
error: process didn't exit successfully: `target\debug\examples\clear_color.exe` (exit code: 0xc000041d)
```
## Additional information
This is a pretty old laptop with a pretty old GPU, but in theory both Vulkan and DX12 should work fine on the NVIDIA card, I think. I don't think either should work on the integrated Intel card (HD Graphics 4000), which is DX11.2.
I actually did sort of get Bevy working when I was first setting this laptop up. Before I properly installed drivers (using Windows defaults I believe) Bevy did run! But at something like 5FPS for trivial examples, release build. I didn't investigate that properly at the time because I assumed it was a driver issue that would be fixed when I installed them, but alas.
I don't know if this needs to be filed here or in `wgpu` directly, so LMK if I should post there too.
Contributor guide
Assessment
This issue has not been assessed yet.