On Wed Mar 4 23:23:02 2026 +0000, Alfred Agrell wrote:
You mean https://gitlab.winehq.org/wine/wine/-/pipelines/59189 in MR !10227? Yes, you've successfully deleted the merge commits from that one. That's progress. 126 is ERROR_MOD_NOT_FOUND, most likely from your new LoadLibraryExW call. You should GetLastError() before that call, and RestoreLastError() afterwards. I'm not sure about the win32u one. We have a bunch of tests that fail at random (yes, they're a pain), but I'm not familiar enough with that part of Wine to determine if that's one of the unstable ones, or if it's due to your changes. Alfred,
Looking at my "get_mui" function, your statement makes sense. Thank you. I will do whatever pulls, changes to loader.c to save and restore the error code, commit, and push in the morning. Regards, Craig -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10209#note_131340