cargo run --example tour
crashes with (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
#447
Labels
bug
Something isn't working
Related (duplicate?) of #98.
I'm trying to run
cargo run --example tour
on Windows 10, but it crashes:I have an additional monitor connected to my laptop, which is my primary display:
However, I can start the application successfully by I either making my laptop (1) the primary display or by disconnecting my additional monitor (2) (which makes my laptop monitor also the primary display I guess).
I have these graphic cards with the latest drivers installed:
Iced is using the Vulkan renderer and is crashing somewhere here trying to create the swap chain.
I have tested the cube example in wgpu-rs which worked fine for me.
The text was updated successfully, but these errors were encountered: