http://bugs.winehq.org/show_bug.cgi?id=6789
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-05-12 12:37 ------- My two eurocents on the offtopic. Peto, judging by the message ("won't bisect on seeked tree") I guess your may have started bisectioning process already. Check this to be sure:
git bisect branch
If you are on a "bisct" branch currently (not "master" or "origin"), then issue this to reset the bisectioning process to an initial state:
git bisect reset
before you do "git bisect start".