"Unable to open file..."

bhalco at my-deja.com bhalco at my-deja.com
Sat Feb 10 08:57:38 CST 2001


Launching with -winver win95 made no difference.

The file is intact.  The program reads it correctly if I boot
Windows 95.

I uninstalled/reinstalled once after freeing up some disk space,
with no affect.

As a long shot, I also copied the directory in question to a
Linux partition and launched from there, in case there was some
wierd vfat problem.  It made no difference.

Bruce


In article <3a8513ec.2547372862 at news.asi.fr>,
  nomailthankyoug.patel at wanadoo.fr wrote:
> On Sat, 10 Feb 2001 04:28:12 GMT, bhalco at my-deja.com wrote:
>
> <snip>
> >Call kernel32.158: CreateFileA(2b94a92c "C:\\Program Files\\
> >  2nd Story Software\\TaxACT 2000\\2000 Tax Return File.ta0",
> >  c0000000,00000003,2b3269ac,00000003,00000080,00000000) ret=004c1cbc
>
> c000000 = R/W access
> 00000003 = File share read/write
> security attributes (2b3269ac) not null ? this should be used
> only with NT. Not supported by Wine.
>     -> Maybe try to launch Wine with -winver win95
> 00000003 = OPEN_EXISTING
> Your app expects to find an already existing file.
> 00000080 =normal file
>
> >trace:string:lstrcpynA (0x2b325fb8, "/mnt/DOS_hda2", 1024)
> >Ret  kernel32.158: CreateFileA() retval=00000074 ret=004c1cbc fs=008f
>
> The call succeeds; else the return would be ffffffff.
>
> >Call kernel32.332: GetFileType(00000074) ret=004ac727 fs=008f
> >Ret  kernel32.332: GetFileType() retval=00000001 ret=004ac727 fs=008f
>
> Returns that's a disk file. Unlikely to be the problem.
> Checking that is unusual; maybe it's trying to find if the file is
> not a remote (network) file for security reasons (?)
>
> >  ReadFile(00000074,2b95eb78,00001000,2b326948,00000000) ret=004b28a0
> >  fs=008f
> >Ret  kernel32.577: ReadFile() retval=00000001 ret=004b28a0
> >fs=008f
>
> It's trying to read...
> Maybe the file has  been corrupted by Wine ? Is it different after
> a fresh install ? Under windows ?
>

>
> Gerard
>
>


Sent via Deja.com
http://www.deja.com/



More information about the wine-users mailing list