http://bugs.winehq.org/show_bug.cgi?id=22524
Summary: MFC42.DLL : Implement SPI_GETSHOWIMEUI Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: xvachon@gmail.com
When attempting to install Dungeon Siege 2, the setup says that it cannot find "pidgen.dll", despite it being present in the install directory.
The console displays:
fixme:system:SystemParametersInfoW Unimplemented action: 110 (SPI_GETSHOWIMEUI) err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\media\DS2-~RIV\ds2\org\pidgen.dll") not found Sharing violation
http://bugs.winehq.org/show_bug.cgi?id=22524
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Summary|MFC42.DLL : Implement |Dungeon Siege 2 requires |SPI_GETSHOWIMEUI |mfc42.dll
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-04-28 23:13:50 --- This is an invalid bug, as the installer is relying on a redistributable DLL, mfc42.dll. Use the winetricks script (http://wiki.winehq.org/winetricks) to install the vcrun6sp6 redist, and in the future please specify the Wine version you are using.
http://bugs.winehq.org/show_bug.cgi?id=22524
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-04-28 23:14:07 --- Closing the bug.
http://bugs.winehq.org/show_bug.cgi?id=22524
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2010-04-29 08:23:29 --- It's not a complete WONTFIX, but we won't be fixing it any time soon. The EULA for this DLL, http://kegel.com/wine/isv/visual-studio-6-EULA.html, is pretty liberal, all it prohibits is downloading it from dll-files or the like as a separate file. If you get it straight from Microsoft using winetricks, or you get it by installing another app that also installs it, you're fine.
(Other libraries from Microsoft have more restrictive licenses, so we have more motivation to implement our own versions of those.)