Modify

#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 Valik, on Mar 16, 2009 at 7:39:51 AM

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

comment:2 by DaleHohm, on Mar 16, 2009 at 3:21:15 PM

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 Jpm, on May 12, 2009 at 2:10:58 PM

Owner: set to Jpm
Status: newassigned

comment:4 by Jpm, on Aug 5, 2009 at 5:42:02 AM

Owner: changed from Jpm to admin

comment:5 by Valik, on Oct 17, 2009 at 12:49:32 AM

Severity: NoneBlocking

comment:6 by Jpm, on Oct 27, 2009 at 9:40:56 AM

Owner: changed from admin to Valik

comment:7 by Valik, on Nov 17, 2009 at 2:51:47 AM

Severity: BlockingNone

comment:8 by Jon, on Jun 14, 2011 at 9:17:40 AM

Milestone: 3.3.7.10
Owner: changed from Valik to Jon
Resolution: Fixed
Status: assignedclosed

Fixed by revision [6147] in version: 3.3.7.10

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.