It is currently March 28th, 2024, 11:58 pm

Rainmeter crash with draggable and deactivateconfig bang

Report bugs with the Rainmeter application and suggest features.
Geroyuni
Posts: 3
Joined: August 10th, 2017, 4:28 am

Rainmeter crash with draggable and deactivateconfig bang

Post by Geroyuni »

As in video. Using DeactivateConfig bang on an area that has hover action for Draggable bang, while with the manage rainmeter window showing the said ini file, triggers a crash. Tested on 4.2 beta r3029

Code that can reproduce this, note that it won't crash if the manage rainmeter isn't open with the said ini file selected.

Code: Select all

[Meter]
Meter = Image
SolidColor = ffffff
w = 64
h = 64
MouseOverAction = [!Draggable 1]
MouseLeaveAction = [!Draggable 0]
LeftMouseDownAction = [!DeactivateConfig]
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rainmeter crash with draggable and deactivateconfig bang

Post by jsmorley »

We will take a look at this as soon as we can. Thanks for reporting!