Modify ↓
Opened 17 years ago
Closed 15 years ago
#865 closed Bug (Fixed)
winhttp.winhttprequest.5.1 ObjEvent unhandled exception.
| Reported by: | foster74 | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.7.10 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
$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
Attachments (0)
Change History (8)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Also tested on Windows XP with AutoIt 3.2.12.0 with the same result.
Dale
p.s. Reported in this post: http://www.autoitscript.com/forum/index.php?showtopic=91334&hl=
comment:3 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 17 years ago
| Owner: | changed from to |
|---|
comment:5 by , 16 years ago
| Severity: | None → Blocking |
|---|
comment:6 by , 16 years ago
| Owner: | changed from to |
|---|
comment:7 by , 16 years ago
| Severity: | Blocking → None |
|---|
comment:8 by , 15 years ago
| Milestone: | → 3.3.7.10 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [6147] in version: 3.3.7.10
Note:
See TracTickets
for help on using tickets.

Surprisingly this is actually crashing in AutoIt and not in the DLL. Hmm.