http://bugs.winehq.org/show_bug.cgi?id=18132
Summary: uTorrent crashes on start Product: Wine Version: 1.1.19 Platform: PC-x86-64 URL: http://www.utorrent.com/downloads OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ben@atomnet.co.uk
At some point since 1.1.18 uTorrent simply goes into a crashloop when it is started. It displays a message saying it has crashed, it tries to restart itself, crashes again, ad infinitum.
Rolling back to 1.1.18 gets it working again. Currently regression testing.
http://bugs.winehq.org/show_bug.cgi?id=18132
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-04-21 05:56:54 --- (In reply to comment #0)
At some point since 1.1.18 uTorrent simply goes into a crashloop when it is started. It displays a message saying it has crashed, it tries to restart itself, crashes again, ad infinitum.
Rolling back to 1.1.18 gets it working again. Currently regression testing.
uTorrent 1.8.2 starts fine with current git. Test with current repo.
http://bugs.winehq.org/show_bug.cgi?id=18132
--- Comment #2 from Ben Hodgetts (Enverex) ben@atomnet.co.uk 2009-04-21 06:02:26 --- Ok the culprit was:
9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4 is first bad commit commit 9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4 Author: Nikolay Sivov bunglehead@gmail.com Date: Sun Apr 12 15:05:22 2009 -0400
comctl32/listview: Fix selection handling in LVM_SORTITEMS (with some tests).
:040000 040000 5a43ecb0bd70d084c57b6f1d411e34516e4c88a4 01744df3363b7d0b97568f73c7026c2d0dc7a719 M dlls
It was broken last night but I didn't test GIT this morning, sods law it was fixed in those few hours I bet. I'll rebase and try again.
http://bugs.winehq.org/show_bug.cgi?id=18132
Ben Hodgetts (Enverex) ben@atomnet.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Ben Hodgetts (Enverex) ben@atomnet.co.uk 2009-04-21 06:08:58 --- Yup, works now. Also dupe of 18090 apparently.
*** This bug has been marked as a duplicate of bug 18090 ***
http://bugs.winehq.org/show_bug.cgi?id=18132
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|-unknown |comctl32
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2009-04-21 06:13:35 --- (In reply to comment #3)
Yup, works now. Also dupe of 18090 apparently.
*** This bug has been marked as a duplicate of bug 18090 ***
Certainly is. Thanks for testing.