Wine MFC80.DLL Issue

Posted by Kush on Super User See other posts from Super User or by Kush
Published on 2011-11-03T12:33:03Z Indexed on 2013/11/09 16:00 UTC
Read the original article Hit count: 931

Filed under:
|

I am getting the following error when trying to run winetricks vcrun2005.

"vcrun2005 install completed, but installed file /home/compuz/.wine/dosdevices/c:/windows/winsxs/x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_150c9e8b/mfc80.dll not found"

I then tried the following command:

winetricks dlls list | grep mfc80

This gave the following output:

vcrun2005    Visual C++ 2005 libraries (mfc80,msvcp80,msvcr80) (Microsoft, 2011) [downloadable,cached]

Here mfc80 is colored red.

This is the complete log:

$ winetricks vcrun2005

Executing w_do_call vcrun2005
Executing load_vcrun2005
Executing mkdir -p /home/compuz/.cache/winetricks/vcrun2005
Using native,builtin override for following DLLs: msvcr80
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2005\override-dll.reg
Executing wine vcredist_x86.EXE
fixme:advapi:DecryptFileA "C:\\users\\compuz\\Temp\\IXP000.TMP\\" 00000000
wine: Call from 0x7bc49070 to unimplemented function SHLWAPI.dll.SHRegGetValueW, aborting
err:module:attach_process_dlls "urlmon.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\msiexec.exe" failed, status 80000100
------------------------------------------------------
vcrun2005 install completed, but installed file /home/compuz/.wine/dosdevices/c:/windows/winsxs/x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_150c9e8b/mfc80.dll not found

How can I fix this issue?

© Super User or respective owner

Related posts about ubuntu-10.10

Related posts about winetricks