http://bugs.winehq.org/show_bug.cgi?id=7467
Summary: AutoIT 3 Scripts do not run due to error. Product: Wine Version: 0.9.30. Platform: Other URL: http://www.autoitscript.com OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: philip.kent@ntlworld.com
I was writing a script to demonstrate the bold font problem in wine, using AutoIT 3, but when I tried to run the resulting script, I got a very short error in the console:
fixme:process:IsWow64Process (0xffffffff 0x33fdc8) stub! fixme:process:IsWow64Process (0xffffffff 0x33fc8c) stub! fixme:system:SystemParametersInfoW Unimplemented action: 8192 (SPI_GETFOREGROUNDLOCKTIMEOUT) fixme:system:SystemParametersInfoW Unimplemented action: 8193 (SPI_SETFOREGROUNDLOCKTIMEOUT) fixme:system:SystemParametersInfoW Unimplemented action: 8193 (SPI_SETFOREGROUNDLOCKTIMEOUT) err:ole:CoUninitialize Mismatched CoUninitialize
(was too short to make an attachment in my opinion). I can attach the program/source though.