Modify

Opened 14 years ago

Closed 14 years ago

Last modified 9 years ago

#1686 closed Bug (Fixed)

AU3_PixelSearch crashes with access violation at address 0x00000008

Reported by: ufotds ~ gmail Owned by: Jpm
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 follow-up: Changed 14 years ago by Jpm

  • Milestone set to 3.3.7.0
  • Owner changed from Jon to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5893] in version: 3.3.7.0

comment:2 in reply to: ↑ 1 Changed 9 years ago by anonymous

Replying to Jpm:

Fixed by revision [5893] in version: 3.3.7.0

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.