cw2k / Adobe-GenP

Adobe CC 2019/2020/2021/2022/2023 GenP Universal Patch 3.0
Apache License 2.0
3.08k stars 221 forks source link

Pressing ESC triggers Autoit Error in Line 12572 #15

Open WhiteBite opened 1 year ago

WhiteBite commented 1 year ago

image

cw2k commented 2 weeks ago

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