Wednesday, December 5, 2012

Wine 1.5 : Can't find MFC42.dll issue


Adding the Wine PPA from: http://www.winehq.org/download/ubuntu solved the problem for me.

Sol:#1
sudo add-apt-repository  ppa:ubuntu-wine/ppa
sudo apt-get update & upgrade
winetricks  mfc42 
(FAILED!!) 

Sol:#2
cp MFC42.dll ~/.wine/drive_c/windows/system32
(OK!!)
 
Reference:
- http://support.casahl.com/kb/raknowledgebase.nsf/743c29533b14ab63882564ae007d738a/07d8d84ab1a2c09d8825686c007ab6d1?OpenDocument 
- http://askubuntu.com/questions/169218/winetricks-cant-install-mfc42 

No comments:

Post a Comment