jl168 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Calling OpenHardwareMonitorLib.dll: no CPU temperatures for Intel Core i7-4770k #560

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> What is the expected output? What do you see instead?

I expect CPU Core #1 to #4 temperatures.

In the Sensors list of my OpenHardwareMonitor.Hardware.HardwareType.IntelCPU 
object, I'm getting correct Load values for all corres, but Temperature and 
Clock values are null.

> What version of the product are you using? On what operating system?

I'm calling version 0.6.0 Beta of OpenHardwareMonitorLib.dll on MS Windows 7 / 
x64 . I'm using MS Visual Studio 2008.

> Please provide any additional information below.

The same C# code works fine on another computer which has an Intel Core i3-2100 
and runs Windows 7 / x86

I don't know what can be wrong...

Original issue reported on code.google.com by eric.voi...@gmail.com on 2 Feb 2014 at 9:48

GoogleCodeExporter commented 9 years ago
Try running as admin

Original comment by abhinav....@gmail.com on 21 Feb 2014 at 4:57

GoogleCodeExporter commented 9 years ago
Good idea, thanks!
The account I was using has Administrator privileges but it doesn't seem to be 
enough. Running my program with "Run as Administrator" worked.

Well, I'm now wondering how to make my program work with enough rights on 
Win7/x64 since for some reason it behaves differently from the Win7/x86 
station. I'm not a MS Windows specialist.

Adding to my trouble, I tried the OpenHardwareMonitor.exe application and it 
works in same context on Win7/x64...

Original comment by eric.voi...@gmail.com on 23 Feb 2014 at 4:11

GoogleCodeExporter commented 9 years ago
I'm having the same issue with my cpu and can not even get the temps to show up 
on Win7/x64 even if I run as admin.

Original comment by cyrus...@gmail.com on 8 Jul 2014 at 2:20

GoogleCodeExporter commented 9 years ago
Add a manifest to your application

https://code.google.com/p/open-hardware-monitor/source/browse/trunk/Resources/ap
p.manifest

to request the right privileges.

@cyrus104: You need to make sure your CPU is supported, otherwise you won't get 
any temperatures.

For best support try the latest alpha version:

http://openhardwaremonitor.org/files/openhardwaremonitor-v0.6.0.13-alpha.zip

Original comment by moel.mich on 28 Dec 2014 at 3:58