Modify

Opened 16 years ago

Closed 16 years ago

Last modified 11 years ago

#1686 closed Bug (Fixed)

AU3_PixelSearch crashes with access violation at address 0x00000008

Reported by: ufotds ~ gmail Owned by: J-Paul Mesnage
Milestone: 3.3.7.0 Component: AutoItX
Version: 3.3.6.1 Severity: None
Keywords: Cc:

Description

Both the latest stable and beta versions (seems to be 3.3.5.6 older than stable) crash on this bit of C++ code (VC++ 2010):

#include <windows.h>
#include <AutoIt3.h>

int main()
{
  POINT pPointResult;
  AU3_PixelSearch( 0, 0, 500, 500, 0xFFFF00, 0, 1, &pPointResult );
  return 0;
}

Other people have this issue, see:
http://www.autoitscript.com/forum/index.php?showtopic=98188

Attachments (0)

Change History (2)

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

Milestone: 3.3.7.0
Owner: changed from Jon to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5893] in version: 3.3.7.0

in reply to:  1 comment:2 by anonymous, 11 years ago

Replying to Jpm:

Fixed by revision [5893] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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