Skip to content
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

Update wayland-client dependency to fix wl_shm errors. #1013

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Update wayland-client dependency to fix wl_shm errors. #1013

merged 1 commit into from
Mar 21, 2023

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Mar 21, 2023

I've been living with this error (and having to force X11 via XWayland, by clearing WAYLAND_DISPLAY):

[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.

Turns out that winit's code doesn't need to change whenever many of the protocols are updated!
So we can just bump the wayland-* libraries from 0.29.1 to 0.29.5 (0.29.3 fixed the above error).


Related PRs that we thankfully don't need to wait on (but which may be interesting):

@eddyb eddyb requested a review from oisyn as a code owner March 21, 2023 04:41
@eddyb eddyb enabled auto-merge (rebase) March 21, 2023 04:42
@eddyb eddyb merged commit 849e82e into EmbarkStudios:main Mar 21, 2023
@eddyb eddyb deleted the wayland-client-update branch March 21, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants