unobserved-io / Furtherance

Track your time without being tracked
GNU General Public License v3.0
267 stars 24 forks source link

Furtherance will not launch with error: wl_surface#67: error 0: DRM Syncobj surface object already created for surface 67 #147

Open Fingel opened 2 weeks ago

Fingel commented 2 weeks ago

Full output:

❯ RUST_BACKTRACE=full flatpak run io.unobserved.furtherance
wl_surface#67: error 0: DRM Syncobj surface object already created for surface 67
Protocol error 0 on object wl_surface@67:
thread 'main' panicked at /run/build/furtherance/cargo/vendor/wgpu-core-0.19.4/src/device/global.rs:1859:21:
internal error: entered unreachable code: Fallback system failed to choose present mode. This is a bug. Mode: AutoVsync, Options:[]
stack backtrace:
   0:     0x5960aedf2ea5 - <unknown>
   1:     0x5960aee1f65b - <unknown>
   2:     0x5960aedeef9f - <unknown>
   3:     0x5960aedf41a1 - <unknown>
   4:     0x5960aedf3e7c - <unknown>
   5:     0x5960aedf4801 - <unknown>
   6:     0x5960aedf4667 - <unknown>
   7:     0x5960aedf3369 - <unknown>
   8:     0x5960aedf42f4 - <unknown>
   9:     0x5960ade1ac73 - <unknown>
  10:     0x5960aec2cba7 - <unknown>
  11:     0x5960aebac6b2 - <unknown>
  12:     0x5960aeaec409 - <unknown>
  13:     0x5960aeaf9fc3 - <unknown>
  14:     0x5960aea87771 - <unknown>
  15:     0x5960ae70140d - <unknown>
  16:     0x5960ae01ebef - <unknown>
  17:     0x5960ae022b5d - <unknown>
  18:     0x5960adff7d90 - <unknown>
  19:     0x5960ae03a43c - <unknown>
  20:     0x5960ae02191b - <unknown>
  21:     0x5960adfbaf25 - <unknown>
  22:     0x5960adf894f6 - <unknown>
  23:     0x5960adfa6b25 - <unknown>
  24:     0x5960aede76c0 - <unknown>
  25:     0x5960adfbafe5 - <unknown>
  26:     0x70d86ae79188 - <unknown>
  27:     0x70d86ae7924b - __libc_start_main
  28:     0x5960ade1b6d5 - <unknown>
  29:                0x0 - <unknown>
rickykresslein commented 2 weeks ago

Thank you for reporting this. I will look into it and get back to you when I know more.

rickykresslein commented 2 weeks ago

What distro are you using and what version of it (i.e. Fedora 40)? It seems you are using Wayland, is that the case? What type of graphics card do you have and do you have the latest drivers for it installed?

rickykresslein commented 2 weeks ago

It seems like this issue is similar to one recently uncovered in Zed: https://github.com/zed-industries/zed/issues/17129#issuecomment-2323473932

Please try downgrading your driver or one of the other solutions there. I'd appreciate if you come back with the solution here if you get it resolved so others with the same issue can fix it too.