http://bugs.winehq.org/show_bug.cgi?id=28331
Summary: Fortix: numerals replaced by capital letters Product: Wine Version: 1.3.28 Platform: x86 URL: http://fortix-game.com/10041421097521/fortix_demo_setu p.exe OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: usp10 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: aric@codeweavers.com Regression SHA1: 4e760d89142eabae3f1704174b3040642d2d9d73
Created an attachment (id=36304) --> (http://bugs.winehq.org/attachment.cgi?id=36304) terminal output
Description: Fortix is a Qix-like arcade game, where you have to capture a portion of the screen by drawing lines.
The problem: once an area of the screen is drawn, you gain points. The score appears on the screen for a couple of seconds, but numerals are replaced by capital letters. E.g. you will see JXU, instead of +95. All other text (numerals and letters) appear correctly in the game.
This problem appeared in Wine-1.3.28, and the result of the regression test:
4e760d89142eabae3f1704174b3040642d2d9d73 is the first bad commit commit 4e760d89142eabae3f1704174b3040642d2d9d73 Author: Aric Stewart aric@codeweavers.com Date: Tue Sep 6 07:17:59 2011 -0500
usp10: Disable glyph indexes for Symbol, non-TrueType, and device fonts.
:040000 040000 4022d54a48f64b5141dab3ce927f7cf5bc604fbf 42d626ff0a525ffdec8a13a1e7bf704628e362bb M dlls
Reverting the patch fixed the issue. Using a native usp10.dll also works around the problem.