[Bug 37557] Multiple games and applications need 'mfc100.dll' ('winetricks -q vcrun2010' is a workaround)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 15 09:29:11 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37557

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |x86-64

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello again,

actually your specific problem is the result of using a 64-bit WINEPREFIX in
first place for 32-bit apps.

The app is .NET 4.0 Framework based and makes use of VC++ 2010 runtime which
the installer bundles on its own.
The installer puts the 32-bit VC++ runtime in the "wrong" system32 (already
covered by other bugs) hence the loader doesn't find them when running the app.

You can try to "repair" the prefix by using 'winetricks -q vcrun2010' which has
a workaround for 64-bit prefixes but do that at your own risk.

If the app truly requires native .NET (Wine-Mono not sufficient) you need to
start over with 32-bit prefix anyway and do 'winetricks -q dotnet40'.

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list