How to run mspaint with wine64?
Hi, I am trying to run wine64 on MacOS. But I get the following error. Does anybody know how to fix the problem? Thanks. $ wine64 mspaint.exe 001f:err:display:macdrv_ChangeDisplaySettingsEx No matching mode found 1792x1120x32 @59! 0009:err:module:import_dll Library MFC42u.dll (which is needed by L"Z:\\Users\\ user\\\mspaint.exe") not found 0009:err:module:LdrInitializeThunk Importing dlls for L"Z:\\Users\\user\\mspaint.exe" failed, status c0000135 -- Best regards, William
On 1/11/21 7:41 AM, William Chen wrote:
Hi,
I am trying to run wine64 on MacOS. But I get the following error. Does anybody know how to fix the problem? Thanks.
$ wine64 mspaint.exe 001f:err:display:macdrv_ChangeDisplaySettingsEx No matching mode found 1792x1120x32 @59! 0009:err:module:import_dll Library MFC42u.dll (which is needed by L"Z:\\Users\\ user\\\mspaint.exe") not found 0009:err:module:LdrInitializeThunk Importing dlls for L"Z:\\Users\\user\\mspaint.exe" failed, status c0000135
You need mfc42u.dll. You can use 'winetricks mfc42' to install it into your wine prefix. See https://wiki.winehq.org/Winetricks
For newer versions of mspaint also keep in mind https://bugs.winehq.org/ show_bug.cgi?id=43669 and https://bugs.winehq.org/show_bug.cgi?id=43670 Regards, Fabian Maurer
participants (3)
-
Fabian Maurer -
William Chen -
Zhiyi Zhang