https://bugs.winehq.org/show_bug.cgi?id=51378 --- Comment #3 from Andrew V. Jones <andrew.jones(a)vector.com> --- No joke, this appears to have been fixed in 0ec555e58ea9d5b33f4c825e96965ad0cb15d00f (i.e., HEAD as of starting the `git bisect`). I `git bisect`ed in reverse, so 0ec555e58ea was bad (because it worked) and b3e9d0f88c5 was good (because it didn't), and I asked `git bisect` to tell me the first commit that was bad. I let it run and `git` said: ``` 0ec555e58ea9d5b33f4c825e96965ad0cb15d00f is the first bad commit ``` so I thought it had a bug in my script, but nope. In 9a56ba03368, I get: ``` withdll.exe: Starting: `withdll.exe' withdll.exe: with `Z:\mnt\baranem\wine\test\simple64.dll' withdll.exe: DetourCreateProcessWithDllEx failed: 2 ``` but with 0ec555e58ea it works! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.