It is currently May 4th, 2024, 12:26 am

AdvancedCPU crashes Rainmeter

Get help with installing and using Rainmeter.
User avatar
VoxaAeterna
Posts: 7
Joined: April 2nd, 2013, 1:55 am

AdvancedCPU crashes Rainmeter

Post by VoxaAeterna »

I've been looking into using AdvancedCPU in one of my skins and loaded the sample skin from the manual

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
BackGroundMode=2
SolidColor=0,0,0,255

;Measure maximum CPU time for use in MaxValue in other measures
[MeasureCPUMax]
Measure=Plugin
Plugin=AdvancedCPU

;Measure current CPU usage with MaxValue set
[MeasureCPU]
Measure=Plugin
Plugin=AdvancedCPU
CPUExclude=Idle
MaxValue=[MeasureCPUMax]
DynamicVariables=1

;Measure Name of top process
[MeasureTopName]
Measure=Plugin
Plugin=AdvancedCPU
CPUExclude=Idle
TopProcess=2

;Measure CPU usage of top process with MaxValue set
[MeasureTop%]
Measure=Plugin
Plugin=AdvancedCPU
CPUExclude=Idle
TopProcess=1
MaxValue=[MeasureCPUMax]
DynamicVariables=1

;Show current CPU usage as a percentage
[MeterCPU]
Meter=String
MeasureName=MeasureCPU
Y=2R
FontColor=255,255,255,255
FontSize=12
AntiAlias=1
Percentual=1
NumOfDecimals=2
DynamicVariables=1
Text=CPU Usage: %1

;Show name of top process
[MeterTopName]
Meter=String
MeasureName=MeasureTopName
Y=2R
FontColor=255,255,255,255
FontSize=12
AntiAlias=1

;Show CPU usage of top process as a percentage
[MeterTop%]
Meter=String
MeasureName=MeasureTop%
X=2R
Y=0r
FontColor=255,255,255,255
FontSize=12
AntiAlias=1
Percentual=1
NumOfDecimals=2
Text=(%1)
This skin crashes Rainmeter with the error "An unhandled win32 exception occurred in Rainmeter.exe" (I'm running 64-bit Windows 7). How can I fix this?
Last edited by VoxaAeterna on April 9th, 2013, 5:15 am, edited 1 time in total.
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: AdvancedCPU crashes Rainmeter

Post by Mordasius »

No problems running the skin on my 64-bit Windows 7 using rainmeter version 3.0.0 beta r1879 64-bit (Apr 7 2013)
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: AdvancedCPU crashes Rainmeter

Post by jsmorley »

No problem with it on Windows 8 64bit.