RE: Can't open DLL's without sudo

2006-09-29 Thread Paul Wilkinson
What's the point of giving new people attitude? Of course I read the error
messages.

Are you okay?


-Original Message-
From: Vitaliy Margolen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 28, 2006 5:47 AM
To: Paul Wilkinson
Cc: wine-devel@winehq.org
Subject: Re: Can't open DLL's without sudo

This e-mail belongs in wine-user not here. Please read error messages
yourself first.

Vitaliy


Paul Wilkinson wrote:
> 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:
> 
>  
> 
> [EMAIL PROTECTED] 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 c135
> [EMAIL PROTECTED] LCC]$
> 
>  
> 
> The NtOpenFile that tries to open the DLL (in loader.c) is returning
> c0022 (ACCESS_DENIED). But the permissions for these DLL's are wide
> open.
> 
>  
> 
> Any idea what's going on?
> 
>  
> 
> - Paul
> 
>  
> 
> 
> 
> 
> 






Can't open DLL's without sudo

2006-09-28 Thread Paul Wilkinson








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: 

 

[EMAIL PROTECTED] 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 c135 
[EMAIL PROTECTED] LCC]$

 

The NtOpenFile that tries to open the DLL (in loader.c) is returning
c0022 (ACCESS_DENIED). But the permissions for these DLL’s are wide
open.

 

Any idea what’s going on? 

 

- Paul