http://bugs.winehq.org/show_bug.cgi?id=15201
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2008-09-09 20:39:54 --- This is because Google Chrom 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 for .exe files that do not contain icons (I think that Wine should return an icon for any file, but I don't know how to fix this case). Google Chrom calls SHGetFileInfo with partially downloaded .exe files that may not contain an icon yet (or ever).