http://bugs.winehq.org/show_bug.cgi?id=23776
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-08-12 11:05:53 --- It divides by zero here:
--- nImageCount = bmp.bmWidth / himl->cx; ---
And it's created with zero dimensions in a first place:
--- trace:imagelist:ImageList_Create (0 0 0x21 4 4) ---
We need some tests for such cases I guess.