You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofbash
, 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 commandsudo 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.
The text was updated successfully, but these errors were encountered: