warning: XXX: missing glyph for char YYY

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Fazer
Level 3
Level 3
Posts: 80
Joined: Tue Apr 08, 2008 3:12 pm

warning: XXX: missing glyph for char YYY

Post by Fazer »

During a compilation of Wine I always get lots of errors in a form of

warning: XXX: missing glyph for char YYY

i.e.

warning: Courier 13: missing glyph for char 009f
warning: Small Fonts 11: missing glyph for char 00e9
warning: MS Sans Serif 13: missing glyph for char 03ae
warning: System 16: missing glyph for char 0626

They flood the log, creating almost 1900 lines.

I've attached it here - http://pastebin.com/f63cc5d92
I've added a command I've used for compilation and the very end of its log (it ended with no errors).

Some of my fonts are displayed incorrectly in Wine, very jerky, is this the cause of it? How can I fix it?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: warning: XXX: missing glyph for char YYY

Post by vitamin »

Fazer wrote:During a compilation of Wine I always get lots of errors in a form of

warning: XXX: missing glyph for char YYY

Some of my fonts are displayed incorrectly in Wine, very jerky, is this the cause of it? How can I fix it?
No, your problem is totally different. You should ignore those messages, unless you want to add all the missing font glyphs (characters, symbols, etc) yourself.
Locked