Help trying to bisect

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

Help trying to bisect

Post by SolisX »

Hello Everyone,

I'm trying to run bisect wine 1.3.22 (good) and 1.3.23(bad) for
Rayman 3 but i dont know how to use it can someone give ins
tructions on how to use it?

I tried git bisect start which i got

fatal: Not a git repository (or any of the parent directories): .git
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

how to do all that is documented...

http://wiki.winehq.org/RegressionTesting
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

hello doh123,

i'm not sure if i understand that guide.

i am in the wine-git directory
then i do git bisect start
then i do git bisect good wine-1.3.22
then i do git bisect bad wine-1.3.23
Bisecting: 195 revisions left to test after this (roughly 8 steps)
[cf5dae18ac4719a0863fc93cbaca98b732690d20] gdi32/tests: Call ReleaseDC not DeleteDC.

is this corect? and if so what do i do next?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

compile it and run it... if the problem still happens, then you tell it git bisect bad... if the problem is fixed, then you say git bisect good... then you compile again and test and tell it good or bad again until its done.
User avatar
kuboode
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 9:29 pm

multiple wine version

Post by kuboode »

You would use "multiple wine version" http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html but the shortcuts would crash.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: multiple wine version

Post by dimesio »

kuboode wrote:You would use "multiple wine version" http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html but the shortcuts would crash.
Not for regression testing. You clearly don't have a clue what the OP is asking about.
Frédéric Delanoy

Help trying to bisect

Post by Frédéric Delanoy »

On Wed, Jan 18, 2012 at 00:07, SolisX <[email protected]> wrote:
Hello Everyone,

I'm trying to run bisect wine 1.3.22 (good) and 1.3.23(bad) for
Rayman 3 but i dont know how to use it can someone give ins
tructions on how to use it?

I tried git bisect start which i got

fatal: Not a git repository (or any of the parent directories): .git
Have you done from inside the .git directory? If so, you shouldn't
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello Everyoine,

@Frédéric Delanoy No am not in the .git directory.
@doh123 & kuboode Thaks for your input.

I had a one or two hard lock while testing for the bug and have to restart
my computer. Is it ok to just log back in to the wine-git directory and
tell it was git bisect bad after the hard lock?

If this ok to do this is what i got from my regression:

68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f is the first bad commit
commit 68b15bc5ffe6ddf5d08cbc13479eaf718ad5e39f
Author: Stefan Dösinger <[email protected]>
Date: Tue Apr 19 21:24:26 2011 +0200

wined3d: Give GL_ARB_map_buffer_range another try.

Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.

:040000 040000 0cada15043b731febf2ef2a673aaaecc4af75f8d c474ade74a8db2a9c547674dbb4c809841087a3d M dlls
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello Everyone,

I wanted to let you know the Rayman 3 Hoodlum Havoc bug
is that when you start a new game while your flying around
the program gets chop and sometime crashes.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

SolisX wrote: I had a one or two hard lock while testing for the bug and have to restart
my computer.
Wine is a user-level process and should not be able to do that. The question is, did you really need to restart, or were you just doing that because you didn't know what else to do?
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello dimesio,

Well one time while checking for the bug the game crashed but would not
close out which i did a wineserver -k which logged me out and i have
to log back in. And the other time the game hard lock the system so i could
not get my keyboard to do anything.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

SolisX wrote:Well one time while checking for the bug the game crashed but would not close out which i did a wineserver -k which logged me out and i have to log back in. And the other time the game hard lock the system so i could not get my keyboard to do anything.
Killing wineserver should not log you out. What graphics card and driver do you have, and have you tried reinstalling the driver?
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello dimesio,


I have an nvidia evga gt 430 with 1024 ddr 3 memory and i'm using
NVIDIA-Linux-x86-290.10.run driver. No i have not tried to reinstall
the driver because, i have not had a problem with the driver. The o-
nly time i had a problem is running wine-1.3.23 with Rayman 3. My
other games play fine.

BTW: Not only did it log me out when i ran wineserver -k but when i
logged back in my ntfs volume were unmounted and would not rem-
ount so i have to restart the computer which solve the problem.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

SolisX wrote: BTW: Not only did it log me out when i ran wineserver -k but when i
logged back in my ntfs volume were unmounted and would not rem-
ount so i have to restart the computer which solve the problem.
The "logging out" is probably a result of X crashing. Try reinstalling your graphics driver.
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello dimesio,

Ok i will uninstall my video driver and reinstall it.

Thanks.
Locked