Hi,
For this bug #31129, i found that the problem is present in wine since the latest version 1.5.8.
I tried to launch the multiplayer mode like explain in the bug report with wine 1.5.7 and it works.
So, i want to do a regression testing but i have a problem. To launch correctly the Ubisoft's game, i MUST to apply three patch in wine to avoid this error :
http://pastebin.com/J5qYZHWS
These patch are here :
http://bugs.winehq.org/attachment.cgi?id=39446
http://bugs.winehq.org/attachment.cgi?id=39447
http://bugs.winehq.org/attachment.cgi?id=39449
Because, when i want to launch "git bisect start" with wine-git patched, i have this error message : error: You have local changes to 'configure'; cannot switch branches.
So, how to do launch without problem the Regression Testing ?
There are 177 changes between wine 1.5.7 and wine 1.5.8...
Problem to run Regression Testing.
-
- Level 4
- Posts: 230
- Joined: Sat Mar 28, 2009 12:55 pm
Re: Problem to run Regression Testing.
You shouldn't be filing bugs for patched versions of Wine.Berillions wrote: So, i want to do a regression testing but i have a problem. To launch correctly the Ubisoft's game, i MUST to apply three patch in wine to avoid this error :
http://pastebin.com/J5qYZHWS
When mentioning patches attached to bug reports, please post links to the bug report, not the patches. It is extremely difficult to find a bug report with only an attachment link.
-
- Level 4
- Posts: 230
- Joined: Sat Mar 28, 2009 12:55 pm
Re: Problem to run Regression Testing.
These patch are for the bug #27036dimesio wrote: When mentioning patches attached to bug reports, please post links to the bug report, not the patches. It is extremely difficult to find a bug report with only an attachment link.
-
- Level 4
- Posts: 230
- Joined: Sat Mar 28, 2009 12:55 pm
Re: Problem to run Regression Testing.
According to comment 16 in that bug report, the problem in gcrypt that the patches are meant to work around is fixed upstream. What I would suggest is compiling gcrypt from git and using that with unpatched Wine to run the regression test.Berillions wrote: These patch are for the bug #27036