http://bugs.winehq.org/show_bug.cgi?id=7646
------- Additional Comments From thestig@google.com 2007-13-03 12:08 ------- Johiko, I think you misunderstood the git bisect directions. After you do:
git bisect start git bisect good wine-0.9.30 git bisect bad wine-0.9.31
you need to recompile Wine, try the app again, and then run git bisect good or git bisect bad depending on whether the app worked or not. repeat until git says something like: "the first bad commit is...."