Page 1 of 1

Rainmeter crash with draggable and deactivateconfig bang

Posted: March 11th, 2018, 12:32 am
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]

Re: Rainmeter crash with draggable and deactivateconfig bang

Posted: March 11th, 2018, 1:36 am
by jsmorley
We will take a look at this as soon as we can. Thanks for reporting!