Problem with running mspaint.exe in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Peng Yu

Problem with running mspaint.exe in wine

Post by Peng Yu »

Hi,

http://www.sheeptech.com/download/mspaint.exe

I try to run wine on mspaint.exe. But I get the following error. Would
you please help let me know how to fix the problem? Thanks!

$wine mspaint.exe
err:module:import_dll Library MFC42u.DLL (which is needed by
L"Z:\\Users\\xxx\\Downloads\\mspaint.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\Users\\xxx\\Downloads\\mspaint.exe" failed, status c0000135

--
Regards,
Peng
John Drescher

Problem with running mspaint.exe in wine

Post by John Drescher »

On Fri, May 27, 2011 at 5:32 PM, Peng Yu <[email protected]> wrote:
Hi,

http://www.sheeptech.com/download/mspaint.exe

I try to run wine on mspaint.exe. But I get the following error. Would
you please help let me know how to fix the problem? Thanks!

$wine mspaint.exe
err:module:import_dll Library MFC42u.DLL (which is needed by
L"Z:\\Users\\xxx\\Downloads\\mspaint.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\Users\\xxx\\Downloads\\mspaint.exe" failed, status c0000135
winetricks mfc42

probably also

winetricks mspaint

John

John
Locked