http://bugs.winehq.org/show_bug.cgi?id=18756
--- Comment #8 from Austin English austinenglish@gmail.com 2009-06-03 21:56:39 --- (In reply to comment #6)
ok I went though the regression testing again, attached again
That patch doesn't change anything. Since you keep getting 'good' everytime, I suspect the problem is in the package you're using, not wine itself.
Try: $ git reset --hard wine-1.1.21 $ ./configure && make depend && make # test app here $ git reset --hard wine-1.1.22 $ ./configure && make depend && make # test app here