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
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
Hi, I downloaded this program to stop the lights from flashing on my Ubuntu box, however I keep getting this error whenever I run it.
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/aura_error.rs:33:45
|
33 | AuraError::I2CError(ref e) => e.description(),
| ^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/aura_error.rs:34:44
|
34 | AuraError::IOError(ref e) => e.description(),
| ^^^^^^^^^^^
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Running `target/debug/borealis 127 0 127`
smbus: /sys/bus/pci/devices/0000:00:1f.4
thread 'main' panicked at 'failed to locate AMD system SMBus', src/main.rs:37:19
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Hi, I downloaded this program to stop the lights from flashing on my Ubuntu box, however I keep getting this error whenever I run it.
The text was updated successfully, but these errors were encountered: