http://bugs.winehq.org/show_bug.cgi?id=17324
Jeff L lats@yless4u.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26648|0 |1 is obsolete| |
--- Comment #76 from Jeff L lats@yless4u.com.au 2010-03-10 06:13:15 --- Created an attachment (id=26726) --> (http://bugs.winehq.org/attachment.cgi?id=26726) Patch to change invalid glyphs to 0
The default glyph from an mapped char is 0xffff. ScriptShape does the look up of the glyphs and marks missing glyphs with 0xffff. This causes a crash in xrender in test cases.
I am not sure that this will be a valid patch even if it fixes the problem but if it works we will see as I have a valid test exhibiting the problem.