From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sOBqNloCMF/RdAAA0tVLHw (envelope-from ) for ; Sun, 09 Aug 2020 14:04:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6DNDMloCMF8mCgAA1q6Kng (envelope-from ) for ; Sun, 09 Aug 2020 14:04:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 628DC9403A0 for ; Sun, 9 Aug 2020 14:04:10 +0000 (UTC) Received: from localhost ([::1]:37564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4lvl-0002nK-A6 for larch@yhetil.org; Sun, 09 Aug 2020 10:04:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43494) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4lve-0002nE-PW for bug-guix@gnu.org; Sun, 09 Aug 2020 10:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49892) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k4lve-0001Za-Ge for bug-guix@gnu.org; Sun, 09 Aug 2020 10:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k4lve-0003eH-4f for bug-guix@gnu.org; Sun, 09 Aug 2020 10:04:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42342: Wine64 segfaults (5.12/staging) Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 09 Aug 2020 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42342 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "pelzflorian \(Florian Pelz\)" , Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Received: via spool by 42342-submit@debbugs.gnu.org id=B42342.159698180013971 (code B ref 42342); Sun, 09 Aug 2020 14:04:02 +0000 Received: (at 42342) by debbugs.gnu.org; 9 Aug 2020 14:03:20 +0000 Received: from localhost ([127.0.0.1]:33205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4luy-0003dG-CH for submit@debbugs.gnu.org; Sun, 09 Aug 2020 10:03:20 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:56789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4lut-0003cq-KC for 42342@debbugs.gnu.org; Sun, 09 Aug 2020 10:03:19 -0400 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay10.mail.gandi.net (Postfix) with ESMTPSA id A3E8924000C; Sun, 9 Aug 2020 14:03:08 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <877du8c51p.fsf@ambrevar.xyz> References: <87d04gdkkz.fsf@ambrevar.xyz> <87y2n3bpin.fsf@ambrevar.xyz> <20200730145445.qmtnb6m77ogh4nfo@gravity> <20200731123614.unf45a46y6etig2d@pelzflorian.localdomain> <877du8c51p.fsf@ambrevar.xyz> Date: Sun, 09 Aug 2020 16:03:07 +0200 Message-ID: <87k0y7kjc4.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -0.2 (/) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42342@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: cztLNzbs7mw4 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable OK, I think I got it. I had to have _both_ wine and wine64 (staging or not) in my profile. Previously, the "wine" executable (for 32-bit apps) used to work when wine64 alone was in the profile. Now it looks like we need both. Any idea what changed? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8wAhsACgkQm9z0l6S7 zH8s3wf/TtPDQ30sBV+FEJ0iy1u33LaJw957ajZSPbM4Iaz2W26Ys4MHQosCemwO HgfUejs5ZJ0yiZfRwOLIfv08bIzc9GRUePM5SKjGKBUu/6dwXZ6e4fBG+xksIP9m bQNIuV02/nULArvkvswoCwDRx37UOWpdnV1sF4eRdzeIgL/x22dY1Tb7BKzicaMs bJAc8P694CO89XEmTbbeU3b0utyvs+o+BciFiUCDvyWUAr8a736m/HcLSCsIACxH U9L/7hP+rJ968xZcHcg8yME23mSCvBipwTPAHqja72r4vsk0CoL80BmxSrIbBUmP Wa+8Tc5sYZxSpF2OLDVOm08hvPwx2Q== =1C1x -----END PGP SIGNATURE----- --=-=-=--