From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 17 02:17:41 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 152A5106566C for ; Tue, 17 Apr 2012 02:17:41 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC21A8FC15 for ; Tue, 17 Apr 2012 02:17:40 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so7431802pbc.13 for ; Mon, 16 Apr 2012 19:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=Of000iJVdoh0J+OgIusgKjFZ/YblY2ffUXBpHZgqmZw=; b=at6opiHs9o/FI1aJ2XZcgUW0FrNCZX0qEJAwXPsL9BN783Py1pf8Es6PtsUjj+2LkN caBGcUm0zoisHFFXKpLlgHyJEMUTx5HzeyqGSO1bU8hGmGj1LQqdcs3ad93MZ2iroPqJ zOkok5RexEyzQdw3NsQrWXA+2qyqY7gLktCmA+KWSmbh79Nkfj0gw1dGTk7TxCZ1+zQ9 pqLcEP9WUvyLsTkyddr3NDFprotUZiHoXQjuKyZ5gvVreAKklH7FG5kxhPK6VY9SL384 byuK7FoqZBc3JmUUB467don/uQra3wn6kOteoWMZO8lnraSm6Xub4m3LIp16j2cHPv38 flpg== Received: by 10.68.218.233 with SMTP id pj9mr3510771pbc.76.1334629060479; Mon, 16 Apr 2012 19:17:40 -0700 (PDT) Received: from bakeneko.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id qz7sm19312075pbc.16.2012.04.16.19.17.37 (version=SSLv3 cipher=OTHER); Mon, 16 Apr 2012 19:17:38 -0700 (PDT) Message-ID: <4F8CD2A8.2090606@gmail.com> Date: Mon, 16 Apr 2012 19:17:12 -0700 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120326 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: wine causing x bus error X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Apr 2012 02:17:41 -0000 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