http://bugs.winehq.org/show_bug.cgi?id=23214
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2010-07-16 12:01:17 --- Created an attachment (id=29632) --> (http://bugs.winehq.org/attachment.cgi?id=29632) patch to make WIC ignore rle size for rle8 bitmaps
Here's a patch that allows the bitmap to load.
I'm not sure if this is the right approach. It will fail to load a bitmap that doesn't end by moving the cursor to the row after the last row or explicitly ending the rle data.
Perhaps I should compare it with the RLE bitmap loading code in other parts of Wine.