http://bugs.winehq.org/show_bug.cgi?id=18873
--- Comment #12 from Austin English austinenglish@gmail.com 2009-07-06 11:04:00 --- (In reply to comment #11)
ok, I'll give it a try, I think I will start today or tomorrow.
I'm not sure which version was the last working version. For me the last working version was 1.1.19 pre compiled version for opensuse (from the wine repository), but it sounds like later versions (1.1.21) were working too. I got several binary packages of wine for my opensuse system, I'll start testing which version was working, but I'm really sure that the last one was 1.1.19.
Then after downloading the current wine sources and compiling, I would do something like this: git bisect start git bisect good wine-1.1.19 git bisect bad wine-1.1.20
and then I'll do the "git bisect good/bad" thing, like described in the Regression Test tutorial right?
Yes. It may be helpful to test your compiled 1.1.19 version before testing, just in case: git reset --hard wine-1.1.19 ./configure && make depend && make test your app. If it works: git reset --hard origin git bisect start git bisect good wine-1.1.19 git bisect bad wine-1.1.20 ./configure && make depend && make test app here git bisect good/bad rebuild/retest