[Wine]Error with wine-20041019

Duane Clark dclark at akamail.com
Sun Nov 21 11:43:24 CST 2004


John McKee wrote:
> 
> ...
> I must still have some configuration issue.  When I try to run the application
> now, I get this:
> 
> [jmmckee at server CS3]$ wine CS3
> err:module:import_dll Library MFC42.DLL (which is needed by
> L"C:\\CServe\\CS3\\CS3COR.DLL") not found
> err:module:import_dll Library MSVCIRT.dll (which is needed by
> L"C:\\CServe\\CS3\\CS3COR.DLL") not found
> err:module:import_dll Library CS3COR.DLL (which is needed by
> L"C:\\CServe\\CS3\\CS3.exe") not found
> err:module:import_dll Library MFC42.DLL (which is needed by
> L"C:\\CServe\\CS3\\CS3.exe") not found
> err:module:import_dll Library MSVCIRT.dll (which is needed by
> L"C:\\CServe\\CS3\\CS3.exe") not found
> err:module:LdrInitializeThunk Main exe initialization for
> L"C:\\CServe\\CS3\\CS3.exe" failed, status c0000135
> 
> 
> But, here is directory showing info on MFC42:
> 
> [jmmckee at server System]$ pwd
> /home/home/wine/c/Windows/System
> [jmmckee at server System]$ ls -l |grep [Mm][Ff][Cc]
> -rw-r--r--    1 jmmckee  users      940304 Nov 20 21:11 mfc42.dll
> -rw-r--r--    1 jmmckee  users      995383 Sep 26  1998 MFC42.DLL
> 

It is hard to say what is wrong; that should work, assuming 
/home/home/wine/c really is your Wine C: drive. You might want to post 
the output of
   ls -al ~/.wine/dosdevices
, and
   grep winsysdir ~/.wine/*.reg

Finally, try running
   WINEDEBUG=module,loaddll wine CS3 >& wine.log

Then open wine.log in a text editor, and search for MFC42. There should 
be some lines describing the search for it. Post a group of lines around 
that section.




More information about the wine-users mailing list