[Bug 5330] Andrea Mosaic Execution Fails with fixme:seh:set_cpu_context setting partial context (13) not supported

Wine Bugs wine-bugs at winehq.org
Tue May 8 10:18:20 CDT 2007


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





------- Additional Comments From focht at gmx.net  2007-08-05 10:18 -------
Hello,

the partial context fix will probably affect a whole bunch of bug reports (i
pre-tested some, no side effects).
If committed to GIT i can drop this one out of my private set of patches (every
time i update from GIT).

To prevent confusion you should improve the "FIXME" message.
If people dont know the current implementation, they might assume that
"__wine_call_from_32_restore_regs( context )" is never made due to that console
message.

e.g. change 

--- snip ---
FIXME( "setting partial context (%x) not supported\n", flags );
--- snip ---

to something like:

--- snip ---
FIXME( "setting partial context (%x) not supported, using full context
instead\n", flags );
--- snip ---

Regards


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list