From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 7 08:29:41 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D5FC90D for ; Tue, 7 Jan 2014 08:29:41 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CFF91EB1 for ; Tue, 7 Jan 2014 08:29:40 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id cc10so374687wib.16 for ; Tue, 07 Jan 2014 00:29:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TAgJSL2RKhBsjqI6Mi3MiBxilTHkkmkw6CSkH4rZEyc=; b=B85Mke/CEDdS1lVCR6rbpHXPn7t4PKT2UOl88Ei1BAz0koY2qhxXFIhm92zo74wJrh +EJ71Ar+44yL5JVl1nzdNpwoqRPoppJGMWSRECEsounWBk8EAO/ybZoNXUEiyQxx5aL5 1YH84Jug1cV4jpLoChXlV5Fk0HX1ILE0mWmrzOjNixbgWg/wBiZSsLI4ORUKPPXPI323 uGIlyO3obg+r155vsJ8J6zsvCwzeXqa3x+GacmxCRSW1djmqElr5yT/X8dQIPPdFYLTe nwc6EGx1f494oYZokedISNmdh3v1cDjiXnp0LNGTFUelxjtltFePwlxESxBpXu4Vw2wL w/cw== MIME-Version: 1.0 X-Received: by 10.180.103.35 with SMTP id ft3mr15777761wib.18.1389083378972; Tue, 07 Jan 2014 00:29:38 -0800 (PST) Received: by 10.227.144.3 with HTTP; Tue, 7 Jan 2014 00:29:38 -0800 (PST) Date: Tue, 7 Jan 2014 10:29:38 +0200 Message-ID: Subject: mp3 playback broken in i386-wine package? From: Sergey Danilishin To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 07 Jan 2014 08:29:41 -0000 Hi everyone, I've been trying to play TES IV: Oblivion under Wine (installed from a repo according to this HOWTO: https://wiki.freebsd.org/i386-Wine ). Everything seems worked pretty good, except the sound: music didn't play at all while all the other sounds were causing insane noise and distortion. I've googled that it happens sometimes under linux too, but none of the suggested workarounds actually worked. After downgrading wine to version prior 1.6, distortions gone, but music still didn't work. Just a little note: in vanilla Oblivion most sounds/voices are in WAV format, while music is encoded as MP3. As far as I know, the WineHQ team remoped native mp3 library from Wine distribution in favor to external mpg123 library. I was curious what happens if I get that library back. So, when I did this, music started working in Oblivion. Then I installed the most recent i386-wine from the repository mentioned above and distortions actually gone: both music and sounds work correctly. Is there any chance that the i386-wine package is built without mpg123 support, i.e. having flat --without-mpg123 ? Please let me know if you need more info. Also, here is how I installed mp3 codecs to wine. 1. winetricks wmp9 (just to get l3codeca.acm file) 2. cd ~/wine/drive_c/windows/system32 && ln -s l3codeca.acm winemp3.acm 3. winetricks devenum quartz (in case if you don't have these overrides yet)