http://bugs.winehq.org/show_bug.cgi?id=21401
Jeremy White jwhite@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jwhite@codeweavers.com
--- Comment #7 from Jeremy White jwhite@codeweavers.com 2010-01-18 09:39:32 --- I've been working on this, without much success. I hit two failures; one a problem caused by a lack of info in GetProcessMemoryInfo. I'll attach a hack that works around that one.
The second one is caused by a flaw in GetCurrentDirectoryA. A patch for that is also attached (that patch may be correct; it's julliard's work, not mine <g>).
There is a third failure. The belief is that we're calling a NULL pointer, and the hunch is that there is something going on in the io completion routine logic that is causing it, but I haven't dug very deeply on that.