Odd behavior with a USB Switch. #2645
Unanswered
Chewymentos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heyo!
First off I want to say I love the program, works wonderfully for keeping my system fan noise under control.
That said, I have a weird use case, I have a UGreen USB 3.0 KM switch setup between two systems, and when I switch back and forth between the two systems, Fan control seems to have an issue with my Aqua Computer D5Next Pump and it causes an error and starts filling up the logs. I have to kill FanControl and relaunch it to get it back working. I probably have to do this 2-3 times a day and sometimes I forget and start gaming and watch temps start going up, not really a big thing, just odd.
Is anyone else having this issue or something similar? I'm not sure if it's just the D5Next Pump or the UGreen USB Switch or just the nature of have the USB reconnect to the system.
Here is a snip from the log file if anyone is curious. I currently have 7 logs files fill up with this same message repeated. that is all that is in the log file.
Log Snip:
7/31/2024 9:44:47 AM: Logs have grown to 6 files. Consider checking them out and deleting them.
8/1/2024 2:59:43 PM: Unhandled exception in FanControl v198.0.0.0
8/1/2024 2:59:43 PM: LogUnhandledException - System.IO.IOException: Operation failed after some time. ---> System.ComponentModel.Win32Exception: The device is not connected
--- End of inner exception stack trace ---
at HidSharp.Platform.Windows.NativeMethods.OverlappedOperation(IntPtr ioHandle, IntPtr eventHandle, Int32 eventTimeout, IntPtr closeEventHandle, Boolean overlapResult, NativeOverlapped* overlapped, UInt32& bytesTransferred)
at HidSharp.Platform.Windows.WinHidStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at LibreHardwareMonitor.Hardware.Controller.AquaComputer.D5Next.Update()
at FanControl.Domain.BackendProviders.LHM.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)
8/1/2024 2:59:43 PM: Unhandled exception in FanControl v198.0.0.0
Beta Was this translation helpful? Give feedback.
All reactions