[Bug 28331] New: Fortix: numerals replaced by capital letters
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(a)winehq.org ReportedBy: gyebro69(a)gmail.com CC: aric(a)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(a)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. -- 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=28331 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=28331 --- Comment #1 from GyB <gyebro69(a)gmail.com> 2011-09-10 00:20:43 CDT --- Created an attachment (id=36305) --> (http://bugs.winehq.org/attachment.cgi?id=36305) screenshot from the game Saira The aforementioned commit causes similar glitches in Saira (an indie platformer). Bug #24600 describes a problem where certain text doesn't appear correctly in Saira. The text in question is now completely unreadable, because letters replaced by strange symbols and signs (see attached screenshot). -- 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=28331 --- Comment #2 from Aric Stewart <aric(a)codeweavers.com> 2011-09-12 07:24:24 CDT --- (In reply to comment #1)
Created an attachment (id=36305) --> (http://bugs.winehq.org/attachment.cgi?id=36305) [details] screenshot from the game Saira
The aforementioned commit causes similar glitches in Saira (an indie platformer). Bug #24600 describes a problem where certain text doesn't appear correctly in Saira. The text in question is now completely unreadable, because letters replaced by strange symbols and signs (see attached screenshot).
Could I get a +uniscribe,+font log? -- 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=28331 --- Comment #3 from GyB <gyebro69(a)gmail.com> 2011-09-12 09:11:34 CDT --- Created an attachment (id=36336) --> (http://bugs.winehq.org/attachment.cgi?id=36336) [Saira]7zipped +uniscribe,+font log (uncompressed 42 MB) -- 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=28331 --- Comment #4 from Aric Stewart <aric(a)codeweavers.com> 2011-09-12 13:24:39 CDT --- (In reply to comment #3)
Created an attachment (id=36336) --> (http://bugs.winehq.org/attachment.cgi?id=36336) [details] [Saira]7zipped +uniscribe,+font log (uncompressed 42 MB)
So is the issue with Saira, Fortix, Both? the related bug seems to say that the font was unreadable BEFORE the patch but it works now. The log you sent me is of the failure right? The failure started after 4e760d89142eabae3f1704174b3040642d2d9d73? That seem very puzzling. -- 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=28331 --- Comment #5 from GyB <gyebro69(a)gmail.com> 2011-09-12 13:33:18 CDT --- (In reply to comment #4)
So is the issue with Saira, Fortix, Both? the related bug seems to say that the font was unreadable BEFORE the patch but it works now. In Saira letters appeared correctly before the patch, but there was a problem with the readability of the text (bug #24600). In Fortix everything was OK before the patch.
The log you sent me is of the failure right? Yes.
The failure started after 4e760d89142eabae3f1704174b3040642d2d9d73? Yes.
-- 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=28331 --- Comment #6 from Aric Stewart <aric(a)codeweavers.com> 2011-09-13 09:03:40 CDT --- Created an attachment (id=36360) --> (http://bugs.winehq.org/attachment.cgi?id=36360) Test Fix Could you please test the attached usp.patch for both Fortix and Saria and see if it helps without causing regressions? thanks! -aric -- 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=28331 --- Comment #7 from GyB <gyebro69(a)gmail.com> 2011-09-13 10:07:16 CDT --- (In reply to comment #6)
Created an attachment (id=36360) --> (http://bugs.winehq.org/attachment.cgi?id=36360) [details] Test Fix
Could you please test the attached usp.patch for both Fortix and Saria and see if it helps without causing regressions?
thanks! -aric
Aric, The patch fixed the problem in Fortix, but it left the bug intact in Saira. I found a third game, Drakensang, which shares the same problem, due to commit 4e760d89142eabae3f1704174b3040642d2d9d73. The patch didn't help in the case of Drakensang either. -- 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=28331 --- Comment #8 from Aric Stewart <aric(a)codeweavers.com> 2011-09-13 10:30:42 CDT --- (In reply to comment #7)
(In reply to comment #6)
Created an attachment (id=36360) --> (http://bugs.winehq.org/attachment.cgi?id=36360) [details] [details] Test Fix
Could you please test the attached usp.patch for both Fortix and Saria and see if it helps without causing regressions?
thanks! -aric
Aric,
The patch fixed the problem in Fortix, but it left the bug intact in Saira.
I found a third game, Drakensang, which shares the same problem, due to commit 4e760d89142eabae3f1704174b3040642d2d9d73. The patch didn't help in the case of Drakensang either.
Is there a download url for Drakensang? I can look at that. -- 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=28331 --- Comment #9 from GyB <gyebro69(a)gmail.com> 2011-09-13 10:33:13 CDT --- (In reply to comment #8)
Is there a download url for Drakensang? I can look at that.
http://www.fileplanet.com/195432/190000/fileinfo/Drakensang:-The-Dark-Eye-De... -- 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=28331 --- Comment #10 from Aric Stewart <aric(a)codeweavers.com> 2011-09-13 13:03:49 CDT --- Created an attachment (id=36375) --> (http://bugs.winehq.org/attachment.cgi?id=36375) Test Fix2 Please try again with the new patch. I cannot get Saira to run so please test that as well. -- 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=28331 --- Comment #11 from GyB <gyebro69(a)gmail.com> 2011-09-13 13:52:18 CDT --- (In reply to comment #10)
Created an attachment (id=36375) --> (http://bugs.winehq.org/attachment.cgi?id=36375) [details] Test Fix2
Please try again with the new patch.
I cannot get Saira to run so please test that as well.
The second patch fixed the problem in Fortix and Drakensang...but the bug still remained in Saira. Here's how to run Saira: -you will need native msvcp60.dll (place that in the game directory). Start the game by Settings.exe and change display mode to 'windowed'. Click on 'Exit & Launch Game'. - in the menu choose new game > Slot 1. - the game suffers from bug #24451 as well, so you won't see the lower part of the screen. Just press the right arrow 2-3 times, and a white arrow, pointing downwards, will appear when you're at the correct location. Now press 'd', and the screen, showing the garbled text should appear. -- 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=28331 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from GyB <gyebro69(a)gmail.com> 2011-09-14 13:08:46 CDT --- http://source.winehq.org/git/wine.git/commit/7ccf31bde84f28ff03698d6ae9d34dc... fixed the problem in Fortix as well as in Drakensang. As for Saira...that might be a different problem. Thank you Aric, and keep up the good work! Marking as 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=28331 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2011-09-23 12:58:53 CDT --- Closing bugs fixed in 1.3.29. -- 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=28331 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7ccf31bde84f28ff03698d6ae9d | |34dc67290bb18 -- 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