http://bugs.winehq.org/show_bug.cgi?id=12230
--- Comment #6 from Andrew Smith andrew@palringo.com 2008-04-22 04:48:13 --- Created an attachment (id=12385) --> (http://bugs.winehq.org/attachment.cgi?id=12385) Cut of log when creating images
I've cut a bit of log from WINEDEBUG=+bitmap,x11drv. On line 178 the image is initially created (as 24bpp) then a second mask image is created at 1bpp, these are then passed to CreateIconIndirect to create the final icon that should be displayed.
It seems that WINE doesn't like this though since it's created at 24bpp. This shouldn't be a problem though, since in Windows the image still display correctly (as it does in WINE if the check isn't as strict).
If there's anything else I can check let me know (I'm not even sure if this is at all useful, but I hope it is :) )