From owner-freebsd-questions@freebsd.org Tue Dec 5 19:39:35 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32924E760CE for ; Tue, 5 Dec 2017 19:39:35 +0000 (UTC) (envelope-from sascha.folie@safo.at) Received: from mx1.safo.at (mx1.safo.at [85.126.218.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.safo.at", Issuer "ca1.safo.at" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7506B188 for ; Tue, 5 Dec 2017 19:39:34 +0000 (UTC) (envelope-from sascha.folie@safo.at) Received: from mail.safo.at (mail.safo.at [10.10.1.27]) by mx1.safo.at (OpenSMTPD) with ESMTPS id 3b4252bf (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 5 Dec 2017 20:32:47 +0100 (CET) Received: from lianli (lianli.safo.at [192.168.0.222]) by mail.safo.at (OpenSMTPD) with ESMTPSA id a92647be TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 5 Dec 2017 20:32:47 +0100 (CET) Date: Tue, 5 Dec 2017 20:32:46 +0100 From: Sascha Folie To: freebsd-questions@freebsd.org Cc: bourne.identity@hotmail.com Subject: Re: Does wine64 actually work? Message-Id: <20171205203246.e1a071f3c3e4f42bada7631c@safo.at> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 19:39:35 -0000 On Tue, 5 Dec 2017 19:01:37 +0000 Manish Jain wrote: > Hi, > > On a FreeBSD 10.3 amd64 box, I am writing some documentation about Wine. > > I have been using wine32 for quite a while now, and it works remarkably > well. wine64 on the contrary seems to be a minefield. > > I deleted my ~/.wine (which has 32-bit-stuff), installed the wine pkg > (which is 64-bit), and tried running a few binaries (notepad.exe and > mspaint.exe) under wine64 from Win 7 as well 10. > > All I could get was trash (or nothing at all). > > Is there anyone on this list who has had success running 7/10 binaries > under wine64 ? > > The problem seems to be not just with FreeBSD. Linux vm also produces > trash with 64-bit Windows binaries. > > -- > Thanks & Regards, > Manish Jain Hi, I'm running Factorio[1] on FreeBSD 11.1 amd64 on wine-staging-2.21 without problems. [1] https://www.factorio.com/ Regards, Sascha