[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#581624: marked as done (pulseaudio: Stuttering playback from Wine)



Your message dated Sat, 20 Dec 2014 07:34:06 +0000
with message-id <E1Y2EYA-0007LS-5q@franck.debian.org>
and subject line Bug#581624: fixed in wine-development 1.7.33-1
has caused the Debian Bug report #581624,
regarding pulseaudio: Stuttering playback from Wine
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
581624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581624
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: pulseaudio
Version: 0.9.21-1
Severity: normal

I listen to music using Spotify running under Wine.  Every now and then
-- I don't know exactly how to provoke it, but leaving the machine idle
for a few hours is usually good enough -- the audio output of Spotify is
unlistenably choppy, and not in a way that recovers as described in
#523389.

I get the same problem on two machines running a squeeze/sid mix (one
with a stock 686 kernel, one with a tuned low-latency kernel with
PREEMPT and HZ=1000, specifically configured to keep JACK happy) and on
my laptop which runs Ubuntu Lucid (with stock kernel).  No, I'm not
actually trying to run JACK at the same time as Spotify.

I'm blaming PulseAudio for this because I've not found anything I can do
to Spotify or Wine to make the choppiness go away, but if I set the
card's profile to `off' and then back to whatever it was before, the
sound immediately becomes fine.  I have the following (deeply
unpleasant) script saved as `~/bin/kick-pulseaudio'.  It gets a lot of
use.

#! /bin/sh

set -e

pacmd list-cards | sed -n '
        /^[[:space:]]*index: / {
                s///
                h
        }
        /^[[:space:]]*active profile: <\(.*\)>.*$/ {
                s//\1/
                H
                x
                s/\
/ /
                p
        }
' | while read index profile; do
        pacmd set-card-profile $index off >/dev/null
        pacmd set-card-profile $index $profile >/dev/null
done

I realise that this is probably very hard to track down.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31.9 (PREEMPT)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pulseaudio depends on:
ii  adduser                       3.112      add and remove users and groups
ii  consolekit                    0.4.1-4    framework for defining and trackin
ii  libasound2                    1.0.22-2   shared library for ALSA applicatio
ii  libasyncns0                   0.3-1      Asyncronous name service query lib
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcap2                       1:2.17-2   support for getting/setting POSIX.
ii  libdbus-1-3                   1.2.24-1   simple interprocess messaging syst
ii  libgdbm3                      1.8.3-9    GNU dbm database routines (runtime
ii  libice6                       2:1.0.6-1  X11 Inter-Client Exchange library
ii  libltdl7                      2.2.6b-2   A system independent dlopen wrappe
ii  libpulse0                     0.9.21-1   PulseAudio client libraries
ii  libsamplerate0                0.1.7-3    Audio sample rate conversion libra
ii  libsm6                        2:1.1.1-1  X11 Session Management library
ii  libsndfile1                   1.0.21-2   Library for reading/writing audio 
ii  libspeexdsp1                  1.2~rc1-1  The Speex extended runtime library
ii  libudev0                      153-2      libudev shared library
ii  libwrap0                      7.6.q-18   Wietse Venema's TCP wrappers libra
ii  libx11-6                      2:1.3.3-3  X11 client-side library
ii  libxtst6                      2:1.1.0-2  X11 Testing -- Resource extension 
ii  lsb-base                      3.2-23.1   Linux Standard Base 3.2 init scrip
ii  udev                          153-2      /dev/ and hotplug management daemo

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio      0.10.22-1  GStreamer plugin for PulseAudio
ii  libasound2-plugins            1.0.22-1   ALSA library additional plugins
ii  pulseaudio-esound-compat      0.9.21-1   PulseAudio ESD compatibility layer
ii  pulseaudio-module-x11         0.9.21-1   X11 module for PulseAudio sound se

Versions of packages pulseaudio suggests:
ii  paman                         0.9.4-1    PulseAudio Manager
ii  paprefs                       0.9.9-2    PulseAudio Preferences
ii  pavucontrol                   0.9.9-1    PulseAudio Volume Control
ii  pavumeter                     0.9.3-1    PulseAudio Volume Meter
ii  pulseaudio-utils              0.9.21-1   Command line tools for the PulseAu

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: wine-development
Source-Version: 1.7.33-1

We believe that the bug you reported is fixed in the latest version of
wine-development, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 581624@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert <mgilbert@debian.org> (supplier of updated wine-development package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 Dec 2014 01:49:03 +0000
Source: wine-development
Binary: wine-development wine32-development wine64-development wine32-development-preloader wine64-development-preloader wine32-development-tools wine64-development-tools libwine-development-dev libwine-development-dbg libwine-development
Architecture: source
Version: 1.7.33-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Wine Party <pkg-wine-party@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Description:
 libwine-development - Windows API implementation - library
 libwine-development-dbg - Windows API implementation - debugging symbols
 libwine-development-dev - Windows API implementation - development files
 wine-development - Windows API implementation - standard suite
 wine32-development - Windows API implementation - 32-bit binary loader
 wine32-development-preloader - Windows API implementation - prelinked 32-bit binary loader
 wine32-development-tools - Windows API implementation - 32-bit developer tools
 wine64-development - Windows API implementation - 64-bit binary loader
 wine64-development-preloader - Windows API implementation - prelinked 64-bit binary loader
 wine64-development-tools - Windows API implementation - 64-bit developer tools
Closes: 581624 745346
Changes:
 wine-development (1.7.33-1) experimental; urgency=medium
 .
   * New upstream release 1.7.33, released Dec 12, 2014.
     - Support for copy/paste commands in MSHTML.
     - Some more font support in DirectWrite.
     - Better handling for loss of focus in Direct3D windows.
     - Several more API Sets DLLs.
     - Various bug fixes.
   * Set a default pulseaudio latency that avoids stuttering (closes: #581624).
   * Implement a better solution for disabling the mono and gecko downloaders.
   * Use asserts for shared library mmap failures (fixes a lintian warning).
   * Eliminate delay when wine shuts down (closes: #745346).
Checksums-Sha1:
 793032f7e8f657340900267b8676c06c91514f21 4305 wine-development_1.7.33-1.dsc
 aa58cfc1cb1ccd2d10d50239133bc676dea7822f 21834296 wine-development_1.7.33.orig.tar.bz2
 71cb7b2bfab90f92986ed80d6c38d2f8daa57082 64708 wine-development_1.7.33-1.debian.tar.xz
Checksums-Sha256:
 012f0f4d697790624305f0191b1d829cab56a9f66f2f7d31e2a63c69da046bbe 4305 wine-development_1.7.33-1.dsc
 af466d59630d9db87fb8b391b222c0cd82acb0743c12273c9b7250a8593b54d5 21834296 wine-development_1.7.33.orig.tar.bz2
 ab42f07d09eade39d84a8c73c83c1e96ac505a6a12811ef3ab5d45d5659fa1fd 64708 wine-development_1.7.33-1.debian.tar.xz
Files:
 0bf62d8ce437372033a0464f299553dc 4305 otherosfs optional wine-development_1.7.33-1.dsc
 52b78a9e1322f1819599c161c64808e7 21834296 otherosfs optional wine-development_1.7.33.orig.tar.bz2
 8540a7851564a5d2aecaa7c87d1402b5 64708 otherosfs optional wine-development_1.7.33-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQQcBAEBCgAGBQJUlSKxAAoJELjWss0C1vRztc8gAImeEzDS52WnWYpGrKeqaDgO
gGO/iRkp48aMFbtgLUEQ2BZZItZn3gCD0PWahqzzZlVUG+le00IUDcCx6Cf2uh19
OIAHw2Y2qgUUxbOG1ZURKyDD2H3GNvXgLFtciYI2WTkHhZmrqACQd5uQ0kwp95LH
/nTGWjBehXGpVGXAxR7OIG51+d9w1vTTLQQ+lc+vIv9bCzfivEDhodVaATVEqCZt
3lG/m2AZfgeneg8v9owaUIYCyhS7hY87QvPpkaaAOdSaNhONItEdvqtbPJw8wsJ2
civbejUjkeCXu/GT1V3uGh+8enyJ9XF9nNrtXuMFfYoPiy7FnOVC5YUVcCQ/vi0r
DuNyMMeNlgUma2DMAvQ+0nJX1GkVy8kGkvX8mjJzmWsVVeesc/KeJkabwjcKtStr
si7k6vglngnUuLVZl1YOazyxl1DqAyLrDPp/kAz1tgXrrEwO6BvJlqJOCD8HGZqb
JFBkn77OOn73eHF6Qb6ckHts24jQDwKnSWMzO/tiqfo2Z3pn0a3yJbCiphPqVRkA
glzQb8aiyuH5HRubIORrmj31ts+AHNUauYscB3+puu/2k116FKEm1Gu2E8Lxg/bw
plSatUDv5X0jZzlqf8T1vdR1HLYeQiGKHH1W63/bf0GBpjjwqKrOPFy9tWpwKrH4
l79qkXvW//P2z71Ax4ZYt42dVSB9bbQCX7s7+3PJWVVma7ccNUronOYkpdW5VK/U
zwq1bkJIoyLrVgAMEpJaN9SsjSTrave1n6YRxeDIf/xNNVYpAe/WdltRaSbvqQ1r
wIsEyMufdGZfn5Q7ziJ1AlKA6x75Dem6ox4ZXrpuMUkktCqLq1FCV3NKEKrDhvA7
im7u33xmwEdLVZB8zskOfYgjIqo2sOTJP8X0zSTzRawHmEh0vtM84BJCxjPcgQbu
5RzjFW5XzP9CUvxGIZynCIhU/jzPUfC/azZwzxoRO45PNWt4Uj6bxvWuUEd3AzM8
pxMNDOMaF7Ovec3516dvKS/nebn/Ttx4KX5eF+6qvGpimaW/Mc6JM9JCpC90WNyR
E03DLCwBXuHz/CDpAOuTz4eg2cyn84qjh/VnoYPsIvPh94APMUl7ZWWQkLpCO3Q9
C7CvBPOD5o20xTdHL80QkpiBW+NKF6mFDNEGhrHXL4R+uv+O2nf3R+FuE/+Efnyo
ieV17Ra188hGNnl+anYWQpWGUTz3/6dQadeLIDaSug/m0bZOTRwTKLw9F/wICN7P
ldRykiV3dHjnLcFLekaAyn1wUb7eW4MBnUCDBg9wHAScr/m0PaiMm++hICBWoohJ
FDVcVyQbcMN90b2c4kd/7Pj5quSbeBVjeuMAHR6x179C9MSq/TnNk+Y1PKWUATw=
=buLb
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: