http://bugs.winehq.org/show_bug.cgi?id=16944
Summary: DVD-Ripper RipIt4Me stopped working as of version 1.1.8 Product: Wine Version: 1.1.8 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: thierer@web.de CC: julliard@winehq.org
Starting with wine version 1.1.8 the DVD-Ripper RipIt4Me stopped working. RipIt4Me is a front end for DVDDecrypter that kind of "remote controls" DVDDecrypter.
It seems that the bug prevents RipIt4Me from controlling DVDDecrypter so that instead of starting to rip it just sits there and does nothing.
While until now I solved this problem for me by not upgrading :) I finally decided today to try to find the cause by bisecting wine.
The result was the following commit:
7804129e68a0b25549b729854c15706827140b46 is first bad commit commit 7804129e68a0b25549b729854c15706827140b46 Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 29 12:13:51 2008 +0100
user32: Use a local buffer in peek_message to save a server call for small buffer sizes.
:040000 040000 add7c81809c20b170476f4400039e6b855c95ad1 e7014e6d7102c79e0b50f09549230cde1769b8d4 M dlls
I can confirm that RipIt4Me works fine with wine version 1.1.10 after reverting this patch. The patch doesn't reverse-apply to version 1.1.12, so I didn't test there (but I checked that the bug still exists in 1.1.12).
http://bugs.winehq.org/show_bug.cgi?id=16944
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
http://bugs.winehq.org/show_bug.cgi?id=16944
Paul Vriens Paul.Vriens.Wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine@gmail.com
--- Comment #1 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-01-23 06:42:12 --- Could you check if this patch:
http://www.winehq.org/pipermail/wine-patches/2009-January/068244.html
solves your issue? (See also Bug 17076).
http://bugs.winehq.org/show_bug.cgi?id=16944
--- Comment #2 from Martin Thierer thierer@web.de 2009-01-23 14:59:11 --- I tried the patch from your mail (not from the one you linked to, but from the one titled "Try 2") against wine version 1.1.13 and can confirm that your patch indeed solves this bug. (For the sake of completeness, I also verified that unpatched 1.1.13 still shows the bug).
Good job! Thank you very much!
http://bugs.winehq.org/show_bug.cgi?id=16944
--- Comment #3 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-01-26 10:39:54 --- Could you check with current GIT? The (slightly changed) patch is in.
http://bugs.winehq.org/show_bug.cgi?id=16944
Martin Thierer thierer@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Martin Thierer thierer@web.de 2009-01-26 11:40:12 --- Just checked with HEAD 5775edd8: Works as expected!
Thanks again!
http://bugs.winehq.org/show_bug.cgi?id=16944
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2009-01-30 11:04:55 --- Closing bugs fixed in 1.1.14.