I'm running wine v 0.9.20 under Fedora Core 5.
I'm trying to get the Syncrosoft License Control Center to run under wine. for some reason it can only load MFC42.DLL and MSVCRT.DLL if I put 'sudo' on the command line:
[paul@localhost LCC]$ wine LCC.exe err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Syncrosoft\LCC\LCC.exe") not found err:module:import_dll Library MSVCRT.dll (which is needed by L"C:\Program Files\Syncrosoft\LCC\LCC.exe") not found err:module:import_dll Library MSVCRT.dll (which is needed by L"C:\windows\system32\MSVCP60.dll") not found err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\Program Files\Syncrosoft\LCC\LCC.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Syncrosoft\LCC\LCC.exe" failed, status c0000135 [paul@localhost LCC]$
The NtOpenFile that tries to open the DLL (in loader.c) is returning c00000022 (ACCESS_DENIED). But the permissions for these DLL's are wide open.
Any idea what's going on?
- Paul