[v2.0-a128] AutoHotkey fails silently with exit code 3221225477 Topic is solved

Report problems with documented functionality
User avatar
Ragnar
Posts: 614
Joined: 30 Sep 2013, 15:25

[v2.0-a128] AutoHotkey fails silently with exit code 3221225477

09 Mar 2021, 06:54

When running the following test script, AHK v2 fails silently and reports "AutoHotkey closed for the following exit code: 3221225477" in the debug console:

Code: Select all

#Requires AutoHotkey v2.0-a
#z::
{
    y := 1
    x()
    {
        MsgBox y
    }
}
This does not occur if the "y" variable is not used within the nested function or if the hotkey is changed to a named function hotkey.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 54 guests