Can't open DLL's without sudo

Paul Wilkinson paul at cremoni.com
Wed Sep 27 15:42:48 CDT 2006


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 at 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 at 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

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20060927/c77f001b/attachment-0001.htm


More information about the wine-devel mailing list