http://bugs.winehq.org/show_bug.cgi?id=28889
Bug #: 28889 Summary: Problem in user32 (regression) Product: Wine Version: 1.3.31 Platform: x86 URL: http://netikka.net/dev/loop.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi Classification: Unclassified
Two of my applications failed to show GUI in git. Looks like infinite loop
Simplified sample: http://netikka.net/dev/loop.exe Source: http://netikka.net/dev/loop.zip
it's regression:
3b5e14a9b0a925052e2b1b71f76a7f1eff6d84bf is the first bad commit commit 3b5e14a9b0a925052e2b1b71f76a7f1eff6d84bf Author: Aric Stewart aric@codeweavers.com Date: Fri Oct 21 11:29:05 2011 -0500
user32: Use Uniscribe in the multiline edit control.
:040000 040000 3cade3e51f7827bcb33e2ffb29d813b1b281eee3 36d7773ef67ae9d2a462fc856024bebed3a15aaa M dlls
Reverting patch fixes the problem
git show 3b5e14a9b0a925052e2b1b71f76a7f1eff6d84bf | patch -p1 -R