hecrj / wgpu_glyph

A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://docs.rs/wgpu_glyph
MIT License
443 stars 77 forks source link

Crash when resizing window with text positioned relatively #32

Open ThatsNoMoon opened 4 years ago

ThatsNoMoon commented 4 years ago

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 4 years ago

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?

ThatsNoMoon commented 4 years ago

Yes it does.