Modify

Opened 16 years ago

Closed 16 years ago

#1390 closed Bug (No Bug)

ControListView causes Microsoft Management Console to crash (32bit/64bit problem).

Reported by: frosgate@… Owned by:
Milestone: Component: Aut2Exe
Version: 3.3.2.0 Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (2)

comment:1 by frosgate@…, 16 years ago

I just noticed that I was using an outdated version of autoit. Updated to 3.3.2.0, and the problem is resolved. The ticket can be closed. Sorry for the inconvenience.

comment:2 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.