[Bug 5300] severe font problems with Derive 6.10

Wine Bugs wine-bugs at winehq.org
Sun May 28 09:28:26 CDT 2006


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





------- Additional Comments From marcus at jet.franken.de  2006-28-05 09:28 -------
after studying x server code this error can only
happen if the format we send is not correct and has 
either more glyphs than data or more data than glyphs.

xc/programs/Xserver/render/render.c:

    if (nglyphs || remain)
    {   
        err = BadLength;
        goto bail;
    }

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