It is currently May 2nd, 2024, 5:39 am

Rainmeter Top Processes

Share and get help with Plugins and Addons
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Rainmeter Top Processes

Post by Seahorse »

Win7 64, Rainmeter crashes on startup using 2.1.0.0
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

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

Re: Rainmeter Top Processes

Post by jsmorley »

Seahorse wrote:Win7 64, Rainmeter crashes on startup using 2.1.0.0
You absolutely can't use a plugin written with the new 2.3 Plugin API under 2.0 2.1 or 2.2 of Rainmeter or any other version earlier than the 2.3 beta. It will crash every time.

We only strive for backwards compatibility, not forwards compatibility... ;-)
User avatar
spx
Developer
Posts: 686
Joined: August 15th, 2009, 2:41 pm
Location: Osaka, JPN

Re: Rainmeter Top Processes

Post by spx »

jsmorley wrote: You absolutely can't use a plugin written with the new 2.3 Plugin API under 2.0 2.1 or 2.2 of Rainmeter or any other version earlier than the 2.3 beta. It will crash every time.

We only strive for backwards compatibility, not forwards compatibility... ;-)
I think it's TopProcesses's version. :)
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rainmeter Top Processes

Post by jsmorley »

spx wrote: I think it's TopProcesses's version. :)
Ah... I misunderstood. Carry on... ;-)
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

Seahorse wrote:Win7 64, Rainmeter crashes on startup using 2.1.0.0
What version of Rainmeter? As above, needs to be 2.3 beta.

As for the infinite loop crash, can a developer confirm that it also happens on the empty plugin? Or am I just crazy...
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: As for the infinite loop crash, can a developer confirm that it also happens on the empty plugin? Or am I just crazy...
In my system, Empty plugin seems to work properly.
DigitalDJ
Posts: 35
Joined: December 30th, 2011, 3:30 pm

Re: Rainmeter Top Processes

Post by DigitalDJ »

spx wrote: In my system, Empty plugin seems to work properly.
Even with two measures using the Empty plugin?

Edit; Empty plugin in C# I should add...
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Rainmeter Top Processes

Post by Seahorse »

DigitalDJ wrote: What version of Rainmeter? As above, needs to be 2.3 beta.

As for the infinite loop crash, can a developer confirm that it also happens on the empty plugin? Or am I just crazy...
2.3 r1172.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

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: Even with two measures using the Empty plugin?

Edit; Empty plugin in C# I should add...
I used:

Code: Select all

[Measure1]
Measure=Plugin
Plugin=Empty.dll

[Measure2]
Measure=Plugin
Plugin=Empty.dll

[Meter]
Meter=Image
W=100
H=100
SolidColor=255
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rainmeter Top Processes

Post by jsmorley »

Win7 64bit - Rainmeter 2.3.1172 / 64bit - SDK from http://rainmeter.net/sdk/sdk-2012-02-05.zip

Works fine with:

Code: Select all

[Rainmeter]
Update=1000

[MeasureE1]
Measure=Plugin
Plugin=Empty.dll

[MeasureE2]
Measure=Plugin
Plugin=Empty.dll

[MeterOne]
Meter=String
Did a build of Rainmeter with r1177 and it still works ok for me.