-
Notifications
You must be signed in to change notification settings - Fork 175
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
Crash on wayland #250
Comments
In Kiss3d 0.28.0, we updated glutin to its version 0.25 (#252). So this Wayland issue is likely solved. |
It works! Thanks a lot for the update. |
I am having this exact issue now on 0.35 with Wayland on Hyprland. I am trying to launch the example from the openrr/rrt crate. This exact error happens on Hyprland Wayland, but it's a bit different on Gnome wayland: |
Same problem here. @jens-hj Did you figured this out? |
I have a piece of code that used to work, but after updating my system (Arch linux with wayland), I get the following error message immediately after starting my code:
[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
A little googling pointed me to the following issue, which seemed to be resolved by updating glutin: alacritty/alacritty#4206. Since kiss3d pins glutin to 0.19, could that be the issue?
More complete backtrace:
(not including the code since I believe it to be irrelevant, but let me know if you need it)
The text was updated successfully, but these errors were encountered: