Installing Zoo Tycoon problem (another one)

Rein Klazes rklazes at xs4all.nl
Thu Mar 18 14:04:17 CST 2004


On Thu, 18 Mar 2004 17:06:56 +0100 (CET), you wrote:

> Hi,
> 
> I have a question. When I look at the logfile (+file,+relay) I see the
> following (numbers are examples):
> 
> Write File 1 (size = x*32768+2768):
> 
> Write * blocks of 32768
> Last block is for example 2768 bytes
> 
> Write File 2 (size = x*32768):
> Write first block of (32768-2768) = 30000 bytes
> Write block of 32768
> Write block of 2768 bytes
> 
> Write File 3 (size = 12000):
> Write block of 12000 bytes
> 
> Write File 4 (size = 17000):
> Write block of 17000 bytes
> 
> Write File 5 (size = 1435):
> Write block of 1435 bytes
> 
> Write File 6 (size = ?:
> Write block of (32768-12000-17000-1435) = 2333 bytes
> Write blocks of 32768
> Write a block at the end

That looks weird. Can you send me the part of the log where this
happens.?

> 
> All writes are done to the same filedescriptor (coincedence ?) returned by
> CreateFileW. I also cannot find a close of the filedescriptor.

They are called handles, if closed they are likely to be reused the next
time a file is opened. Is there also no CloseHandle() ? 

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-users mailing list