hecrj/wgpu_glyph

Crash when resizing window with text positioned relatively

ThatsNoMoon opened this issue · 2 comments

wgpu_glyph causes my application to crash with exit code 0xc000041d on Windows 10, with no error or panic message, seemingly randomly while resizing the window. You can see an adaptation of the hello example that reproduces the problem, at least for me, here.

hecrj commented

winit fixed some issues on Windows recently. Does the issue still happen if you change the Cargo.toml to use winit 0.22 instead of 0.21?

Yes it does.