From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 17 20:34:47 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DEA6106566B for ; Tue, 17 Apr 2012 20:34:47 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEE08FC15 for ; Tue, 17 Apr 2012 20:34:47 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q3HKYfe5042769 for ; Tue, 17 Apr 2012 15:34:41 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTP (ASSP 1.9); 17 Apr 2012 15:34:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 17 Apr 2012 15:34:40 -0500 From: Rusty Nejdl To: Mail-Reply-To: In-Reply-To: <4F8CD2A8.2090606@gmail.com> References: <4F8CD2A8.2090606@gmail.com> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.8-svn Subject: Re: wine causing x bus error X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 20:34:47 -0000 On 2012-04-16 21:17, matt wrote: > I've been trying with no success to get a 3d game running under wine > on > amd64. > Wine in general works fine, just crashes whenever any opengl/d3d > stuff > happens. > It works on wine with Linux, so I know this isn't a "simple" > incompatibility. > > The program launches, but as soon as it attempts to detect 3d > drivers, X > terminates with (hand transcribed): > Bus Error 10: at address 0x802cf30d7 > > I'm running amd64 with xf86-video-ati. > > I've tried running the latest package from mediafire, compiling my > own > package using the patch, as well as using a i386 chroot with the > standard wine from ports. Mesagl and libdrm are installed in the > chroot. > > Interestingly, trying to run it over SSH on a linux system also kills > X, > although with a segfault. > > They all have the result above...is this related to the wine address > space issues on the wiki? > > Is what I'm trying to do not possible? Or are there other steps I can > try? > > Matt > _______________________________________________ I don't have much to add on this except that ATI drivers are iffy on BSD while Nvidia seem to have deeper support. That's my guess as what you are running into. I have no clue why X-Forwarding crashes X. That makes me think that this isn't a wine issue but fundamental instability in the ATI drivers on FreeBSD. Rusty Nejdl