From owner-freebsd-emulation@freebsd.org Sun Nov 1 10:35:46 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 D60F7A210B4 for ; Sun, 1 Nov 2015 10:35:46 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9CEA21537 for ; Sun, 1 Nov 2015 10:35:46 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.0.1] (unknown [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id D4D2D2BCB for ; Sun, 1 Nov 2015 10:35:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1446374143; bh=+tAX1uOD8SUU3h+9ZAwB3arm1vGU+uQpd8b4Lb5+rGs=; h=Subject:To:References:From:Date:In-Reply-To; b=dlTAShBQs3IeSR1mSnzMqUaaiKAa7ZdpToUGYecLZzj7BI0RwCq3kbdj/YMItmJWl MeRim+N/j2XbECIyq5M3m+7dM1+zHywwue/xVU3BdxhZtbdejYGxpkRwj1BkbcFBFw ZwHioenMU0jrzv4zcceID298YYYajGR6UibI7jP8= Subject: Re: wine64 seems to fail to launch To: freebsd-emulation@freebsd.org References: <56355132.2070702@hashbang0.com> From: abi Message-ID: <5635EAFF.4060107@abinet.ru> Date: Sun, 1 Nov 2015 13:35:43 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56355132.2070702@hashbang0.com> Content-Type: text/plain; charset=windows-1252; 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: Sun, 01 Nov 2015 10:35:46 -0000 I suggest to try 1.7.52. Also, if you have wine64 and some audio devices, can you make a simple test? Start winecfg in 64-bit prefix and hit Audio tab. Is it opens for you? On 01/11/2015 02:39, Ben Lavery wrote: > 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 > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org"