Rem0o / FanControl.HWInfo

FanControl plugin to import HWInfo sensors.
MIT License
186 stars 26 forks source link

Plugin doesn't start #3

Closed declain closed 3 years ago

declain commented 3 years ago

This is copied from log file:

5.4.2021. 12:01:38: System.IO.FileNotFoundException: Unable to find the specified file. at FanControl.HWInfo.HWInfo..ctor() in C:\projects\fancontrol-hwinfo\HwInfo.cs:line 38 at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 18 at FanControl.Domain.ComputerAccessLayer.Initialize(Nullable`1 disableStorage)

Rem0o commented 3 years ago

You don't have shared memory on?

declain commented 3 years ago

I do.

image

Rem0o commented 3 years ago

Can you attach a debugger and see the problem?

declain commented 3 years ago

I don't know how to do that, I'm not a programmer, just a regular user.

Rem0o commented 3 years ago

Is HWInfo running (sensors) before FanControl starts?

declain commented 3 years ago

Thank you! I started HWInfo in sensors only mode and it works now!