dim icon indicating copy to clipboard operation
dim copied to clipboard

single_pixel_buffer_manager_v1 error on new Hyprland v0.41

Open Proximus888 opened this issue 8 months ago • 1 comments

I have tested it with 2 installations of dim-screen (AUR and Cargo) but it gets the same result. I don't know if the error comes because Hyprland now forks wl-roots.

Hyprland version: v0.41.1-52 Dim version: 0.2.2

When running dim I get this error:

Bash:

$ dim
thread 'main' panicked at src/dim.rs:87:18:
wp_single_pixel_buffer_manager_v1 not available!: NotPresent
stack backtrace:
   0:     0x583c2b7ac83f - <unknown>
   1:     0x583c2b6ac393 - <unknown>
   2:     0x583c2b7826a2 - <unknown>
   3:     0x583c2b7ae23a - <unknown>
   4:     0x583c2b7ad9a7 - <unknown>
   5:     0x583c2b7aec57 - <unknown>
   6:     0x583c2b7ae562 - <unknown>
   7:     0x583c2b7ae4b9 - <unknown>
   8:     0x583c2b7ae4a6 - <unknown>
   9:     0x583c2b62df72 - <unknown>
  10:     0x583c2b62e385 - <unknown>
  11:     0x583c2b6b8c0a - <unknown>
  12:     0x583c2b645e50 - <unknown>
  13:     0x583c2b63d256 - <unknown>
  14:     0x583c2b646e03 - <unknown>
  15:     0x7f8301b3cc88 - <unknown>
  16:     0x7f8301b3cd4c - __libc_start_main
  17:     0x583c2b636535 - <unknown>
  18:                0x0 - <unknown>
Aborted (core dumped)

ZSH:

❯ dim
thread 'main' panicked at src/dim.rs:87:18:
wp_single_pixel_buffer_manager_v1 not available!: NotPresent
stack backtrace:
   0:     0x5e1dad41e83f - <unknown>
   1:     0x5e1dad31e393 - <unknown>
   2:     0x5e1dad3f46a2 - <unknown>
   3:     0x5e1dad42023a - <unknown>
   4:     0x5e1dad41f9a7 - <unknown>
   5:     0x5e1dad420c57 - <unknown>
   6:     0x5e1dad420562 - <unknown>
   7:     0x5e1dad4204b9 - <unknown>
   8:     0x5e1dad4204a6 - <unknown>
   9:     0x5e1dad29ff72 - <unknown>
  10:     0x5e1dad2a0385 - <unknown>
  11:     0x5e1dad32ac0a - <unknown>
  12:     0x5e1dad2b7e50 - <unknown>
  13:     0x5e1dad2af256 - <unknown>
  14:     0x5e1dad2b8e03 - <unknown>
  15:     0x79ea9dfc4c88 - <unknown>
  16:     0x79ea9dfc4d4c - __libc_start_main
  17:     0x5e1dad2a8535 - <unknown>
  18:                0x0 - <unknown>
zsh: IOT instruction (core dumped)  dim

Proximus888 avatar Jun 21 '24 10:06 Proximus888