abb4 <wineforum-user@xxxxxxxxxx> wrote: > > >abb4 wrote: >> >> Any help is appreciated! > > >Ohh I see, >have to go back to git reset --hard git show .... | patch -p1 -R Then do: >git bisect start >git bisect good <wine-tag where program worked> >git bisect bad <wine-tag where program stopped working> >This is quite complicated stuff If the problem comes from multiple commits, yes. Fortunately, my troubleshooting only involved one commit, so far. James McKenzie