Modify ↓
#4072 closed Bug (Fixed)
_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.19.0 | Component: | Standard UDFs |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description (last modified by )
Using _WinAPI_CallWindowProc.au3
I get:
results for autoit3_x64.exe :
>"Z:\AutoItPortable\App\SciTE\..\AutoIt3.exe" "Z:\AutoItPortable\App\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /UserParams +>13:21:26 Starting AutoIt3Wrapper (pid=12616) 25.205.1420.14 from:SciTE.exe (5.5.8.0) Keyboard:00000415 OS:WIN_11/2009 CPU:X64 OS:X64 Environment(Language:0809) CodePage:0 utf8.auto.check:4 +> SciTEDir => Z:\AutoItPortable\App\SciTE UserDir => Z:\AutoItPortable\App\SciTE\AutoIt3Wrapper >Running AU3Check (3.3.18.0) params:-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 from:Z:\AutoItPortable\App input:Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3 +>13:21:26 AU3Check ended. rc:0 >Running:(3.3.18.0):Z:\AutoItPortable\App\autoit3_x64.exe "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" !!>Failed Setting Hotkey(s): --> SetHotKey () Restart failed. --> Press Ctrl+F11 to Stop. > !>13:21:27 AutoIt3 ended. rc:-1073741819 +>13:21:27 AutoIt3Wrapper Finished. >Exit code: 3221225477 Time: 2.1298
or
>"Z:\AutoItPortable\App\SciTE\..\autoit3_x64.exe" "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /ErrorStdOut /UserParams >Exit code: 3221225477 Time: 1.2563
and
results for AutoIt3.exe:
>"Z:\AutoItPortable\App\SciTE\..\AutoIt3.exe" "Z:\AutoItPortable\App\Examples\Helpfile\_WinAPI_CallWindowProc.au3" /ErrorStdOut /UserParams >Exit code: 0 Time: 25.7594
Attachments (0)
Change History (6)
comment:1 by , on Feb 19, 2026 at 12:24:43 PM
| Description: | modified (diff) |
|---|
comment:2 by , on Feb 19, 2026 at 12:25:09 PM
| Component: | AutoIt → Standard UDFs |
|---|
comment:3 by , on Feb 19, 2026 at 12:25:28 PM
| Version: | 3.3.14.0 → 3.3.18.0 |
|---|
comment:4 by , on Feb 19, 2026 at 12:26:26 PM
| Description: | modified (diff) |
|---|
comment:5 by , on Feb 21, 2026 at 12:51:24 AM
Version 0, edited on Feb 21, 2026 at 12:51:24 AM by (next)
comment:6 by , on Feb 21, 2026 at 8:43:54 AM
| Milestone: | → 3.3.19.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [13293] in version: 3.3.19.0
Note:
See TracTickets
for help on using tickets.

Sorry for the short form - I was very busy when I reported it.
I noticed a problem with the example quoted above.
When I try to run it in 64-bit AutoIt, it crashes with the result: - rc:-1073741819
Could someone check this?