https://bugs.winehq.org/show_bug.cgi?id=43966
Bug ID: 43966 Summary: Wine crashes at launch in macOS 10.13.2 Beta (17C60c) Product: Wine Version: 2.20 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maxitg@icloud.com
Wine crashes immediately after launch in macOS 10.13.2 Beta (17C60c). Running either "winecfg", "winedbg", or even "wine someString", produces the following output:
i386_set_ldt: Invalid argument Segmentation fault: 11
Apparently, the behavior of i386_set_ldt has changed in 10.13.2, so the call to it at /libs/wine/ldt.c line 209 fails with errno = 22 (EINVAL).
The issue did not exist in macOS 10.13.1, however, I was able to reproduce it with another computer running 10.13.2 and clean (first time) Wine installation.
This could be a macOS bug (especially since it's a beta), but I thought it would make sense to post it here as well.
The issue is related to https://forums.eveonline.com/t/client-closed-unexpectedly-cannot-launch-the-....