Page 4 of 4

Re: Plugin for SIV

Posted: February 25th, 2018, 11:48 am
by StArL0rd84
Is this a bug?
Reading from the Heading sensor group crashes Rainmeter.

Code: Select all

[mGPU_Name]
 Measure=Plugin
 Plugin=SIV
 SivKey=GPU-0-NAM
 Sensor=H

Re: Plugin for SIV

Posted: February 25th, 2018, 1:44 pm
by eclectic-tech
StArL0rd84 wrote:Is this a bug?
Reading from the Heading sensor group crashes Rainmeter.

Code: Select all

[mGPU_Name]
 Measure=Plugin
 Plugin=SIV
 SivKey=GPU-0-NAM
 Sensor=H
I didn't experience a crash, but it logged an error "failed to read the value..."

All items should have 'SIV' prefix... SIVSensor

Code: Select all

[mGPU_Name]
 Measure=Plugin
 Plugin=SIV
 SivKey=GPU-0-NAM
 SIVSensor=H
That change removed the error msg, but also showed me a number instead of the GPU name??

Re: Plugin for SIV

Posted: February 25th, 2018, 2:41 pm
by StArL0rd84
eclectic-tech wrote:All items should have 'SIV' prefix... SIVSensor
That change removed the error msg, but also showed me a number instead of the GPU name??
Yup, something weird is going on, OP should look into this.
Got the GPU name from the registry in stead:

Code: Select all

[GPU_NAME]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinSat
RegValue=PrimaryAdapterString 
https://forum.rainmeter.net/viewtopic.php?p=123988#p123988

Re: Plugin for SIV

Posted: October 7th, 2018, 8:33 am
by StArL0rd84
Getting a weird error in the log:
Could not load library user32.dll for some unknown reason.

Re: Plugin for SIV

Posted: September 3rd, 2020, 12:58 pm
by pmilano1
Is the code in a repo somewhere?

I've updates SIV to 5.51 and can't seem to get the plugin working again.

Re: Plugin for SIV

Posted: December 19th, 2021, 11:10 am
by cde2006
Hello, I fixed it one year ago, but forgot to upload it.
The latest source code is in the zip file feel free to change it.
No credit/licenses requested.