http://bugs.winehq.org/show_bug.cgi?id=17764
--- Comment #16 from Carlo Pannucci carlo.pannucci@gmail.com 2009-07-07 13:32:23 --- 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?