http://bugs.winehq.org/show_bug.cgi?id=17764 --- Comment #17 from Carlo Pannucci <carlo.pannucci(a)gmail.com> 2009-07-08 05:48:32 --- (In reply to comment #16)
Ok. It should be my mistake...
For sure wine-0.9.56 it's the lastest functional version. The bug appears with wine-0.9.57.
I tried to have a regression test. These were my steps, after installing git:
1. git bisect start 2. git bisect good 0.9.56 3. git bisect bad 0.9.57 4. patches: 4.1: Created a patch.diff file with the path in http://www.winehq.org/pipermail/wine-patches/2008-September/060764.html and then i used the line "patch -p1 < patch.diff" 4.2: Manually edited the signal_i386.c file adding this two lines at the begining: #define VIF_MASK 0x00080000 #define VIP_MASK 0x00100000 5. ./configure && make depend && make 6. Tested the bug -> Not present 7. git bisect good 8. I have this: "error: You have local changes to 'dlls/gdi32/freetype.c'; cannot switch branches" 9. Tried git reset --hard HEAD BUT the it wont compile...
What should i do??1?
DONE. To continue you have to apply the patches... This is the result: accfce21d3e042638a5eac8a8379eda2964fcd0a is first bad commit commit accfce21d3e042638a5eac8a8379eda2964fcd0a Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Mar 4 20:01:41 2008 +0100 user32: Fix a couple of message test failures. :040000 040000 e88dab46f42c141f65d73dc50fd497c6facdec62 301e659a8982251ea07164eaa96f15992bd06dc9 M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.