[Bug 15201] Google Chrome crashes when downloading an exe file

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 9 20:39:54 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15201


Vincent Povirk <madewokherd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madewokherd at gmail.com




--- Comment #1 from Vincent Povirk <madewokherd at 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).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list