April 10, 2026
1:29 p.m.
The EA app was refusing to exit when quit via Cocoa for two reasons: - the wintab32 window was responding 0 to WM_QUERYENDSESSION - the app itself closes a window in response to WM_QUERYENDSESSION, and we weren't expecting the corresponding WM_ENDSESSION to fail -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10627