It is currently March 28th, 2024, 4:21 pm

Top process?

Release announcements and important news from the developers.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Top process?

Post by Bgdrls »

With this beta (r2211) update, top process stop working?

Here's part of the skin code:

Code: Select all

[Variables]
CPUExclude="Idle;dwm;system;wmpnetwk;csrss;svchost;lsass"

[MeasureTopProcessName]
Measure=Plugin
Plugin=AdvancedCPU
TopProcess=2
CPUExclude=#CPUExclude#

[MeasureTopProcessNameCPU]
Measure=Plugin
Plugin=AdvancedCPU
TopProcess=1
CPUExclude=#CPUExclude#

[CPUprocess]
Meter=STRING
MeasureName=MeasureTopProcessName
MeasureName2=MeasureTopProcessNameCPU
MeterStyle=Style2
X=158
Y=22
Text="Top process: %1 (%2%)"
Percentual=1
Any idea why?

Regards
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Top process?

Post by jsmorley »

Works fine for me on r2211 with your exact code. Check About / Log and About / Skin to see if there are any errors in the log, and what the values of your measures are being set to.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Top process?

Post by Bgdrls »

jsmorley wrote:Works fine for me on r2211 with your exact code. Check About / Log and About / Skin to see if there are any errors in the log, and what the values of your measures are being set to.
I already check, no single error.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Top process?

Post by jsmorley »

Bgdrls wrote: I already check, no single error.
Are the measures in About / Skins being set to any value?
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Top process?

Post by jsmorley »

2013-12-23_094905.jpg
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Top process?

Post by Bgdrls »

jsmorley wrote: Are the measures in About / Skins being set to any value?
I don't see any value:

Image
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Top process?

Post by jsmorley »

Bgdrls wrote: I don't see any value:

Image
Yeah, that's not good. You might try completely exiting Rainmeter and restarting it.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Top process?

Post by Bgdrls »

jsmorley wrote: Yeah, that's not good. You might try completely exiting Rainmeter and restarting it.
I didi already, and also reboot pc. Still not working?

EDIT: When I roll back to 3.1-r2187-beta, skin working like a charm.
Last edited by Bgdrls on December 23rd, 2013, 3:04 pm, edited 1 time in total.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Top process?

Post by jsmorley »

I suspect (strongly) that your Windows Perfmon "Performance Counter Library" has gotten corrupted in Windows. This is not an uncommon issue that Windows has occasionally.

You can fix it by:

1) Start a CMD.exe console window in administrator mode. (If you are not sure how to do this, let me know)
2) Type in lodctr /r and hit enter.

That should fix it.
Bgdrls
Posts: 66
Joined: April 29th, 2011, 1:03 am

Re: Top process?

Post by Bgdrls »

jsmorley wrote:I suspect (strongly) that your Windows Perfmon "Performance Counter Library" has gotten corrupted in Windows. This is not an uncommon issue that Windows has occasionally.

You can fix it by:

1) Start a CMD.exe console window in administrator mode. (If you are not sure how to do this, let me know)
2) Type in lodctr /r and hit enter.

That should fix it.
I do like you say & restart RM, still not working.

Image

P. S. When I roll back to 3.1-r2187-beta, skin working like a charm.
Post Reply