http://bugs.winehq.org/show_bug.cgi?id=13510
Summary: 24bpp display reported as 32bpp - crashes (dogfood) Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: igoddard@nildram.co.uk
Created an attachment (id=13429) --> (http://bugs.winehq.org/attachment.cgi?id=13429) Output from attempt to run Enterprise Architect
This was reported in an earlier release (bug 11203) but is still present. Last good version was 0.9.51 but that's not available for Ubuntu 8.04.
Appears to be fixable by adding return depth; or return 24; after line 300 of x11drv_main.c but I'm reluctant to offer this as a patch as I don't know what this might break.
I have listed the test results at http://test.winehq.org/data/4ece5deeeffa22b66e0a5777b6f700251a0fb691/#group_...
as igoddard_laptop (original code) and igoddard_lap_amend (amended with a "return depth;" line).
Program affected for me is Enterprise Architect.
Platform is Advent QT5500 laptop which uses Intel UMA 950 graphics chipset.