Date: Mon, 02 Jul 2007 18:51:44 +0300 From: Iasen Kostov <tbyte@otel.net> To: freebsd-ports@freebsd.org Subject: Wine-0.39 and 0.40 Message-ID: <1183391504.30253.6.camel@DraGoN.OTEL.net>
next in thread | raw e-mail | index | archive | help
After the upgrade from wine-0.36 to 0.39 (and now to 0.40) fonts in wine disapeared. I have searched the wine lists and found that it is mostly because of wine not finding its fonts dir but looking at debug output i (atleast) looks like it could find the fonts but fails to load or ignores them: warn:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\Fonts\ \vgasys.fon" -> "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgasys.fon" required a case-insensitive search warn:font:AddFontFileToList Unable to load font file "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgasys.fon" err = 1 warn:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\Fonts\ \vgaoem.fon" -> "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgaoem.fon" required a case-insensitive search warn:font:AddFontFileToList Unable to load font file "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgaoem.fon" err = 1 warn:font:AddFontFileToList Unable to load font file "/usr/X11R6/lib/../share/wine/fonts/vgaoem.fon" err = 1 warn:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\Fonts\ \vgafix.fon" -> "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgafix.fon" required a case-insensitive search warn:font:AddFontFileToList Unable to load font file "/home/tbyte/.wine/dosdevices/c:/windows/fonts/vgafix.fon" err = 1 warn:font:AddFontFileToList Unable to load font file "/usr/X11R6/lib/../share/wine/fonts/vgafix.fon" err = 1 warn:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\Fonts" -> "/home/tbyte/.wine/dosdevices/c:/windows/fonts" required a case-insensitive search warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//coue1255.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//coue1256.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//coue1257.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//coure.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//couree.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//coureg.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//courer.fon" warn:font:AddFontFileToList Ignoring font "/usr/X11R6/lib/../share/wine/fonts//couret.fon" ... and so on. Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1183391504.30253.6.camel>