-
Notifications
You must be signed in to change notification settings - Fork 1.2k
No window on Weston/FreeBSD #109
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - waylandAffects the Wayland backend, or generally free Unix platformsAffects the Wayland backend, or generally free Unix platforms
Description
Hi
I've been working on getting Wayland stuff ported to FreeBSD and would love to be able to run glutin there as well.
I'm getting no events with winit/glutin on Weston.
Simple C Wayland clients work fine. wayland-client rust crate examples work fine.
Logging shows that it stops at the second dispatch call on
https://github.com/tomaka/winit/blob/master/src/api/wayland/window.rs#L166
For winit example, no error is reported, no window is displayed. The process is just halted on select() syscall.
For glutin example, pixel format and OpenGL version is printed but nothing more, no window.
Is there any similar known problems on Linux?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - waylandAffects the Wayland backend, or generally free Unix platformsAffects the Wayland backend, or generally free Unix platforms