[Bug 25057] Magic Workstation: mwsplay.exe crashes when launching it

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 10 15:39:56 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25057

--- Comment #9 from Marcus Meissner <marcus at jet.franken.de> 2010-11-10 15:39:55 CST ---
the program creates a new segment

readwrite anon file
mapped to a readwriteexec mapping

in this mapping it writes user32.dll hooks, SetScrollInfo namely.

(it overwrites the start of user32.SetScrollInfo with jmp <MAPPING>.

However, this section stays rw-, so the call on "NX" capable systems like
x86_64
will fault on entering.

Not sure if this is a write vs exec issue.

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



More information about the wine-bugs mailing list