March 17, 2026
10:25 p.m.
Windows implementation of the `RtlGetActiveActivationContext` can return `STATUS_INVALID_PARAMETER` which means that: `teb, actctx `or `cookie` are invalid arguments, windows implementation handles this case: {width=728 height=210} {width=730 height=347} I don't see the reason why Wine can't handle this case, that's why I implemented it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10355