Tony Pursell schrieb: > and repeated the same compile for the last three runs. There is an > error message after 'git bisect good': > > fatal: Entry 'tools/winewrapper' not uptodate. Cannot merge. > > Does this have something to do with it? Well, fatal errors usually have something to mean ;). It means that there are uncommited changes in tools/winewrapper and git bisect can't update your tree. I think you could undo any local changes by running git checkout -f HEAD and then running 'git bisect good' again. Hope that helps. _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users