chimper
chimper copied to clipboard
chimper fails on wayland unknown opcode 0 for wl_shm
❯ RUST_BACKTRACE=full chimper
[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
zsh: IOT instruction RUST_BACKTRACE=full chimper
Compiled from the latest commit with wayland 1.21.0 and wayland-protocols 1.26 running sway on wlroots 0.15.1.
Let me know how I can provide more info please :)
Weird, I also run sway although probably an older version. I've just updated the locked dependencies to the latest available versions. Could you please try again?
Sorry for the late reply, I just built it and tried to execute it, it comes up with exactly the same message.
I have to correct myself too, wlroots and sway are both relatively recent commits because of a PR I pulled into the build, so the version number is not applying.
Bummer. It may be a sway or wlroots bug but most likely it's because the winit dependency is too old. Unfortunately conrod is now unmaintained and doesn't support anything newer. Switching the GUI to egui
from conrod is probably a next step then.