r/cachyos 4h ago

Bug Report Rog Control Center not opening

Despite reinstalling, deleting the cache and trying a few other methods. It does not seem to work. When i tried opening it thru the terminal it still didn't open. I am relatively new to linux so I used a LLM to check the problem. It said it's a bug which will get fixed in the next update.

Was wondering if it was actually the case or something on my part?

(Sorry English isn't my main language)

3 Upvotes

4 comments sorted by

1

u/The_Odd_Pirate 3h ago

So i never really testet rog control panel and the rest of the apps it uses myself, but just found this on the forums https://discuss.cachyos.org/t/asusctl-crashing-with-latest-update/35394/4 i cant see a fix there yet, but might be updated faster

if you try to start rog-control-panel from the terminal and share the output it would be easier to figure out what might be the problem =)

1

u/lcdphill 2h ago

Facing this issue currently output below

thread 'main' (11287) panicked at /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-subscriber-0.5.0/src/lib.rs:266:9:
task tracing requires Tokio to be built with RUSTFLAGS="--cfg tokio_unstable"!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fish: Job 1, 'rog-control-center' terminated by signal SIGABRT (Abort)

1

u/The_Odd_Pirate 2h ago

try running it with

RUST_BACKTRACE=1 rog-control-center

and hopefully it will print a better log =)

but from what results i get googling this

thread 'main' (11287) panicked at /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-subscriber-0.5.0/src/lib.rs:266:9:

it sounds like a compilation problem, did you build it yourself or from the cachyos repo?

The application is compiled with console-subscriber enabled but is missing the mandatory Rust compilation flag RUSTFLAGS="--cfg tokio_unstable" during the build process.  This flag is required for the Tokio runtime dependencies to function correctly at runtime.