abb4 wrote: > I understood from this thread earlier that this still needs to be tested? Yeah, testing it one more time will verify that is indeed the commit that broke your program. To do that run this: Code: git show -p 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786 | patch -p1 Compile Wine and test your program. If it doesn't work, then you've found the bad commit.