Hello Everyone,
I have a problem with need for speed undergound. The problem is
every time i try to run the game with the orginal cd no thing happens
there are no errors on the terminal. So i check different wine version
s. Wine-1.3.35 works with the orginal cd and wine-1.3.36 it does not
work. I did a regression test but, all bisect where bad. Which did
give me a bad commit can this be correct? none fixed the problem.
And also when i started the regression test on my terminal it showed
only 7 steps. Can this be correct?
I would also like to mention that nocd patch works all the way up to
wine-1.4.RC1 but i while testing the current wine-git the game crashes
how can i try to test for a in wine-git?
Need For Speed Underground Regression
Re: Need For Speed Underground Regression
No. Either you made a mistake somewhere doing the test, or this is not a regression in Wine but a problem caused by some other change to your system.SolisX wrote: I did a regression test but, all bisect where bad. Which did
give me a bad commit can this be correct?
Hello Everyone,
When i start git bisect i do
git bisect start
git bisect good wine-1.3.35
git bisect bad wine-1.3.36
and i get this
Bisecting: 161 revisions left to test after this (roughly 7 steps)
[91e0f56c05dcff14d3c16d2b7c4b88babffb6fbb] usp10: Add currency scripts to match windows
is this right cause i think it is suppose to be 8 steps?
When i start git bisect i do
git bisect start
git bisect good wine-1.3.35
git bisect bad wine-1.3.36
and i get this
Bisecting: 161 revisions left to test after this (roughly 7 steps)
[91e0f56c05dcff14d3c16d2b7c4b88babffb6fbb] usp10: Add currency scripts to match windows
is this right cause i think it is suppose to be 8 steps?
That's correct. Don't second guess how many steps it's supposed to be.SolisX wrote:When i start git bisect i do
git bisect start
git bisect good wine-1.3.35
git bisect bad wine-1.3.36
and i get this
Bisecting: 161 revisions left to test after this (roughly 7 steps)
[91e0f56c05dcff14d3c16d2b7c4b88babffb6fbb] usp10: Add currency scripts to match windows
is this right cause i think it is suppose to be 8 steps?