3 Jan
2008
3 Jan
'08
11:05 p.m.
http://bugs.winehq.org/show_bug.cgi?id=10968 --- Comment #7 from Marcus Meissner <marcus(a)jet.franken.de> 2008-01-03 17:05:25 --- hmm, no. some poking in assembler shows: LoadResource LockResource of a BITMAP* structure. then the code proceeds to do skip 4*(1<<BITMAPINFO.bmi.biBitCount) bytes to get to the raw data.... However, biBitCount is 24 bit, and not a palettized bitmap like the code expects. -> TOo large value, crash. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.