Created
August 9, 2024 08:41
-
-
Save ovflowd/686c818be7b2d461391adca04700aba1 to your computer and use it in GitHub Desktop.
FanControl Sleepm Errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09/08/2024 10:36:43: SystemEvents_PowerModeChanged - System.Exception: Failed to refresh after resuming from sleep | |
---> System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
--- End of inner exception stack trace --- | |
09/08/2024 10:36:43: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:43: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.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 FanControl.Domain.ComputerAccessLayer.Update() | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:43: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:43: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.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 FanControl.Domain.ComputerAccessLayer.Update() | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:43: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:43: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:44: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:44: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:45: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:45: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:46: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:46: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:47: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:36:47: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:36:48: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:48: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:53: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:53: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:58: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:36:58: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:37:00: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:00: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:02: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:02: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:03: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:37:03: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:37:04: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:04: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:06: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:06: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:08: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:08: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:08: Close - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:37:08: TryRefresh - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Clear() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 568 | |
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() | |
at System.Windows.Threading.DispatcherOperation.InvokeImpl() | |
--- End of stack trace from previous location --- | |
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) | |
at System.Windows.Threading.Dispatcher.Invoke(Action callback) | |
at FanControl.ViewModels.MainWindowViewModel.ComputerAccessLayer_Closing() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 582 | |
at FanControl.Domain.ComputerAccessLayer.Close() | |
09/08/2024 10:37:08: Initialization failed. | |
09/08/2024 10:37:10: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:10: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:12: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:12: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:14: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:14: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:16: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:16: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:18: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:18: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:20: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:20: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:22: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:22: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:24: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:24: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:26: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:26: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:28: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:28: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:30: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:30: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:32: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:32: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:34: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:34: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:36: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:36: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:38: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:38: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:40: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:40: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:42: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:42: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:44: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:44: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:46: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:46: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:37:48: Unhandled exception in FanControl v198.0.0.0 | |
09/08/2024 10:37:48: LogUnhandledException - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.FanSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.Control.Update() | |
at FanControl.ViewModels.ControlViewModel.UpdateControl() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 266 | |
at FanControl.Domain.ApplicationClock.DoActions() | |
--- End of stack trace from previous location --- | |
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) | |
09/08/2024 10:39:09: Dispose - System.IO.IOException: Operation failed early: The device is not connected. | |
---> System.ComponentModel.Win32Exception (1167): 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.Write(Byte[] buffer, Int32 offset, Int32 count) | |
at LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3.PumpSoftwareControlValueChanged(Control control) | |
at LibreHardwareMonitor.Hardware.Control.set_SoftwareValue(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.ForceValueChange(Single value) | |
at FanControl.Domain.BackendProviders.LHM.LHMControlSensor.Reset() | |
at FanControl.ViewModels.ControlViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\ControlViewModel.cs:line 227 | |
at FanControl.ViewModels.MainWindowViewModel.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\ViewModels\MainWindowViewModel.cs:line 232 | |
at Autofac.Core.Disposer.Dispose(Boolean disposing) | |
at Autofac.Util.Disposable.Dispose() | |
at Autofac.Core.Lifetime.LifetimeScope.Dispose(Boolean disposing) | |
at Autofac.Util.Disposable.Dispose() | |
at Autofac.Core.Container.Dispose(Boolean disposing) | |
at Autofac.Util.Disposable.Dispose() | |
at FanControl.Bootstrap.Dispose() in C:\Users\remme\Documents\Github\FanControl\FanControl.App\Bootstrap.cs:line 198 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment