https://bugs.winehq.org/show_bug.cgi?id=51627
Bug ID: 51627 Summary: recent GetAdaptersAddresses() changes break Temtem Product: Wine Version: 6.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs@winehq.org Reporter: justinrun@gmail.com Distribution: ---
As of wine v6.15, Temtem crashes on startup. It was fine in v6.14.
GloriousEggroll discovered that reverting these 3 recent commits fixes the issue:
091c92521ee22558bbc2adcdd8b18b213d818180 fade7a5862a31d26c7368818824cce6c4988a1b3 3bace8862f1b49e40574d1c9647e6984f10d026f
Seems like the reimplementation of GetAdaptersAddresses() ontop of nsi caused the issue.