Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Mar 2004 13:31:12 -0600
From:      Peter Schultz <pmes@bis.midco.net>
To:        freebsd-current@freebsd.org
Subject:   wine on current
Message-ID:  <40463280.3070309@bis.midco.net>

next in thread | raw e-mail | index | archive | help
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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40463280.3070309>