[Bug 43966] Wine crashes at launch in macOS 10.13.2 Beta (17C60c)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 7 21:12:53 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=43966

Ken Thomases <ken at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #4 from Ken Thomases <ken at codeweavers.com> ---
Yeah, this is just a bug in the OS. The i386_set_ldt() system call is necessary
for Wine's initialization of threads in 32-bit processes. That system call has
narrowed the range of valid indexes it accepts and the new range doesn't
include those that Wine tries to use.

CodeWeavers has discussed it with Apple. At this point, we expect them to fix
it before 10.13.2 is released.

If they don't there is a workaround of just changing the definition of
LDT_FIRST_ENTRY in Wine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list