http://bugs.winehq.org/show_bug.cgi?id=4595
------- Additional Comments From jave27@gmail.com 2006-17-02 10:40 ------- Created an attachment (id=1904) --> (http://bugs.winehq.org/attachment.cgi?id=1904&action=view) Last 100 lines of log with extra TRACE info
I added the following lines to the function just before the wine_tsx11_lock(); :
TRACE( "physDev: %p, vis_rgn: %d, clip_rgn: %d\n", physDev, vis_rgn, clip_rgn ); TRACE( " gdi_display: %p, gc: %p, x: %d, y: %d, buffer: %p, nCount: %d\n", gdi_display, physDev->gc, physDev->org.x, physDev->org.y, data->Buffer, data->rdh.nCount );
This log is the output just before the crash with the extra info.