http://bugs.winehq.org/show_bug.cgi?id=28365 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |us(a)edmeades.me.uk --- Comment #1 from Jason Edmeades <us(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.