From owner-freebsd-ports@FreeBSD.ORG Mon Jul 2 16:29:59 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFE7516A469 for ; Mon, 2 Jul 2007 16:29:59 +0000 (UTC) (envelope-from tbyte@otel.net) Received: from mail.otel.net (gw3.OTEL.net [212.36.8.151]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF5513C4B7 for ; Mon, 2 Jul 2007 16:29:59 +0000 (UTC) (envelope-from tbyte@otel.net) Received: from dragon.otel.net ([212.36.8.135]) by mail.otel.net with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I5OBl-0007Uw-6C for freebsd-ports@freebsd.org; Mon, 02 Jul 2007 18:51:45 +0300 From: Iasen Kostov To: freebsd-ports@freebsd.org Content-Type: text/plain Date: Mon, 02 Jul 2007 18:51:44 +0300 Message-Id: <1183391504.30253.6.camel@DraGoN.OTEL.net> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Wine-0.39 and 0.40 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 16:29:59 -0000 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.