Unhandled exception error loop #2727
Unanswered
James96Noble
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
-
Hi,
I am having an issue in which I am thrown into 'An unexpected error has occurred and has been added to the log file' upon opening Fan Control. If I click 'Ok' it will just be a cycle of this error and I am unable to do anything within the program. Log info pasted below:
13/09/2024 13:38:12: Unhandled exception in FanControl v201.0.0.0
13/09/2024 13:38:12: LogUnhandledException - NvAPIWrapper.Native.Exceptions.NVIDIAApiException: NVAPI_API_NOT_INITIALIZED
at NvAPIWrapper.Native.GPUApi.GetCoolerSettings(PhysicalGPUHandle gpuHandle, CoolerTarget coolerTarget)
at NvAPIWrapper.GPU.GPUCoolerInformation.<get_Coolers>d__2.MoveNext()
at System.Linq.Enumerable.ElementAtOrDefault[TSource](IEnumerable`1 source, Int32 index)
at FanControl.Domain.BackendProviders.NVApiWrapper.NVApiControlSensor.Set(Single val)
at FanControl.Domain.Control.Update()
at FanControl.ViewModels.ControlViewModel.UpdateControl()
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)
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions