https://bugs.winehq.org/show_bug.cgi?id=53908
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com --- In that case you can do multiple bisects to identify the problematic commit.
First, bisect to find the commit that broke it starting at all. Then find the commit that fixed it. Once you know that, bisect for this issue, and cherry pick the fix commit before building each bisect step (make sure to revert it before running git bisect good|bad).