http://bugs.winehq.org/show_bug.cgi?id=15201
--- Comment #2 from Roy Shea royshea@gmail.com 2008-09-10 16:10:14 --- Created an attachment (id=15997) --> (http://bugs.winehq.org/attachment.cgi?id=15997) Patch allowing SHGetFileInfoW to use default icons when PrivateExtractIconsW fails
(In reply to comment #1)
calls SHGetFileInfo with the SHGFI_ICON flag set and expects that it will always get an icon. With Wine's implementation of SHGetFileInfo, that doesn't happen
Looks like there was problem with wine not checking the return value of PrivateExtractIconsW. The attached patch fixs this problem. I'll send it off to wine-patches momentarily.