... I must still have some configuration issue. When I try to run the application now, I get this:
[jmmckee@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@server System]$ pwd /home/home/wine/c/Windows/System [jmmckee@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.
_______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users