Help trying to bisect
Help trying to bisect
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
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
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?
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?
multiple wine version
You would use "multiple wine version" http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html but the shortcuts would crash.
Re: multiple wine version
Not for regression testing. You clearly don't have a clue what the OP is asking about.kuboode wrote:You would use "multiple wine version" http://jeffhoogland.blogspot.com/2009/1 ... ns-on.html but the shortcuts would crash.
Help trying to bisect
On Wed, Jan 18, 2012 at 00:07, SolisX <[email protected]> wrote:
Have you done from inside the .git directory? If so, you shouldn'tHello 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
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
@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
Killing wineserver should not log you out. What graphics card and driver do you have, and have you tried reinstalling the driver?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.
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.
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.
The "logging out" is probably a result of X crashing. Try reinstalling your graphics driver.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.