http://bugs.winehq.org/show_bug.cgi?id=3774
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-07-11 02:20 ------- And on second thought, i'd guess that the assertion is actually wrong, using an extra trace you can see bpp=8, shouldn't the check be assert(bpp = 0); instead of assert(bpp != 0);? (maybe i'm way off, as i'm not expert on this!)