From nobody Fri Oct 31 09:37:11 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cybVK61KVz6FY7G for ; Fri, 31 Oct 2025 09:37:13 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cybVJ6GBlz3fk2 for ; Fri, 31 Oct 2025 09:37:12 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=margiolis.net header.s=default header.b=pP4oAeuA; dmarc=fail reason="No valid SPF, DKIM not aligned (relaxed)" header.from=freebsd.org (policy=none); spf=softfail (mx1.freebsd.org: 95.179.159.8 is neither permitted nor denied by domain of christos@freebsd.org) smtp.mailfrom=christos@freebsd.org DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=Dr2M74y631t4 O+aixVU6K4EtOzVpNMhcyTIOE+Sk6GI=; h=in-reply-to:references:to:cc:from: subject:date; d=margiolis.net; b=pP4oAeuAiLGBVznsx2rXkbrf+7y9uO3vtT/oX M0eZK3P90dmmG3nhyjDH8U6OgVWb0XFDcbWgRs2PXlTqRnRvAS5IYyUCRDjpgXMhH3xqNF i47rGvGmGpOhjL6sy1IXLOboLRdEDELS4jB+PeFXPuBgWNrCZ/pfZpo0RFCRUSvM= Received: from localhost (public-gprs405017.centertel.pl [37.47.213.90]) by margiolis.net (OpenSMTPD) with ESMTPSA id 343307f7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 31 Oct 2025 03:37:11 -0600 (MDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 31 Oct 2025 10:37:11 +0100 Message-Id: Subject: Re: emulators/wine: /usr/local/share/wine/pkg32.sh: "Unable to update repository", and other Wine mishaps From: "Christos Margiolis" Cc: "freebsd-current@FreeBSD.org" To: "ruby R53" X-Mailer: aerc 0.21.0 References: <9ZyDYNyTYM63l2_2-ZonbbLw_SLy5wVtXPQUfCr9PKkEl2n8DCfWZBH7ruydDBMYY0FeApqf3M4sjR6d-LSesTxdvB-vahY6drYm1RYvZsc=@proton.me> In-Reply-To: <9ZyDYNyTYM63l2_2-ZonbbLw_SLy5wVtXPQUfCr9PKkEl2n8DCfWZBH7ruydDBMYY0FeApqf3M4sjR6d-LSesTxdvB-vahY6drYm1RYvZsc=@proton.me> X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.70 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-0.998]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[margiolis.net:s=default]; MIME_GOOD(-0.10)[text/plain]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, DKIM not aligned (relaxed),none]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US]; TO_DN_SOME(0.00)[]; FREEFALL_USER(0.00)[christos]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RECEIVED_HELO_LOCALHOST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@FreeBSD.org]; DKIM_TRACE(0.00)[margiolis.net:+] X-Rspamd-Queue-Id: 4cybVJ6GBlz3fk2 On Thu Oct 30, 2025 at 12:03 AM CET, ruby R53 wrote: > Earlier than that however, I did get Wine to run somehow. It had > installed the wine32 binary and everything went fine. Except for the > audio part=C2=B7=C2=B7=C2=B7 > > I first tried running nsfplay (http://github.com/bbbradsmith/nsfplay/) > on it, and got hit with a glitched error message, and the console had > something along the lines of: > > ALSA lib [...]: Unknown PCM "oss" > > I then tried to force it to use OSS instead of ALSA in Winetricks, > even tho' I did compile it with only OSS support, and the error > message changed to something along the lines of: > > [...] No driver from L"oss" could be initialized. Do you have more information on the audio issues? What steps exactly are you using to reproduce it? Christos