It is currently April 24th, 2024, 8:39 pm

Rainmeter Top Processes

Share and get help with Plugins and Addons
ch_rob
Posts: 22
Joined: March 24th, 2011, 2:45 pm

Re: Rainmeter Top Processes

Post by ch_rob »

DigitalDJ wrote: Dunno whether the author is around anymore, but I updated the plugin to the new SDK...
Yup, still around, but very busy. Glad to see that others are picking up where I cannot. I'll get your update to http://customize.org/rainmeter/skins/82306 today.

Thanks!
-ch_rob
ch_rob
Posts: 22
Joined: March 24th, 2011, 2:45 pm

Re: Rainmeter Top Processes

Post by ch_rob »

I haven't tested or validated the code, but I have updated the download here: http://customize.org/rainmeter/skins/82306

Thanks again.
-ch_rob
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Rainmeter Top Processes

Post by dragonmage »

Running Rainmeter 2.3 beta 32bit, TopProcess.dll x86 crashes Rainmeter.
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

dragonmage wrote:Running Rainmeter 2.3 beta 32bit, TopProcess.dll x86 crashes Rainmeter.
With version 2.0.0.0?
User avatar
spx
Developer
Posts: 686
Joined: August 15th, 2009, 2:41 pm
Location: Osaka, JPN

Re: Rainmeter Top Processes

Post by spx »

Same here. With 2.0.0.0.
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

OK, think I've found the problem. 32-bit systems don't have Perfmon entry "WorkingSetPrivate" when getting memory usage. Not sure if it's 32-bit specific or XP specific. Working up a fix now.
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

OK, fixed. This should work on 32-bit and/or Windows XP:

http://digitaldj.net/rainmeter/TopProcesses_2.1.0.0.zip
User avatar
spx
Developer
Posts: 686
Joined: August 15th, 2009, 2:41 pm
Location: Osaka, JPN

Re: Rainmeter Top Processes

Post by spx »

DigitalDJ wrote:OK, fixed. This should work on 32-bit and/or Windows XP:

http://digitaldj.net/rainmeter/TopProcesses_2.1.0.0.zip
Same result with x86 on Win7 x64 (=WOW64). It seems it goes into an infinite loop.
On the other hand, x64 on Win7 x64 works correctly.
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

Hmmm, okay. I'll give that a shot in a sec. At least Windows XP is fixed :p
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

I'm not exactly sure what's going on. I just compiled the Empty plugin and attempted to use it with the 32-bit version and Rainmeter just freezes up to 100% CPU usage.

Dare I say this is a problem with the new SDK itself? Guess I'll get around to checking out the Rainmeter source and see what's going on.

EDIT: It only freezes up when there's two measures referencing the same plugin, i.e.

[MeasureOne]
Plugin=Plugins\Blah.dll

[MeasureTwo]
Plugin=Plugins\Blash2.dll

EDIT2: Well, I checked out trunk, and it seems to work with trunk, but not 2.3.0 r1172
Last edited by DigitalDJ on February 8th, 2012, 12:40 pm, edited 1 time in total.