On Mon Feb 2 18:33:23 2026 +0000, Jacek Caban wrote:
Those flags may be used by jscript, so we can't unconditionally treat them as invalid. Consider something like that for an example: ``` var f = document.body.getElementsByTagName; var r = f("test"); ok(r.length === 0, "r.length = " + r.length); ``` Ah right. I think getting this done properly will be more complicated, and I don't think the Adobe Cloud Installer needs it. I think, based on the error code, it might have something to do with SID_GetCaller (like in other similar places we have TODOs about it), because obviously jscript has to send those flags as we have tests for that, so that can't be changed.
So I'll just drop this patch and add the basic tests for future. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10004#note_128668