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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 8 10:13:09 CST 2017


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

--- Comment #11 from VitorMM <vitormm at portingkit.com> ---
Confirming: the method mentioned above works. I could create a wine prefix with
Wine Staging 2.20 and install Steam in it after replacing this:
#define LDT_FIRST_ENTRY 512
#define LDT_SIZE 8192

With this:
#define LDT_FIRST_ENTRY 3
#define LDT_SIZE 127

Thanks to Ken Thomases for finding the workaround for the bug and to Gijs
Vermeulen for compiling Wine with the change so I could test it :)

-- 
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