On Fri, Jul 19, 2002 at 12:05:41AM +0200, Max wrote:
As usual, AutoCAD seems to be a good test-bench for wine :-) I spotted the problem that seemed coming from VirtualQuety function, but that is (I guess... hmmmm) more a problem of memory handling in wine.
PE files don't get their image mapping done correctly (i.e. wrong page protection flags for various memory image sections).
I once tried to fix it, but it turned out to be a bit problematic (crashes), so I gave up on it again.
See relevant code in loader/* (probably pe_image.c).