Modify

Opened 4 years ago

Closed 4 years ago

#3862 closed Bug (No Bug)

Calling AutoItX.PixelSearch() throws access violation

Reported by: anonymous Owned by: Jon
Milestone: Component: AutoItX
Version: 3.3.14.5 Severity: None
Keywords: Cc:

Description

Code:

Rectangle r1 = new Rectangle(506, 1387, 560 + 100, 1397 + 100);
Point p = AutoItX.PixelSearch(r1, 0x737D87);
Console.WriteLine(p);
if (!p.IsEmpty)
    AutoItX.MouseMove(p.X, p.Y, 0);

if using x64 it shows the throw on PixelSearch, in x86 instead shows on WriteLine, so that's probably stack corruption?

Attachments (0)

Change History (1)

comment:1 by Jos, 4 years ago

Resolution: No Bug
Status: newclosed

Please ask questions in our forums as this place is for reporting bugs.

Jos

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.