Regression since 1.0RC5

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Regression since 1.0RC5

Post by Detructor »

Hi there,

I've found a regression in wine.
Some wine versions ago (sorry don't know the exact version but it must be wine1.0RC1 or wine1.0RC2) there was a "bug" that caused Steam to be extremly ressource hungry (processor is at 95% to 100% -> 2.4 GHz dualcore) and it took much time until you could see your games in Steam or a website is displayed.
Now the bug is back (in wine1.0RC3 and RC4 the bug was "fixed") ...Steam is extremly slow again...sorry, don't know why that happens...but I think you've done something with the gecko engine...or how it displays a website.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regression since 1.0RC5

Post by austin987 »

On Fri, Jun 20, 2008 at 11:32 AM, Detructor <[email protected]> wrote:
Hi there,

I've found a regression in wine.
Some wine versions ago (sorry don't know the exact version but it must be wine1.0RC1 or wine1.0RC2) there was a "bug" that caused Steam to be extremly ressource hungry (processor is at 95% to 100% -> 2.4 GHz dualcore) and it took much time until you could see your games in Steam or a website is displayed.
Now the bug is back (in wine1.0RC3 and RC4 the bug was "fixed") ...Steam is extremly slow again...sorry, don't know why that happens...but I think you've done something with the gecko engine...or how it displays a website.





Please run a regression test:
http://wiki.winehq.org/RegressionTesting
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

I'm on it...but it seems that since wine1.0 steam friends works ootb o_0 *note that I've to make a post at the bug page for that*

back to topic:
bisect says, that this is the bad patch

Code: Select all

91423de8f372ea38d7c7caa92909a7d2ce1dec83 is first bad commit
commit 91423de8f372ea38d7c7caa92909a7d2ce1dec83
Author: Francois Gouget <[email protected]>
Date:   Tue Jun 10 17:58:31 2008 +0200

    winecfg: Update the license French translation.

:040000 040000 947fdd6f1edf66070e6a4b8d268174730cbc66af a548bccd85152be302c8609912ceaa1bc3579446 M	programs
but I don't think that a translation have caused this error...I will test it again...to see if that is true.
Last edited by Detructor on Fri Jun 20, 2008 4:04 pm, edited 2 times in total.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regression since 1.0RC5

Post by austin987 »

On Fri, Jun 20, 2008 at 2:49 PM, Detructor <[email protected]> wrote:
I'm on it...but it seems that since wine1.0 steam friends works ootb o_0 *note that I've to make a post at the bug page for that*

back to topic:
bisect says, that this is the bad patch

Code:

91423de8f372ea38d7c7caa92909a7d2ce1dec83 is first bad commit
commit 91423de8f372ea38d7c7caa92909a7d2ce1dec83
Author: Francois Gouget <[email protected]>
Date: Tue Jun 10 17:58:31 2008 +0200

winecfg: Update the license French translation.

:040000 040000 947fdd6f1edf66070e6a4b8d268174730cbc66af a548bccd85152be302c8609912ceaa1bc3579446 M programs



but I don't think that a translation have caused this error...





No...

More than likely, it's steam being goofy. Steam chat has always been
spotty in wine (and windows as well).
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

okay, now I'm getting

Code: Select all

6e8f8a0529a84bd0f00649e2c831a060a5135146 is first bad commit
commit 6e8f8a0529a84bd0f00649e2c831a060a5135146
Author: Paul Vriens <[email protected]>
Date:   Fri May 9 16:35:07 2008 +0200

    kernel32/tests: Skip tests if codepage is not installed/available.

:040000 040000 f449a257961055a3caac25936528338e3735383b e4baa838a0aa3727f2aa5c4841507516e2ba21c3 M	dlls
I've set the good version to 1.0RC1 and the bad version to 1.0 ...so there are 2 possibilities:
1. my system is the error
2. the patch is the error...
I think it's my system, because I get the first time the france patch.

I'll now download and install the normal .deb file to look, if there was an error in my compilation...

okay, wine1.0 works...but CS:S is hanging itself up, I'll check if it is an error of the version or my pc..

seems that it is an error in 1.0 in 1.0rC3 it works...I'll check this error
the error with the not displayed games seems to be steam specific..
Last edited by Detructor on Fri Jun 20, 2008 4:26 pm, edited 1 time in total.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regression since 1.0RC5

Post by austin987 »

On Fri, Jun 20, 2008 at 4:04 PM, Detructor <[email protected]> wrote:
okay, now I'm getting

Code:

6e8f8a0529a84bd0f00649e2c831a060a5135146 is first bad commit
commit 6e8f8a0529a84bd0f00649e2c831a060a5135146
Author: Paul Vriens <[email protected]>
Date: Fri May 9 16:35:07 2008 +0200

kernel32/tests: Skip tests if codepage is not installed/available.

:040000 040000 f449a257961055a3caac25936528338e3735383b e4baa838a0aa3727f2aa5c4841507516e2ba21c3 M dlls



I've set the good version to 1.0RC1 and the bad version to 1.0 ...so there are 2 possibilities:
1. my system is the error
2. the patch is the error...
I think it's my system, because I get the first time the france patch.

I'll now download and install the normal .deb file to look, if there was an error in my compilation...





That only affects the test, so no. I think it's Steam being inconsistent...
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

in the test the error does not occure...hmpf, okay enough for today...have to sleep (germany -> 23:39)

thanks for your help
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Regression since 1.0RC5

Post by vitamin »

Detructor wrote:Hi there,

I've found a regression in wine.
Some wine versions ago (sorry don't know the exact version but it must be wine1.0RC1 or wine1.0RC2) there was a "bug" that caused Steam to be extremly ressource hungry (processor is at 95% to 100% -> 2.4 GHz dualcore) and it took much time until you could see your games in Steam or a website is displayed.
Now the bug is back (in wine1.0RC3 and RC4 the bug was "fixed") ...Steam is extremly slow again...sorry, don't know why that happens...but I think you've done something with the gecko engine...or how it displays a website.
You sure Steam is not updating anything (including itself)? This makes it really unresponsive.
Also it is really slow on the games page but ok on all the other pages. Why - I don't know but it's been that way since Steam switched to the new interface number of months ago.
Locked