Rem0o/FanControl.HWInfo

Plugin doesn't start

declain opened this issue · 6 comments

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

You don't have shared memory on?

I do.

image

Rem0o commented

Can you attach a debugger and see the problem?

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

Rem0o commented

Is HWInfo running (sensors) before FanControl starts?

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