http://bugs.winehq.org/show_bug.cgi?id=7693
Speeddymon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From Speeddymon@gmail.com 2007-22-03 17:37 ------- Just out of curiosity, if you run wine like:
WINEDEBUG=err-dsound wine gw.exe
Does the stuttering persist?
How bout with WINEDEBUG=dsound-err wine gw.exe ?
How bout with WINEDEBUG=-all wine gw.exe ?
And lastly how bout with wine gw.exe &>/dev/null
Each of those commands either turns off a debug channel or outputs it to infinity. If any of them work to prevent the actual stuttering, it may be that the debug channel rendering on the screen is causing it. If not, it is something else in the dsound driver.