From owner-freebsd-current@FreeBSD.ORG Wed Mar 3 11:31:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F363F16A4CE for ; Wed, 3 Mar 2004 11:31:13 -0800 (PST) Received: from mailhub1.midco.net (mailhub1.midco.net [24.220.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C2743D31 for ; Wed, 3 Mar 2004 11:31:13 -0800 (PST) (envelope-from pmes@bis.midco.net) Received: (qmail 11435 invoked by uid 0); 3 Mar 2004 19:31:12 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 3 Mar 2004 19:31:12 -0000 Message-ID: <40463280.3070309@bis.midco.net> Date: Wed, 03 Mar 2004 13:31:12 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7a) Gecko/20040227 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: wine on current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 19:31:14 -0000 To quote Craig Boston from a thread in December, "this is getting very complicated very fast." Is there an answer, or is wine broken on current? I seem to have worked my way around the static ldt allocation issue by adding this to libmap.conf: [/usr/local/bin/wine] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so [/usr/local/bin/wineserver] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so I still have trouble with threading though: Fatal error 'Uninitialized mutex in pthread_mutex_trylock_basic' at line 474 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0) wine: Unhandled exception (thread 000f), starting debugger... WineDbg starting on pid a Can't find file for ELF 'wine-kthread' (0x0) Can't find file for ELF 'wine-pthread' (0x0) Couldn't load process fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0 Any tips will be appreciated. Thanks, Pete...