http://bugs.winehq.org/show_bug.cgi?id=20554
--- Comment #21 from Luis Busquets luis.busquets@ilidium.com 2009-11-09 14:54:25 --- Created an attachment (id=24627) --> (http://bugs.winehq.org/attachment.cgi?id=24627) bitmap debug with additional trace
This is the debug when adding to the source additional trace so that it shoes info for X11DRV_CreateDIBSection on which is the assigned physBitmap->pixmap_depth , physBitmap->trueColor and physBitmap->pixmap_color_shifts
This output is with source code line
if (!X11DRV_XRender_SetPhysBitmapDepth( physBitmap, &dib ))
not commented and then the programme crashes.