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

"wayland-client error" on Linux #26

Open
yigitsalar opened this issue Dec 6, 2024 · 0 comments
Open

"wayland-client error" on Linux #26

yigitsalar opened this issue Dec 6, 2024 · 0 comments

Comments

@yigitsalar
Copy link

yigitsalar commented Dec 6, 2024

I'm getting this error while trying to run smmdb executable on Garuda Linux:

[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
Aborted (core dumped)

Notes:

When I ran with fish terminal instead of bash, I get similar, probably the same, error:
[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
fish: Job 1, './path/to/smmdb' terminated by signal SIGABRT (Abort)

Also, I tried owning the executable since it belongs to user:group runner:docker using the command sudo chown -R myuser:myusergroup path/to/smmdb. It didn't work.
Running sudo chmod +x path/to/smmdb didn't work, too.

Also, my full system specifications, might be useful:

OS: Garuda Linux x86_64
Host: B450M K (-CF)
Kernel: Linux 6.12.1-zen1-1-zen
Shell: fish 3.7.1 (and bash 5.2.037)
DE: KDE Plasma 6.2.4
CPU: AMD Ryzen 5 1600 (12) @ 3.20 GHz
GPU: AMD Radeon RX 580 Series
Memory: 15.54 GiB
Swap: 31.54 GiB

Edit 1

It worked perfectly on X11, but I'm using Wayland more than X11 so I need to get it working on Wayland.

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

No branches or pull requests

1 participant