http://bugs.winehq.org/show_bug.cgi?id=17324
--- Comment #77 from Toralf Förster toralf.foerster@gmx.de 2010-03-10 07:23:30 --- (In reply to comment #76)
Created an attachment (id=26726)
--> (http://bugs.winehq.org/attachment.cgi?id=26726) [details]
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.
The crash went away applying this patch on top on 1.1.40
:-)