http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark@akamail.com 2005-01-06 10:26 ------- Take a look at the document already mentioned: http://www.winehq.org/site/docs/wine-devel/x1316 The method is time consuming. It helps to have a reasonably fast internet connection and even faster computer. I notice the page above doesn't mention that it is probably most efficient to use a "binary" search method.
Since apparently the 20050111 version is ok and the 20050419 version is broken, pick a day midway between those two, and do a CVS update: cvs update -D "2005-02-27 CDT" Compile that and see whether it is broken. If it is, pick a day midway between then and 20050111. If not, pick a day midway between that and 20050419. You should be able to narrow it down to a particular day fairly quickly. CVS can go both backwards and forwards in time, usually without problems ;)