vitamin wrote: > > 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. Great, I did the whole sequence one more time and the program doesn't run after the last Wine compilation. I'll post this test as soon as possible For reference sake this is about bug http://bugs.winehq.org/show_bug.cgi?id=24660 Thanks a lot Vitamin, I couldn't have done this without your help