From owner-freebsd-emulation@freebsd.org Sat Oct 31 23:39:42 2015 Return-Path: Delivered-To: freebsd-emulation@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 5563EA2220B for ; Sat, 31 Oct 2015 23:39:42 +0000 (UTC) (envelope-from ben.lavery@hashbang0.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 475DB1383 for ; Sat, 31 Oct 2015 23:39:42 +0000 (UTC) (envelope-from ben.lavery@hashbang0.com) Received: from [192.168.1.83] (234.227.112.87.dyn.plus.net [87.112.227.234]) by mx.zohomail.com with SMTPS id 1446334774340341.22183265304204; Sat, 31 Oct 2015 16:39:34 -0700 (PDT) To: freebsd-emulation@freebsd.org From: Ben Lavery Subject: wine64 seems to fail to launch Message-ID: <56355132.2070702@hashbang0.com> Date: Sat, 31 Oct 2015 23:39:30 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 31 Oct 2015 23:39:42 -0000 Good evening all, I've installed wine-1.7.53 on a laptop running FreeBSD-CURRENT (r287930) via the `pkg` command. I have tried running a few applications (Dropbox installer, 1Password, Steam) from the command line and they all seem to just die without any output: benlavery@BIL-BSD:Downloads $>wine64 1Password-4.6.0.592.exe benlavery@BIL-BSD:Downloads $> There is no logs that I can see that get written, and no core file generated. It just seems to fail silently... Using `wine64` to launch the "bundled" applications it seems to work just fine: $>wine64 .wine/drive_c/windows/notepad.exe # notepad.exe is launched within my X session. Are the applications I've chosen too complex? Am I not specifying something correctly? I would expect some kind of message if either of the above was so? Many thanks, Ben Lavery