[Bug 22223] CDBurnerXP's audio disc mode is inaccessible

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 1 11:10:38 CDT 2010


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





--- Comment #3 from Anastasius Focht <focht at gmx.net>  2010-08-01 11:10:37 ---
Hello,

--- quote ---
Hi, are you sure GdipGetRegionScansCount is the root cause of this bug? That
fixme is always printed when the program's error report dialog pops up (I was
assuming it's responsible for the red X there).
--- quote ---

If you have a look at the managed callstack I posted you see the
GetRegionScans() method is the last method in frame before native gdiplus
runtime wrapper.
GetRegionScans() calls native gdiplus GdipGetRegionScansCount().

Wine's GdipGetRegionScansCount() prints the FIXME message and returns non-zero
(unimpl status).
The .NET Framework code detects this and throws a managed exception which is
then propagated and finally seen by the app's exception handler.
The error report dialog is shown because the app's own exception handler caught
the exception from managed code.

Regards

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