safedisc stuff

Andreas Mohr andi at rhlx01.fht-esslingen.de
Fri Jun 3 06:23:48 CDT 2005


Hi,

On Thu, Jun 02, 2005 at 07:45:25PM -0400, Stephen Torri wrote:
> > I synced with CVS and applied your patch. I get a problem compiling
> > dlls/ntdll/file.c:
> 
> The problem was an operator error in failing to copy a file to the right
> location. I do get a real error, honest I do. 
> 
> fixme:ntdll:NtCreateFile failing because of error c000000f
> fixme:file:CreateFileW Unable to create file L"\\\\.\\Secdrv" (status c000000e)
> 
> This happens trying to play SSI Rites of War.
ntstatus.h:
#define STATUS_NO_SUCH_DEVICE            0xC000000E
#define STATUS_NO_SUCH_FILE              0xC000000F

Andreas Mohr



More information about the wine-devel mailing list