http://bugs.winehq.org/show_bug.cgi?id=18501
--- Comment #7 from Austin English austinenglish@gmail.com 2009-05-19 10:30:44 --- (In reply to comment #6)
after succesful build of wine-git i did a git bisect test with:
git bisect start git bisect good wine-1.1.2 git bisect bad wine-1.1.21
after going through more than 4000 revisions in about 10 steps i only got bisect good and end up with a: Release 1.1.21. message
What to do next?
Are you sure 1.1.2 worked? The bug could be in the binary package, not wine itself.
Try: $ mv ~/.wine ~/.wine.bak $ git reset --hard wine-1.1.2 $ ./configure && make depend && make $ $HOME/wine-git/wine setup.exe and verify it works.
Be sure