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

Can't get the plugin to work #48

Open
ArolaM opened this issue Sep 2, 2023 · 7 comments
Open

Can't get the plugin to work #48

ArolaM opened this issue Sep 2, 2023 · 7 comments

Comments

@ArolaM
Copy link

ArolaM commented Sep 2, 2023

2.9.2023 16.40.21: HWInfo could not initialize or has no sensors.
2.9.2023 16.47.20: Unhandled exception in FanControl v168.0.0.0
2.9.2023 16.47.20: System.Exception: HWInfo was closed during operation.
kohteessa FanControl.HWInfo.HWInfoPlugin.Update()
kohteessa FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update()
kohteessa System.Collections.Generic.List1.ForEach(Action1 action)
kohteessa FanControl.Domain.ComputerAccessLayer.Update()
kohteessa FanControl.Domain.ApplicationClock.DoActions()
--- Pinon jäljityksen loppu aiemmasta sijainnista, jossa palautettiin poikkeus ---
kohteessa System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
kohteessa System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
kohteessa System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2.9.2023 16.49.41: Unhandled exception in FanControl v168.0.0.0
2.9.2023 16.49.41: System.Exception: HWInfo was closed during operation.
kohteessa FanControl.HWInfo.HWInfoPlugin.Update()
kohteessa FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update()
kohteessa System.Collections.Generic.List1.ForEach(Action1 action)
kohteessa FanControl.Domain.ComputerAccessLayer.Update()
kohteessa FanControl.Domain.ApplicationClock.DoActions()
--- Pinon jäljityksen loppu aiemmasta sijainnista, jossa palautettiin poikkeus ---
kohteessa System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
kohteessa System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
kohteessa System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

"HWInfo could not initialize or has no sensors."

@Rem0o
Copy link
Owner

Rem0o commented Sep 4, 2023

Is HWInfo running? Did you export sensors properly?

@ArolaM
Copy link
Author

ArolaM commented Sep 4, 2023

Is HWInfo running? Did you export sensors properly?

I wouldn't be asking this if these steps weren't taken ;)

@Rem0o
Copy link
Owner

Rem0o commented Sep 5, 2023

Do you get the proper registry keys appearing ?

See https://github.com/Rem0o/FanControl.HWInfo/blob/master/HWInfoRegistry.cs

@ArolaM
Copy link
Author

ArolaM commented Sep 5, 2023

Do you get the proper registry keys appearing ?

See https://github.com/Rem0o/FanControl.HWInfo/blob/master/HWInfoRegistry.cs

Yes, location "HKEY_CURRENT_USER\SOFTWARE\HWiNFO64\VSB" has registry keys there.

See attached image for reference.

Näyttökuva 2023-09-05 092022

However, my system language is in Finnish. Could this be a reason?

@ArolaM
Copy link
Author

ArolaM commented Sep 5, 2023

Okay, I discovered that my initial plan of using GPU and CPU usage percentages will not work. When I tried using only GPU and CPU package temps, they came visible.

Any way to play with the usage percentage?

@ArolaM
Copy link
Author

ArolaM commented Sep 5, 2023

Okay, I discovered that my initial plan of using GPU and CPU usage percentages will not work. When I tried using only GPU and CPU package temps, they came visible.

Any way to play with the usage percentage?

Okay, with a little tinkering by changing the "%" sign to "°C" makes it possible.
kuva

@Acelya-9028
Copy link

Nice, thank you very much for the solution :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants