Discussion:
[Wine] Wine displaying slowly
Luc Saffre
2014-02-14 04:23:37 UTC
Permalink
Hi all,

I am trying to run a program compiled using Xbase++ (a proprietary
Clipper compiler). Everything works perfectly except that the menus are
rendered very slowly.

And stdout says the following messages:

fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)
fixme:font:freetype_SelectFont Untranslated charset 254
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)

I used Google but could not find anything helpful. Now I'm locked.
Is there somebody here who can help me?

Luc
Luc Saffre
2014-02-14 04:23:13 UTC
Permalink
Hi all,

I am trying to run a program compiled using Xbase++ (a proprietary
Clipper compiler). Everything works perfectly except that the menus are
rendered very slowly.

And stdout says the following messages:

fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)
fixme:font:freetype_SelectFont Untranslated charset 254
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)

I used Google but could not find anything helpful. Now I'm locked.
Is there somebody here who can help me?

Luc
Frédéric Delanoy
2014-02-26 17:41:10 UTC
Permalink
Post by Luc Saffre
Hi all,
I am trying to run a program compiled using Xbase++ (a proprietary
Clipper compiler). Everything works perfectly except that the menus are
rendered very slowly.
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)
fixme:font:freetype_SelectFont Untranslated charset 254
fixme:font:get_nearest_charset returning DEFAULT_CHARSET
face->fs.fsCsb[0] = 00000000 file = (null)
I used Google but could not find anything helpful. Now I'm locked.
Is there somebody here who can help me?
Luc
You should probably submit a bug report (http://bugs.winehq.org/) with
any relevant information.

Frédéric Delanoy

Loading...