Asked By
Mark E Ward
30 points
N/A
Posted on - 05/19/2014
Hello,
In Ultra Surf when I try to load the wine I ended up with an error message. Application is trying to load the wine but somehow it is not done. It says the application is already installed but nothing is happening. The error says some dll file is not there, how do I fix the missing dll file? Do I need to re-install it? I cannot fix it without reinstallation, please help. Thanks.
Themida
Cannot find ‘MFC42.DLL’: Please, re-install this application
Answered By
points
N/A
#189966
How I will fix MFC42.DLL error
It sounds like there is a lack of required DLL file inside the Wine library so your Windows application is facing trouble running under Wine. In order to add the file into your Wine library, you have to use “winetricks”. In order to get “winetricks”, open a terminal and run these commands:
“wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks”
Then download the “MFC42.DLL” and install it inside Wine.
If you’re having trouble doing that, you can install “cabextract” and then try to install the DLL file.
This should have solved your issue.