From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 9 23:05:05 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDEE8575 for ; Sun, 9 Nov 2014 23:05:05 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F367F4C for ; Sun, 9 Nov 2014 23:05:05 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id n15so4900713lbi.20 for ; Sun, 09 Nov 2014 15:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=zDf6Y89wuE+fl+rAJ8YDq1MQc40W8+caLU2kHGsrktM=; b=t5brO2O/+vW+kEXfk1X/uGnUo0uR9sKhmCglbKGlxngEEjIWPYZAT/AgWtr98qlGnI yP7qrUtKU9MlKMyCaBduJNpI6jYCCrKqjxKog5pT6RFL5lnRMp3a4ezoE2FT52mn0wdV YmuxJhKShuABOvx1e+r1Q+PH9aMsNPks+3JRbRjKS7I2Ue2sGD2GW34Rugt1zGtQyyc3 4QLnxIiFh34APpYsuI6W5/n4pga6uTokCcI+xOvwemlZ/8OTlp4ESGZvB1MVqrvdYQtA MNX89FQns+WxF+RjdrznpVHB/QxiWoq3EManWYY9WQMsjYhk3QnzUf69hbpZxaEyG/J5 Oang== MIME-Version: 1.0 X-Received: by 10.112.14.69 with SMTP id n5mr25867269lbc.34.1415574303094; Sun, 09 Nov 2014 15:05:03 -0800 (PST) Sender: jpm820@gmail.com Received: by 10.112.16.169 with HTTP; Sun, 9 Nov 2014 15:05:03 -0800 (PST) Date: Sun, 9 Nov 2014 17:05:03 -0600 X-Google-Sender-Auth: aD3dnTYgj4jJJWbFTKpR-bMsoKw Message-ID: Subject: i386-wine-devel vs wine-devel compatibility From: Joe Maloney To: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 09 Nov 2014 23:05:06 -0000 I've noticed a difference in compatibility between the emulators/i386-wine-devel port on amd64, and emulators/wine-devel on i386. I can run battle.net out of box with emulators/wine-devel on i386. I cannot run it on emulators/i386-wine-devel for amd64 without running =E2=80=9Cwine agent.exe =E2=80=93nohttpauth=E2=80=9D prior to launching battle.net. I have been working at this for a few weeks to see if I could solve. At first I thought this could be a problem with missing 32 bit libraries. So I built a 32 bit environment under /compat/i386. I the installed x11/xorg, emulators/wine-devel. I then launched those under the chroot environment, and it still fails to run without the agent.exe workaround. I'd like to try to help resolve this if I can but I think I may be running short of ideas to try. If anyone can suggest anything that might help narrow down the problem further please let me know. Joe Maloney