Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 3866)

Ticket Resolution Summary Owner Reporter
#3862 No Bug Calling AutoItX.PixelSearch() throws access violation Jon anonymous
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?

#3861 Fixed Typo in RunAs manual article Jpm pferrucci@…
Description

In Remarks section, it says :

It is recommended that you only load the user's profile is you are sure you need it.

"is" should be "if"

#3860 No Bug Declared var not detected KaFu
Description

#include <WinAPIInternals.au3> MsgBox(0,"",$WINVER)

AU3Check 3.3.15.4 returns "$WINVER: possibly used before declaration." for this code, prod doesn't.

Note: See TracQuery for help on using queries.