[Bug 40511] Application that copies files from one place to another stoped working in wine versions greater then 1.6.2

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 2 07:20:37 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40511

--- Comment #14 from Wylda <wylda at volny.cz> ---
> If i attach the regression log , would that help ?

Nope, because it's not important how you get to the faulty commit. And putting
here other unrelated commits may affect someone else search.

Rather verify, that you found the right commit. There are multiple ways, how to
perform verification, but for example:

git checkout -f faulty_commit
recompile  //here you have to see the problem

git show faulty_commit | patch -p1 -R
recompile  //here your application behaves correctly

-- 
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.



More information about the wine-bugs mailing list