FanControl.Releases icon indicating copy to clipboard operation
FanControl.Releases copied to clipboard

Fan configuration error when resume from sleep

Open jackoboy9 opened this issue 4 years ago • 13 comments
trafficstars

Get a load of fan configuration errors when resuming from sleep. Using latest version (87). See attached screenshot. System specs: AMD Ryzen 7 1700 Sapphire RX 580 Nitro+ 8GB ASUS Crosshair VI Hero 2021-07-18 09_28_20-

jackoboy9 avatar Jul 18 '21 08:07 jackoboy9

Any error logs? (Log.txt)

Rem0o avatar Jul 18 '21 15:07 Rem0o

Any error logs? (Log.txt)

Didn't realise there was one :)

log.txt

It probably contains multiple instances of the error. Thanks.

jackoboy9 avatar Jul 18 '21 15:07 jackoboy9

Seems like upon wake from sleep, the driver can't get hold of your drives and times out.

image If you get that setting ticked, does it still happen?

Rem0o avatar Jul 18 '21 15:07 Rem0o

Seems like upon wake from sleep, the driver can't get hold of your drives and times out.

image If you get that setting ticked, does it still happen?

That did seem to work, but now the fan that is dependent on the HDD temperature just runs at a set 50% speed, since it can't find the sensor (as expected). This only started happening after I upgraded to v87, btw. Was a change made to the timeout length? If so, is this value user-editable so the software waits a bit longer like in v86 and earlier? Thanks.

jackoboy9 avatar Jul 18 '21 15:07 jackoboy9

Timeout is 10 seconds as it's always been.

Rem0o avatar Jul 18 '21 16:07 Rem0o

Timeout is 10 seconds as it's always been.

How peculiar. I'll stick to v86 for now. Thanks!

jackoboy9 avatar Jul 18 '21 16:07 jackoboy9

Seems like upon wake from sleep, the driver can't get hold of your drives and times out.

image If you get that setting ticked, does it still happen?

That solved it for me.

kamolot2k avatar Jul 18 '21 18:07 kamolot2k

log.txt Hi Here is mine. Regards

Aphykit2006 avatar Jul 19 '21 06:07 Aphykit2006

Seeing same problem, mine is complaining about a linear curve I setup for the PCH ... running version 88

Here's the log log.txt

I have to go to task manager and end task, unable to close the program from the interface or tray icon. After restarting it works normally again.

Trying the disable storage sensor, will report backl.

gordonthree avatar Jul 27 '21 21:07 gordonthree

No help from disabling storage sensors. Still get an huge error message when resuming from sleep. v89 asks if I want to refresh, I select yes (or no), it finds no fans, no sensors, and the program is generally unresponsive, can't exit have to end task. After restarting the program, it goes back to working normally.

gordonthree avatar Aug 02 '21 00:08 gordonthree

On v90, was also getting error messages that popped up every 30 seconds or so. Log below:

12/08/2021 13:45:30: Unhandled exception in FanControl v1.0.0.0
12/08/2021 13:45:30: System.IO.IOException: GetFeature failed. ---> System.ComponentModel.Win32Exception: The operation completed successfully
   --- End of inner exception stack trace ---
   at HidSharp.Platform.Windows.WinHidStream.GetFeature(Byte[] buffer, Int32 offset, Int32 count)
   at LibreHardwareMonitor.Hardware.Controller.AquaComputer.MPS.Update()
   at FanControl.Domain.UpdateVisitor.VisitHardware(IHardware hardware)
   at LibreHardwareMonitor.Hardware.Computer.Traverse(IVisitor visitor)
   at FanControl.Domain.BackendProviders.LHM.LHMBackendProvider.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)
12/08/2021 13:45:30: System.ComponentModel.Win32Exception (0x80004005): The operation completed successfully

Edit: still getting the errors after all

Mushin avatar Aug 12 '21 13:08 Mushin

This issue just started for me a few days ago after perfectly working fine. Gigabyte X570 AORUS

mkossigit avatar Nov 26 '21 05:11 mkossigit

@Mushin Disable the controller section of the sensors from the settings.

Rem0o avatar Nov 26 '21 23:11 Rem0o

Added a multi-retry mechanism since, until all sensors are back.

Rem0o avatar Oct 22 '22 18:10 Rem0o