[Bug 6675] Regression: Indiana Jones crashes when launching

Wine Bugs wine-bugs at winehq.org
Tue Nov 14 07:46:46 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=6675





------- Additional Comments From damjan.jov at 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).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list