-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
System.Exception: HWInfo sensors failed #45
Comments
I'm seeing the same error: 9/07/2023 8:43:25 am: HWInfo sensor failed momentarily during operation: HWInfo/ASUS EC: ASUS /CPU Core Current/A - Missing HWInfo Version 7.60-5170 |
Any update or progress on this issue? |
So I have kind of fixed the problem by disabling the CPU current draw measurement in the HWInfo app itself: Seems the fan control plugin has issues if one of the HWInfo sensors goes missing. |
This is also happening on my machine, I'm monitoring HWInfo sensors of coolant, ram and drives temperatures but they periodically fail and read zeros. Also since the HWInfo itself has no issues with this sensor and always reads the values without dropping to zeros maybe Fancontrol plugin can gracefully handle this error instead of a hard failure and retry the sensor in a few milliseconds? It would also be nice if such a failure could trigger system level notification or even better have a "failover" curve that can be triggered if some sensor readings are zero so that my machine does not silently heats up and I have to manually come in and restart Fancontrol app. Currently it is very unreliable tbh. Here are the logs:
|
Sometime FanControl stops reading sensor info, and here is what is in the log:
2023-06-22 15.21.12: HWInfo sensor failed momentarily during operation: HWInfo/ASUS TUF GAMING Z690-PLUS D4 (Nuvoton NCT6798D)/CPU/RPM - Missing
2023-06-22 15.21.12: Unhandled exception in FanControl v160.0.0.0
2023-06-22 15.21.12: System.Exception: HWInfo sensors failed: HWInfo/ASUS TUF GAMING Z690-PLUS D4 (Nuvoton NCT6798D)/CPU/RPM
at FanControl.HWInfo.HWInfoPlugin.Update() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 93
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update()
at System.Collections.Generic.List
1.ForEach(Action
1 action)at FanControl.Domain.ComputerAccessLayer.Update()
at FanControl.Domain.ApplicationClock.DoActions()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Somethimes the error is slightly different, but the result is the same:
2023-06-19 07.47.09: Unhandled exception in FanControl v160.0.0.0
2023-06-19 07.47.09: System.Exception: HWInfo was closed during operation.
at FanControl.HWInfo.HWInfoPlugin.Update() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 78
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update()
at System.Collections.Generic.List
1.ForEach(Action
1 action)at FanControl.Domain.ComputerAccessLayer.Update()
at FanControl.Domain.ApplicationClock.DoActions()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered: