http://bugs.winehq.org/show_bug.cgi?id=28446
--- Comment #8 from A Wine user RandomAccountName@mail.com 2011-10-22 05:38:10 CDT --- I tested this a bit more and found that I can load Google in IE8 with wine-1.2, even after manually setting the DirectDraw renderer to OpenGL. In 1.3.0 and later, using the OpenGL renderer causes it to hang.
Bisecting this gave me:
1dc86ebb9b4aca5aa8c9de6e12a940c872792574 is the first bad commit commit 1dc86ebb9b4aca5aa8c9de6e12a940c872792574 Author: Piotr Caban piotr@codeweavers.com Date: Thu Jul 22 18:37:12 2010 +0200
atl: Improved AtlInternalQueryInterface implementation.
:040000 040000 8ff6377eca4971e05afdfd79d300f9d2d94ec3b4 84672c65b869021ae4db863a3b56d8cadedf70f4 M dlls
After reverting the patch from 1.3.31, it works without switching back to the GDI renderer.