Skip to content
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

Memory Junction Temperature Sensor stops reporting to FanControl #55

Open
DKogut17 opened this issue Mar 12, 2024 · 1 comment
Open

Comments

@DKogut17
Copy link

Using a 3090 and getting this error in the FanControl logs after a fresh install of this plugin. It works for about 3 minutes and then this:

3/12/2024 12:09:00 PM: System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information. 3/12/2024 12:11:14 PM: HWInfo sensor failed momentarily during operation: HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Temperature/°C - Missing HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Memory Junction Temperature/°C - Missing 3/12/2024 12:11:14 PM: Unhandled exception in FanControl v181.0.0.0 3/12/2024 12:11:14 PM: System.Exception: HWInfo sensors failed: HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Temperature/°C, HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Memory Junction Temperature/°C at FanControl.HWInfo.HWInfoPlugin.Update() at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update() at System.Collections.Generic.List1.ForEach(Action1 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) 3/12/2024 12:12:02 PM: HWInfo sensor failed momentarily during operation: HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Temperature (HW)/°C - Missing 3/12/2024 12:12:18 PM: HWInfo sensor failed momentarily during operation: HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Temperature (HW)/°C - Missing 3/12/2024 12:12:18 PM: Unhandled exception in FanControl v181.0.0.0 3/12/2024 12:12:18 PM: System.Exception: HWInfo sensors failed: HWInfo/GPU [#0]: NVIDIA GeForce RTX 3090: /GPU Temperature (HW)/°C at FanControl.HWInfo.HWInfoPlugin.Update() at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Update() at System.Collections.Generic.List1.ForEach(Action1 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)

@DKogut17
Copy link
Author

DKogut17 commented Mar 12, 2024

I want to leave this up but the issue has not occurred since I've ended the Rainmeter process. It could be that there was a conflict with that because I had it graph the temperature on my desktop as well.

Edit: Disregard, the issue happened again right after this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant