http://bugs.winehq.org/show_bug.cgi?id=22223
--- Comment #6 from A Wine user RandomAccountName@mail.com 2010-11-19 12:20:49 CST --- Created an attachment (id=32029) --> (http://bugs.winehq.org/attachment.cgi?id=32029) Hack
Audio disc mode can be entered if GdipDrawString doesn't return NotImplemented when a brush type other than BrushTypeSolidColor is used. The patch also makes the fixme for this function output the requested brush type, which in this case is:
fixme:gdiplus:GdipDrawString not implemented for brush type 2
I guess that corresponds to BrushTypeTextureFill?