http://bugs.winehq.org/show_bug.cgi?id=28365
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
--- Comment #1 from Jason Edmeades us@edmeades.me.uk 2012-09-03 16:35:12 CDT --- This turns out to be a very simple issue - SHFileOperation is passed a list of strings, and needs a double null termination to end the list. We only supply one, so it walks onto whatever is in the memory buffer and attempts to delete that, failing which results in cmd reporting the error message.. Trivial to fix
http://www.winehq.org/pipermail/wine-patches/2012-September/117461.html