[Bug 10245] New: Half-life 2 font issue with 0.9.48 (works 0.9.40)
http://bugs.winehq.org/show_bug.cgi?id=10245 Summary: Half-life 2 font issue with 0.9.48 (works 0.9.40) Product: Wine Version: 0.9.48. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: sandbag(a)luukku.com Hello, Half-Life 2: Episode Two main menu and game fonts are messed up when using WINE 0.9.48. Fonts will work on WINE 0.9.40. HL2-specific fonts are replaced with some other font and main menu fonts look "jagged" when compared to 0.9.40. During game play crosshair and HUD fonts are using some other font than HL2crosshair.ttf and halflife2.ttf. Game crashes when changing weapon. However, HL2 console font looks far better on 0.9.48. Please see following screenshots. HL2:Episode Two Main Menu in WINE 0.9.40 (works, please note errors on console) http://www.imgplace.com/users/sandbag/WINE_HL2_font_bug/1193774217.jpg HL2:EP2 Main Menu in WINE 0.9.48 (wrong font, jagged edges on menu text) http://www.imgplace.com/users/sandbag/WINE_HL2_font_bug/1193774231.jpg HL2:EP2 in-game screen shot on WINE 0.9.40 (works) http://www.imgplace.com/users/sandbag/WINE_HL2_font_bug/1193774181.jpg HL2:EP2 in-game screen shot on WINE 0.9.48 (crosshair and HUD messed up, HUD font has jagged edges) http://www.imgplace.com/users/sandbag/WINE_HL2_font_bug/1193774200.jpg Going back to WINE 0.9.40 fixes fonts, but there are some game crash issues. Version 0.9.40 is the last one which works, 0.9.41 introduces this font problem. Also Half-Life 2 and Half-Life 2: Episode One has this same problem with all WINE versions starting with 0.9.41. I'm using HL2:EP2 with SteamEmu and starting game with following command line: wine hl2.exe -dxlevel 81 -steam -game ep2 -novid -console -heapsize 512000 Having extracted GCF-files has no effect on this, tested on HL2:EP1. I tried to fix problem with following steps. 1) by copying HL2-fonts to KDE ".fonts" dir. They will show up on KDE and Control Center, but this does not fix issue. 2) Deleting all duplicate fonts which are included with WINE from windows font directory. No effect. 3) "Reinstalling" wine by deleting ".wine"-dir and recreating it with winecfg. Installed only HL2: Episode Two. No effect. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2007-10-30 18:44:17 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #2 from Sands <sandbag(a)luukku.com> 2007-11-01 11:31:02 --- Created an attachment (id=8916) --> (http://bugs.winehq.org/attachment.cgi?id=8916) Git bisect log between .40 and .41 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Sands <sandbag(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org, | |sandbag(a)luukku.com --- Comment #3 from Sands <sandbag(a)luukku.com> 2007-11-01 11:33:05 --- Here's results for regression test between 0.9.40 and 0.9.41, using current git tree. Git bisect log included as attachment. 629639ee601052907b2b67005fb1fda54314dd08 is first bad commit commit 629639ee601052907b2b67005fb1fda54314dd08 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 4 12:47:57 2007 +0200 configure: Merge the libXrender existence check with the soname check. :100755 100755 dec471ead48c9a7c4fdb6dccf797e6d15d83e77b a1e264f51192fec4024f065486949d5f55cb835c M configure :100644 100644 b271ffc40b57ab541afbb874c12959cd79485d66 3e7c97b7c0597cf996d83df5ed5c3d974d113a7e M configure.ac :040000 040000 4b84672b05ce0a7863082846f46da074ed2b876c 0ed387a80616cf08122846f669340720813a0694 M dlls Compiled with: CC="ccache gcc -m32" CFLAGS="-m32 -L/usr/lib" LDFLAGS="-L/usr/lib" ./configure --with-x --with-opengl make clean && make depend && make wine --version wine-0.9.40-94-gaf928ec -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-11-01 21:51:58 --- Is that a 64-bit machine (-m32 suggests that)? You're most likely missing a libXrender.so symlink. If you would set the Hardware specs above correctly at the first place it would make identifying the problem more easier. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Chris Boyle <chris(a)boyle.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris(a)boyle.name -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Benjamin Debski <bmd_1985(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Benjamin Debski <bmd_1985(a)hotmail.com> 2008-02-08 18:04:59 --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-06-12 13:14:30 --- Is this still an issue in current (1.0-rc4 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Dmitriy Geels <dmitriy.geels(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitriy.geels(a)gmail.com --- Comment #7 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-06-16 13:01:40 --- Yes, it's still there. Wine 1.0-rc5 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-12-15 13:54:43 --- Is this still an issue in current (1.1.10 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #9 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-19 02:31:13 --- sorry, can't test right now. there is a blocker: http://bugs.winehq.org/show_bug.cgi?id=13839 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #10 from Dmitriy Geels <dmitriy.geels(a)gmail.com> 2008-12-22 06:05:56 --- Just tested wine 1.1.10 on SIN Episodes, bug is still there: letters A/B/C instead of crosshair. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-06-30 11:29:46 --- Is this still an issue in current (1.1.24 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Alex Moore <light_speed10(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |light_speed10(a)hotmail.com --- Comment #12 from Alex Moore <light_speed10(a)hotmail.com> 2009-07-09 15:17:43 --- (In reply to comment #11)
Is this still an issue in current (1.1.24 or newer) wine?
Yes, I still get an "A" instead of a crosshair in Sin Episodes on wine 1.1.25. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 march <heyfifty(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heyfifty(a)gmail.com --- Comment #13 from march <heyfifty(a)gmail.com> 2009-08-17 01:21:40 --- I'v got a bit different bug with HUD, tried to figure it out myself, but no luck. The bottom part of the hud, health,kevlar looks fine, but the ammo and the menu when you switch between run and walk for example are cropped, so i can't see anything. Screenshot: http://www.imgplace.com/viewimg34/1156/5549screenshot.jpg (dunno where the grey stripes appeared from) Wine: 1.1.27, had the same on 1.1.22 VGA: Geforce 8400GS 512mb, dx9 support In Winecfg, pixel shaders enabled. Starting the game with following: wine hl2_launch.exe -novid -dxlevel 90(tried 81,80,70) -preload -width 1280 -height 1024 Anyone has the same before? Ty. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2010-04-29 18:26:34 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.43 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #15 from Alex Moore <light_speed10(a)hotmail.com> 2010-05-16 08:10:34 --- (In reply to comment #14)
This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.43 or newer) wine?
Unfortunately, yes it's still an issue for Sin Episodes (crosshair appears as an "A" character), under Wine 1.1.44. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 --- Comment #16 from Alex Moore <light_speed10(a)hotmail.com> 2010-05-31 11:36:33 --- I've been continuing to confirm the existence of this bug in Sin Episodes. However I have finally resolved it, and it appears to me to be more of a bug in the game (which Windows happily ignores) rather than in wine, though perhaps that's untrue. Basically the .res file in which the SE1Crosshairs font is referenced refers to the font by name as "SE1crosshairs", which works in windows, but in fact it needs to refer to it as "SINEPISODES" (which is the font family name) in order for the game to pick it up when running under wine. This can be fixed by extracting the ClientScheme.res file, placing it in the ".../Steam/steamapps/<username>/sin episodes emergence/SE1/resource/" directory, and editing it as follows, but I suspect it could also be fixed by editing SE1Crosshairs.ttf in FontForge and setting the "Family Name" to be "SE1crosshairs": --- ClientScheme_bak.res 2010-05-31 17:21:40.314695269 +0100 +++ ClientScheme.res 2010-05-31 17:13:20.824696081 +0100 @@ -286,7 +286,7 @@ { "0" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "20" "antialias" "1" @@ -295,7 +295,7 @@ } "1" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "24" "antialias" "1" @@ -304,7 +304,7 @@ } "2" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "27" "antialias" "1" @@ -313,7 +313,7 @@ } "3" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "34.56" "antialias" "1" @@ -322,7 +322,7 @@ } "4" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "38.88" "antialias" "1" @@ -331,7 +331,7 @@ } "5" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "43.2" "antialias" "1" @@ -340,7 +340,7 @@ } "6" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "46.08" "antialias" "1" @@ -349,7 +349,7 @@ } "7" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "54" "antialias" "1" @@ -358,7 +358,7 @@ } "8" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "60.48" "antialias" "1" @@ -367,7 +367,7 @@ } "8" { - "name" "SE1crosshairs" + "name" "SINEPISODES" "custom" "1" "tall" "64.8" "antialias" "1" @@ -481,7 +481,8 @@ "name" "Courier New" "tall" "23" "weight" "2400" - "outline" "1" + "outline" "1" + "antialias" "1" } } HudHintTextLarge -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Alexey Loukianov <mooroon2(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mooroon2(a)mail.ru --- Comment #17 from Alexey Loukianov <mooroon2(a)mail.ru> 2010-06-23 02:33:07 --- Well, it looks like that the original bug reported against HL2:EP2 had been fixed successfully loong time ago, while newer reports that seemed to be duplicates of this bug are no more than the bugs in game itself. Maybe it is just the time to close FIXED or INVALID before the Wine 1.2 release? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> 2011-08-06 04:41:52 CDT --- still a bug in current wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 runetmember(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember(a)gmail.com --- Comment #19 from runetmember(a)gmail.com 2011-08-10 04:57:55 CDT ---
still a bug in current wine? No. Tested today with WINE 1.3.26.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dank(a)kegel.com Resolution| |FIXED --- Comment #20 from Dan Kegel <dank(a)kegel.com> 2011-08-10 06:43:04 CDT --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2011-08-26 13:23:40 CDT --- Closing bugs fixed in 1.3.27. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com Regression SHA1| |629639ee601052907b2b67005fb | |1fda54314dd08 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10245 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other --- Comment #22 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:22:27 CST --- Removing deprecated 'All' Platform. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org