Adobe-GenP icon indicating copy to clipboard operation
Adobe-GenP copied to clipboard

Pressing ESC triggers Autoit Error in Line 12572

Open WhiteBite opened this issue 2 years ago • 1 comments

image

WhiteBite avatar Jul 17 '23 02:07 WhiteBite

This bug that is triggered when you hit the ESC-Key.

A Syntax check on the decompiled Source brings up this:

"Adobe-GenP-3.0.au3"(12572,47) : error: $WIN_STATE_EXISTS: undeclared global variable.
	If (WinGetState($MYHGUI) = $WIN_STATE_EXISTS +
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"Adobe-GenP-3.0.au3"(12572,68) : error: $WIN_STATE_VISIBLE: undeclared global variable.
	If (WinGetState($MYHGUI) = $WIN_STATE_EXISTS + $WIN_STATE_VISIBLE +
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"Adobe-GenP-3.0.au3"(12572,88) : error: $WIN_STATE

So it's inside the ShowEscMessage() function: https://github.com/cw2k/Adobe-GenP/blob/f5473d128002cf7f51874d10ad41e5e7bda4146f/Resources/Adobe-GenP-3.0.au3#L644

cw2k avatar Jul 02 '24 22:07 cw2k