Skip to content

UnexpectedNull("XOpenIM") on winit 0.30.8 #4082

@koute

Description

@koute

Description

winit 0.30.8 seems to be broken on my system, failing with the following error (it reproduces with the simple example copy-pasted from the toplevel page of crate docs):

called `Result::unwrap()` on an `Err` value: OsError { line: 533, file: "~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.8/src/platform_impl/linux/x11/window.rs", error: XError(UnexpectedNull("XOpenIM")) }

If I pin winit to 0.30.7 then it works properly.

This is the culprit; if I revert that commit then it works properly again.

OS and window mananger

Arch Linux, StumpWM, using uim as my IME

Winit version

0.30.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    B - bugDang, that shouldn't have happenedDS - x11Affects the X11 backend, or generally free Unix platforms

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions