chimper icon indicating copy to clipboard operation
chimper copied to clipboard

chimper fails on wayland unknown opcode 0 for wl_shm

Open TimB87 opened this issue 2 years ago • 3 comments

❯ 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 :)

TimB87 avatar Sep 05 '22 16:09 TimB87

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?

pedrocr avatar Sep 05 '22 17:09 pedrocr

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.

TimB87 avatar Sep 07 '22 06:09 TimB87

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.

pedrocr avatar Sep 07 '22 08:09 pedrocr