Need For Speed Underground Regression

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Need For Speed Underground Regression

Post by SolisX »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Need For Speed Underground Regression

Post by dimesio »

SolisX wrote: I did a regression test but, all bisect where bad. Which did
give me a bad commit can this be correct?
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
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello dimesio,

Okay i guess i will have to try it again later.
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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?
That's correct. Don't second guess how many steps it's supposed to be.
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello Everyone,

Never mind i forgot about some changes i made. There is
No Regression.
Locked