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 Valik, 17 years ago

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

comment:2 by DaleHohm, 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 J-Paul Mesnage, 17 years ago

Owner: set to J-Paul Mesnage
Status: newassigned

comment:4 by J-Paul Mesnage, 17 years ago

Owner: changed from J-Paul Mesnage to admin

comment:5 by Valik, 16 years ago

Severity: NoneBlocking

comment:6 by J-Paul Mesnage, 16 years ago

Owner: changed from admin to Valik

comment:7 by Valik, 16 years ago

Severity: BlockingNone

comment:8 by Jon, 15 years ago

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.