Modify ↓
Opened 3 years ago
Closed 3 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 Changed 3 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
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.
Note: See
TracTickets for help on using
tickets.
Please ask questions in our forums as this place is for reporting bugs.
Jos