﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1390	ControListView causes Microsoft Management Console to crash (32bit/64bit problem).	frosgate@…		"script:
{{{
ShellExecute(""services.msc"")
Do
 sleep(250)
Until WinExists(""[TITLE:Services; CLASS:MMCMainFrame]"")
$text=ControlListView(""[TITLE:Services; CLASS:MMCMainFrame]"", """", ""[CLASS:SysListView32]"",""GetText"",2,0)
}}}
output from _DebugBugReportEnv()
{{{
Environment = 3.3.0.0 X64 under  WIN_VISTA X64
}}}

When the script is compiled as 32bit (the default) it causes the Microsoft Management Console to crash.  When compiled as 64bit, there is no issue.

I know the obvious solution is to compile the code as 64bit, and that solution solves my problem, but I thought I'd let you all know that I had run into this.

I'd like to say thank you for the many years of work that have obviously gone into developing autoit: it is an amazing tool that I am grateful for every day.
"	Bug	closed		Aut2Exe	3.3.2.0	None	No Bug		
