http://bugs.winehq.org/show_bug.cgi?id=23510
Summary: Google Talk error dialog when opening Product: Wine Version: 1.2-rc6 Platform: x86 URL: http://dl.google.com/googletalk/googletalk-setup.exe OS/Version: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: dylan.ah.smith@gmail.com
Created an attachment (id=29351) --> (http://bugs.winehq.org/attachment.cgi?id=29351) Console output from opening google talk
When google talk is started after it is installed, a regression causes a dialog box to be shown with the following message: "Google Talk encountered an internal error, and must now close. Ok to report this error to Google?"
Closing the dialog causes the application to exit.
I did a regression test and found the following commit caused the regression. Reverting the commit fixes the issue.
8c06ed96aeb737e5596e190efe785a2c2c97237e is the first bad commit commit 8c06ed96aeb737e5596e190efe785a2c2c97237e Author: Piotr Caban piotr@codeweavers.com Date: Mon Dec 7 14:54:33 2009 +0100
mshtml: Improved OleDocumentView_UIActivate implementation.
Google talk should at least open without an error, although bug 3254 prevents it from keeping a stable connection after logging in, and bug 5162 prevents a lot of text from being shown.