http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #4 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 16:02:52 --- I followed the instructions you pointed me at for regression testing and ran them, setting up git as follows (taken from by build script):
git bisect start git bisect good wine-0.9.49 git bisect bad wine-0.9.52
# # Configure for git. # echo "Configuring for git..." CC="ccache gcc" ./configure --verbose --prefix=${PBUILD_INSTALL_ROOT_DIR} &> ${PBUILD_LOGFILE}
# # build # echo "Building..." time make clean >> ${PBUILD_LOGFILE} 2>&1 time make >> ${PBUILD_LOGFILE} 2>&1 echo "Don't forget to reset the git bisect." >> ${PBUILD_LOGFILE} 2>&1 date >> ${PBUILD_LOGFILE}
exit 0
It failed in the expected place. Please see the attached build log file. The top-level log had the following:
Bisecting: 586 revisions left to test after this [f4ec0a209b10dfbf1f44a2bf0cdf2bebc19ee3ed] wined3d: Fix error handling in fixed_get_input().