You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't get this version to work even though I have .net 7 installed (x86/x64). I never get any motherboard sensors, just gpu. LibHardwareMonitor seemingly can't get initialized. OS is Windows 11 / recent install
Log says:
18.01.2023 14:29:09: System.MissingMethodException: Method not found: 'System.Security.AccessControl.FileSecurity System.IO.FileInfo.GetAccessControl()'.
at LibreHardwareMonitor.Hardware.KernelDriver.Install(String path, String& errorMessage)
at LibreHardwareMonitor.Hardware.Ring0.Open() in C:\Users\Remi\source\repos\FanControl\LibreHardwareMonitor\LibreHardwareMonitorLib\Hardware\Ring0.cs:line 51
at LibreHardwareMonitor.Hardware.Computer.Open() in C:\Users\Remi\source\repos\FanControl\LibreHardwareMonitor\LibreHardwareMonitorLib\Hardware\Computer.cs:line 489
at FanControl.Domain.BackendProviders.LHM.LHMBackendProvider.Open()
Here are installed runtimes (output from winget):
PS C:\Users\*> winget list --name .net
Name Id Version Source
--------------------------------------------------------------------------------------------
Microsoft .NET Runtime - 7.0.2 (x64) Microsoft.DotNet.Runtime.7 7.0.2 winget
Microsoft .NET Runtime - 6.0.13 (x86) Microsoft.DotNet.Runtime.6 6.0.13 winget
Microsoft .NET Runtime - 6.0.13 (x64) Microsoft.DotNet.Runtime.6 6.0.13 winget
Microsoft .NET Runtime - 7.0.2 (x86) Microsoft.DotNet.Runtime.7 7.0.2 winget
PS C:\Users\*> winget list --name desktop runtime
Name Id Version Source
--------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 7.0.2 (x64) Microsoft.DotNet.DesktopRuntime.7 7.0.2 winget
Microsoft Windows Desktop Runtime - 6.0.13 (x64) Microsoft.DotNet.DesktopRuntime.6 6.0.13 winget
Microsoft Windows Desktop Runtime - 7.0.2 (x86) Microsoft.DotNet.DesktopRuntime.7 7.0.2 winget
Microsoft Windows Desktop Runtime - 6.0.13 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.13 winget
Version 4.8 works normally.
(Opening discussion instead of issue because it looks like user config problem not a bug)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't get this version to work even though I have .net 7 installed (x86/x64). I never get any motherboard sensors, just gpu. LibHardwareMonitor seemingly can't get initialized. OS is Windows 11 / recent install
Log says:
Here are installed runtimes (output from winget):
Version 4.8 works normally.
(Opening discussion instead of issue because it looks like user config problem not a bug)
Beta Was this translation helpful? Give feedback.
All reactions