I am completely unable to run anything on wine, as I get the following errors: wine c33setup.exe Building font metrics. This may take some time... Font metrics: 0.0% done fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--10-100-75-75-m-100-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--12-120-75-75-m-120-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--14-140-75-75-m-140-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--16-160-75-75-m-160-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--18-180-75-75-m-180-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--20-200-75-75-m-200-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-baekmuk-batangbdf-bold-r-normal--24-240-75-75-m-240-ksc5601.1987-0' are not working correctly now. XIO: fatal IO error 0 (Success) on X server ":0.0" after 192 requests (189 known processed) with 0 events remaining. Any help with this will be GREATLY appreciated
Ethan Baker wrote:> I am completely unable to run anything on wine, as I get the following > errors: > > > wine c33setup.exe > Building font metrics. This may take some time... > Font metrics: 0.0% done > fixme:font:LFD_InitFontInfo DBCS fonts like > '-baekmuk-batangbdf-bold-r-normal--10-100-75-75-m-100-ksc5601.1987-0' > are not working correctly now.You can remove the offending fonts from your X font server; a few do break Wine. Or a better solution, if you have a reasonably current Linux version, is to create a windows\Fonts directory in your Windows directory, and stick some TrueType fonts in it. You can get the fonts from a real Windows install (in C:\windows\Fonts) and also from: http://corefonts.sourceforge.net/ That will cause Wine to use direct Font rendering, which in general is a good thing (better performance and quality).