winhttp.winhttprequest.5.1 ObjEvent unhandled exception.
$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$EventObject = ObjEvent($oHTTP, "Event_")
$oHTTP.open("GET", "http://google.com", True)
$oHTTP.send()
+>22:41:14 Starting AutoIt3Wrapper v.1.10.1.14 Environment(Language:0409 Keyboard:00000409 OS:WIN_VISTA/Service Pack 1 CPU:X86 ANSI)
>Running AU3Check (1.54.14.0) from:C:\Program Files\AutoIt3
+>22:41:14 AU3Check ended.rc:0
>Running:(3.3.0.0):C:\Program Files\AutoIt3\autoit3.exe "C:\Users\blah\tmp.au3"
!>22:41:17 AutoIT3.exe ended.rc:-1073741819
+>22:41:18 AutoIt3Wrapper Finished
>Exit code: -1073741819 Time: 4.800
Change History
(8)
| Owner: |
set to Jpm
|
| Status: |
new → assigned
|
| Owner: |
changed from Jpm to admin
|
| Severity: |
None → Blocking
|
| Owner: |
changed from admin to Valik
|
| Severity: |
Blocking → None
|
| Milestone: |
→ 3.3.7.10
|
| Owner: |
changed from Valik to Jon
|
| Resolution: |
→ Fixed
|
| Status: |
assigned → closed
|
Surprisingly this is actually crashing in AutoIt and not in the DLL. Hmm.