>During the install process it tries to copy a large file (130 MB) from the >CD to the installation directory. This always fails after writing 21430272 >bytes of data. Is this some magic number ? > >Is there a way to (better) debug copying of files?. --debugmsg +file gives: > >trace:file:SetFileAttributesW (L"C:\\Program Files\\Microsoft Games\\Zoo >Tycoon\\animals.ztd",20) >trace:file:CreateFileW L"C:\\Program Files\\Microsoft Games\\Zoo >Tycoon\\animals.ztd" GENERIC_WRITE FILE_SHARE_READ CREATE_ALWAYS >attributes 0x80 >trace:file:CreateFileW returning 0xcc >trace:file:ReadFile 0xb0 0x40f22610 65536 0x4194ad00 (nil) >trace:file:WriteFile 0xcc 0x40f22610 65536 0x4194ad00 (nil)
If you installed wine from source you can change wine itself to output some more debug information. Just enter printf("whatever %d\n", var); wherever you want to inspect some variables or see where wine went through.
bye Fab
Before you get into some serious work. Take a small diversion and check your ulimit. It just might save a lot of time.
Geoff
_______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users
_______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users