http://bugs.winehq.org/show_bug.cgi?id=6675
------- Additional Comments From damjan.jov@gmail.com 2006-14-11 07:46 ------- Try adding the following:
else if (IsBadReadPtr(srcPtr, physDevSrc->bitmap->base, bytesToCopy)) dump_bmp_info(&srcDib, &dstDib, xSrc, ySrc, xDst, yDst, width, height); else if (IsBadWritePtr(dstPtr, physDevDst->bitmap->base, bytesToCopy)) dump_bmp_info(&srcDib, &dstDib, xSrc, ySrc, xDst, yDst, width, height);
in the if-ladder leading up to: else memcpy(.....);
in the function called something like X11DRV_ClientSideDIBCopy in the file dlls/winex11.drv/bitblt.c
Sorry I can't make a patch for this now, you'd have to wait till tomorrow.
Post the output (don't use WINEDEBUG, it should print out FIXME's).