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

App Fails to Launch on Debian 12 (bookworm) #174

Open
jackakers13 opened this issue Nov 16, 2024 · 2 comments
Open

App Fails to Launch on Debian 12 (bookworm) #174

jackakers13 opened this issue Nov 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jackakers13
Copy link

Bug Description

App does not launch.

Expected Result

App should launch.

Steps to Reproduce

Try to launch the app, either through clicking on its icon or running flatpak run io.github.wiiznokes.fan-control

Additional Information

Other reviews on the GNOME Software app indicate similar issues. You can see some of them scraped here: https://paroj.github.io/odrs-browser/#io.github.wiiznokes.fan-control

Operating system

Debian GNU/Linux 12 (bookworm)

fan-control version

24.8.23 from Flathub

Logs

$ RUST_BACKTRACE=full flatpak run  io.github.wiiznokes.fan-control
thread 'main' panicked at /run/build/fan-control/cargo/vendor/wgpu/src/backend/wgpu_core.rs:711:18:
Error in Surface::configure: Validation Error

Caused by:
    Parent device is lost

stack backtrace:
   0:           0xdb799a - <unknown>
   1:           0x5bdecb - <unknown>
   2:           0xd80742 - <unknown>
   3:           0xdbc497 - <unknown>
   4:           0xdbd735 - <unknown>
   5:           0xdbcf35 - <unknown>
   6:           0xdbce99 - <unknown>
   7:           0xdbce84 - <unknown>
   8:           0x4098a2 - <unknown>
   9:          0x109e236 - <unknown>
  10:          0x10d3ea7 - <unknown>
  11:           0x9f291d - <unknown>
  12:           0x890010 - <unknown>
  13:           0x48b31e - <unknown>
  14:           0x48fbfe - <unknown>
  15:           0x89aeb0 - <unknown>
  16:           0x719df3 - <unknown>
  17:           0x892690 - <unknown>
  18:     0x7f464c03b188 - <unknown>
  19:     0x7f464c03b24b - __libc_start_main
  20:           0x46fe05 - <unknown>
  21:                0x0 - <unknown>

On linux, run flatpak run io.github.wiiznokes.fan-control in a terminal.

@jackakers13 jackakers13 added the bug Something isn't working label Nov 16, 2024
@wiiznokes
Copy link
Owner

@jackakers13 Could you try this version ?

flatpak install --user https://dl.flathub.org/build-repo/144069/io.github.wiiznokes.fan-control.flatpakref

It contains some unreleased changes, with an updated version of wgpu.

@wiiznokes
Copy link
Owner

Also, before doing that, you should try to use software rendering. You will need to set ICED_BACKEND=tiny-skia (you can use flatseal for that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants