﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3862	Calling AutoItX.PixelSearch() throws access violation	anonymous	Jon	"Code:
{{{#!cs
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?"	Bug	closed		AutoItX	3.3.14.5	None	No Bug		
