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 All writes are done to the same filedescriptor (coincedence ?) returned by CreateFileW. I also cannot find a close of the filedescriptor. Is the above normal behaviour ? Cheers, Paul. _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users