> Is that usefull?: > No. > >> schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0 >> schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2 >> Bisecting: 11529 revisions left to test after this (roughly 14 steps) >> [5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization. >> schutti@hell:~/Desktop/X/WINE/wine-git$ You need to bisect, compile the bisected wine, then test, then bisect again till you get to the revision that caused the issue. John