Winit: Panic when trying to buffer RedrawRequested event

Created on 16 Apr 2020  路  1Comment  路  Source: rust-windowing/winit

It seems like on Windows there's a chance for winit to panicking when a RedrawRequested event couldn't be sent without buffering.

The relevant code that is panicking is here:

https://github.com/rust-windowing/winit/blob/2f27f64cdb69978151e6b8e941658b7e742b1135/src/platform_impl/windows/event_loop/runner.rs#L107-L111

This condition has been hit by an Alacritty user:

https://github.com/alacritty/alacritty/issues/3590

Windows needs investigation bug

Most helpful comment

Thanks for the report! #1496 removes this panic so this shouldn't be an issue once that gets merged.

>All comments

Thanks for the report! #1496 removes this panic so this shouldn't be an issue once that gets merged.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hobogenized picture hobogenized  路  3Comments

francesca64 picture francesca64  路  4Comments

k0nserv picture k0nserv  路  3Comments

coderhwz picture coderhwz  路  3Comments

rukai picture rukai  路  4Comments