Skip to content

Getting NotSupported(NotSupportedError) when creating an EventLoop under X11 #3603

@StealthyKamereon

Description

@StealthyKamereon

Description

I'm trying to run an application that uses winit. When I launch it it crashes on the following line :

let event_loop = EventLoop::new().unwrap();

I then made a dummy Rust package with only this line and sure enough I have the same crash.

OS and window mananger

I am on Nixos and using Plasma 5.

Winit version

0.29.15

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