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
When I try to run the fan-control command, the following error shows, and the app is never launched: thread 'main' panicked at /run/build/fan-control/cargo/vendor/iced_tiny_skia/src/window/compositor.rs:56:10: Create softbuffer surface for window: PlatformError(Some("Visual 0x77 does not use softbuffer's pixel format and is unsupported"), None)
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=fan-control io.github.wiiznokes.fan-control
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
thread 'main' panicked at /run/build/fan-control/cargo/vendor/iced_tiny_skia/src/window/compositor.rs:56:10:
Create softbuffer surface for window: PlatformError(Some("Visual 0x77 does not use softbuffer's pixel format and is unsupported"), None)
Possible Solutions:
Possible Additional Information:
I've run the command on a terminal, with sudo -i first, to make sure that it has access to write anywhere
Operating system
Linux 6.6.26-1-MANJARO x86_64
fan-control version
0.1.3
Logs, Panic Messages, Stack Traces:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
thread 'main' panicked at /run/build/fan-control/cargo/vendor/iced_tiny_skia/src/window/compositor.rs:56:10:
Create softbuffer surface for window: PlatformError(Some("Visual 0x77 does not use softbuffer's pixel format and is unsupported"), None)
stack backtrace:
0: 0xde3ba6 -
1: 0xe12460 -
2: 0xddfd8f -
3: 0xde3984 -
4: 0xde5207 -
5: 0xde4f69 -
6: 0xde5698 -
7: 0xde5572 -
8: 0xde40a6 -
9: 0xde52c4 -
10: 0x44b455 -
11: 0x44b9a3 -
12: 0x4c99f8 -
13: 0x4a7806 -
14: 0x4a8a3d -
15: 0x4621e9 -
16: 0x52ebe3 -
17: 0x51dee9 -
18: 0xdd5e31 -
19: 0x462b25 -
20: 0x7ffa09ec808a -
21: 0x7ffa09ec814b - __libc_start_main
22: 0x44c0b5 -
23: 0x0 -
The text was updated successfully, but these errors were encountered:
Bug Description:
When I try to run the fan-control command, the following error shows, and the app is never launched:
thread 'main' panicked at /run/build/fan-control/cargo/vendor/iced_tiny_skia/src/window/compositor.rs:56:10: Create softbuffer surface for window: PlatformError(Some("Visual 0x77 does not use softbuffer's pixel format and is unsupported"), None)
Expected Result:
Applications should run
Steps to Reproduce:
KERNEL=="hwmon7", SUBSYSTEM=="hwmon", TAG+="uaccess"
Possible Solutions:
Possible Additional Information:
I've run the command on a terminal, with sudo -i first, to make sure that it has access to write anywhere
Operating system
Linux 6.6.26-1-MANJARO x86_64
fan-control version
0.1.3
Logs, Panic Messages, Stack Traces:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
thread 'main' panicked at /run/build/fan-control/cargo/vendor/iced_tiny_skia/src/window/compositor.rs:56:10:
Create softbuffer surface for window: PlatformError(Some("Visual 0x77 does not use softbuffer's pixel format and is unsupported"), None)
stack backtrace:
0: 0xde3ba6 -
1: 0xe12460 -
2: 0xddfd8f -
3: 0xde3984 -
4: 0xde5207 -
5: 0xde4f69 -
6: 0xde5698 -
7: 0xde5572 -
8: 0xde40a6 -
9: 0xde52c4 -
10: 0x44b455 -
11: 0x44b9a3 -
12: 0x4c99f8 -
13: 0x4a7806 -
14: 0x4a8a3d -
15: 0x4621e9 -
16: 0x52ebe3 -
17: 0x51dee9 -
18: 0xdd5e31 -
19: 0x462b25 -
20: 0x7ffa09ec808a -
21: 0x7ffa09ec814b - __libc_start_main
22: 0x44c0b5 -
23: 0x0 -
The text was updated successfully, but these errors were encountered: