Modify ↓
Opened 16 years ago
Closed 13 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 Changed 16 years ago by Valik
comment:2 Changed 16 years ago by DaleHohm
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 Changed 16 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:4 Changed 15 years ago by Jpm
- Owner changed from Jpm to admin
comment:5 Changed 15 years ago by Valik
- Severity changed from None to Blocking
comment:6 Changed 15 years ago by Jpm
- Owner changed from admin to Valik
comment:7 Changed 15 years ago by Valik
- Severity changed from Blocking to None
comment:8 Changed 13 years ago by Jon
- Milestone set to 3.3.7.10
- Owner changed from Valik to Jon
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [6147] in version: 3.3.7.10
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Surprisingly this is actually crashing in AutoIt and not in the DLL. Hmm.