http://bugs.winehq.org/show_bug.cgi?id=18609
Summary: Wine gecko crashing after update Product: Wine Version: 1.1.22 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: diafero@arcor.de
Whenever I fetch the latest wine source (that is, whenever there is a new version), after doing the usual steps and finishing with "sudo make install", I have a strange problem: Uru - Complete Chronicles crashes as soon as the program launcher window appears. Directly starting the main game (without the launcher) still works fine. I suspected the gecko engine of being at fault, and indeed removing c:/window/gecko fixes the issue (of course, the HTML rendering in the launcher does not work any longer then). When I let wine install the engine again, the problem comes back. I have no other application using the gecko HTML engine so I can not test if it is a problem specific to this game. I have that issue since I updated my system to Kubuntu 9.04. The update to wine 1.1.21 was the first one I had this problem with, but strange enough, it somehow fixed itself. Now with 1.1.22, I have the issue again, and could not yet fix it (perhaps the next reboot will bring that). I have no clue if it can somehow be that there are still old versions of some libraries used and some linking cache has to be updated - "sudo make uninstall && sudo make install" did not help.
http://bugs.winehq.org/show_bug.cgi?id=18609
--- Comment #1 from Austin English austinenglish@gmail.com 2009-05-26 10:12:59 --- Try in a fresh ~/.wine.
If the problem persists, run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18609
diafero@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from diafero@arcor.de 2009-05-26 14:00:06 --- The bisect gave the following result: bee36fe8315cdacf2d71a903ab524c929e645122 is first bad commit commit bee36fe8315cdacf2d71a903ab524c929e645122 Author: Jacek Caban jacek@codeweavers.com Date: Mon May 11 13:14:45 2009 +0200 urlmon: Cache the binding notif window.
I am currently trying to revert that commit but since others build on it that is hard to do. If I manage to do that and fix the problem I'll attach the patch.
http://bugs.winehq.org/show_bug.cgi?id=18609
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net 2009-05-26 14:18:21 --- Hello,
you are probably encountering bug 18601 Either retest with GIT or wait for 1.1.23
Regards
http://bugs.winehq.org/show_bug.cgi?id=18609
diafero@arcor.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from diafero@arcor.de 2009-05-26 14:44:56 --- Yes, thanks, that was it - cherry-picking the two TLS patches fixes my problem. Thank you very much :)
*** This bug has been marked as a duplicate of bug 18601 ***
http://bugs.winehq.org/show_bug.cgi?id=18609
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-26 20:12:04 --- Closing