-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interface 'wl_surface' has no event 2 (Arch linux + hyprland, window failing to stay open) #112
Comments
Thanks for the report -- the example works for me in Weston on Arch. Does it work after a |
After |
I am having the same issue, and have been having it for a long time. I am on latest hyprland installed, and latest Speedy 2d version, just installed it with |
I have some bad news! 😄 I think this crate needs to be updated up to lates glutin (which is rewritten from scratch) for this issue to go away. Good luck |
Digression: The other side of that bad news is that glutin dropped support for iOS in that rewrite. Speedy2D doesn't support iOS yet anyway, but still... |
For anyone struggling with this, you can set |
Thanks for the details everyone. I've gone ahead and rewritten Speedy2D's window handling code to use the latest version of Glutin! @JustLinuxUser / @CrazieNewb Could you try the latest version of Speedy2D from the speedy2d = { git = "https://github.com/QuantumBadger/Speedy2D.git" } |
I am so sorry, but no, still having this issue! Here is the backtrace:
|
and |
On arch linux with hyprland and wayland. Running the helloworld example outputs:
The window opens for 1 frame and closes.
The text was updated successfully, but these errors were encountered: