You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application I'm developing that depends on winit crashes here. My application panics with Invalid UTF-8 String from IME: Utf8Error { valid_up_to: 0, error_len: Some(1) }. It seems to be due to the IME String failing to be proper UTF-8. Is there a way winit could fail in a safer way than crashing here?
I don't have a repro as this happened on another user's machine.
OS and window mananger
Operating System: Ubuntu
Window Manager: XWayland
Winit version
0.30.1
The text was updated successfully, but these errors were encountered:
Description
The application I'm developing that depends on
winit
crashes here. My application panics withInvalid UTF-8 String from IME: Utf8Error { valid_up_to: 0, error_len: Some(1) }
. It seems to be due to the IME String failing to be proper UTF-8. Is there a way winit could fail in a safer way than crashing here?I don't have a repro as this happened on another user's machine.
OS and window mananger
Operating System: Ubuntu
Window Manager: XWayland
Winit version
0.30.1
The text was updated successfully, but these errors were encountered: