From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 28 12:17:00 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A987C1065672 for ; Sat, 28 Mar 2009 12:17:00 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 055208FC08 for ; Sat, 28 Mar 2009 12:16:59 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: by bwz8 with SMTP id 8so1261147bwz.43 for ; Sat, 28 Mar 2009 05:16:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2Jl8jXWV1GyV2GyurAY0La2+HUg2I4g/imvU7cpZPQY=; b=bTgH83zVTvRHrWeN7cJPv+Vv7cKKZB3Dv1Gu7qLScQfWk5J2ZaNqBGsffZvwTDbxjk rPBKC0gdTRfwNeNJVQ/Y4TxuYIiIFZYfQg0OtJy6Gegux9vq0Wg1JwxNkVjtA0+A/lr3 p6QT1SoA3HEnPAEKiMgqD/0CPxv9wG840QJ+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OPT7ZX7x5VkFOJ5QsESw1ctSwljjKGGQyEVfOAtcZbnkWvKQJyNMlnZaJ0ZCGuagnn 7ldbKfuibFDiP/lwEnPxLUb9LcS5wLFpHk11u/kvJXxy2+W7LMMNAxqHpRKFKL+J9C/h Hjo86PevT+nVcbyxLJbRcjhAbsEcYPKJm8/Ek= MIME-Version: 1.0 Received: by 10.204.31.230 with SMTP id z38mr1086301bkc.85.1238241156530; Sat, 28 Mar 2009 04:52:36 -0700 (PDT) In-Reply-To: <200903281051.49122.tijl@ulyssis.org> References: <49CD3288.7090102@gmail.com> <200903281051.49122.tijl@ulyssis.org> Date: Sat, 28 Mar 2009 13:52:36 +0200 Message-ID: From: Maxim Ignatenko To: Tijl Coosemans Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, gerald@freebsd.org Subject: Re: wine, mixer pcm volume reset to 0:0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 12:17:01 -0000 2009/3/28 Tijl Coosemans : > On Friday 27 March 2009 21:09:44 Kjell Tore Ullavik wrote: >> I played around with wine-1.1.17. I don't know why it's marked >> ignore, it works for me on CURRENT (with windows firefox and flash >> 10 among other things) >> >> Anyway, I dicovered a regression since wine-1.1.0. When using music >> players like Winamp and Spotify, the mixer pcm volume keeps beeing >> reset to 0:0 between each song beeing played. If I do 'mixer pcm >> 100:100' I can hear the rest of the song, before volume is set to >> 0:0 again. > > What if you set it to 90:90? > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" > It doesn't important what exact value is, it's reset to 0 when running application do something except just playing single stream (it is my impression). I have the same issue on -CUREENT, and it seems to appear only with OSS sound driver in wine. With JACK all works normally (except crashes with "err:ntdll:RtlpWaitForCriticalSection section 0x146c44 "dsound.c: DirectSoundDevice.mixlock" wait timed out in thread 002e, blocked by 0000, retrying (60 sec)"), but I failed to get any sound with NAS, while native NAS applications (i.e. games/qnetwalk) works fine.