http://bugs.winehq.org/show_bug.cgi?id=15377
--- Comment #3 from Ben Trusty ben.trusty@gmail.com 2008-09-22 20:38:06 --- (In reply to comment #2)
Rerun the regression test. That couldn't have been the cause.
i did this, http://wiki.winehq.org/RegressionTesting
git bisect start git bisect good 1.1.4 git bisect bad 1.1.5
<start> CC="ccache gcc" ./configure --verbose && make clean && make
{skipping listing part about backing up .wine directory and reinstalling game} ./wine "C:\Program Files\Program Name\program.exe"
{bug did not occur} git bisect good
<goto start>, until it said that there were no more, e.g. 0 revisions left to test
and it gave me the information that i posted in the bug
...
what did i do wrong? it somewhat hard to just 're-do' it quickly. as it took about 4-6 hours to recompile the times it took to get it done.
suggestions?