[Bug 23176] New: Perfect Dark crashes in Japanese language environment
http://bugs.winehq.org/show_bug.cgi?id=23176 Summary: Perfect Dark crashes in Japanese language environment Product: Wine Version: 1.1.27 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jjudin+wine(a)iki.fi Created an attachment (id=28829) --> (http://bugs.winehq.org/attachment.cgi?id=28829) Program output with Wine 1.2-rc3 when trying to start Perfect Dark with LANG=ja_JP.UTF-8 variable set. Perfect Dark crashes in 64 bit Ubuntu 10.04 when started with LANG=ja_JP.UTF-8 environment variable set in Wine version 1.1.27 and higher. With Wine 1.1.26 and lower this works fine. -- 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=23176 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-06-14 12:20:18 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- 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=23176 --- Comment #2 from Jussi Judin <jjudin+wine(a)iki.fi> 2010-06-14 14:18:24 --- Now I happened to do more tests and noticed that besides Wine version it matters that if Gecko is installed. When Gecko is not installed, most Wine versions that I tested work, but when Gecko is installed, I get following results: 1.1.10 always OK 1.1.28, 1.1.29 crashes after I have clicked yes or no to Gecko install question and the box has disappeared. 1.1.30 crashes always 1.1.20-1.1.27, 1.2-rc3 crashes when Gecko is installed -- 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=23176 --- Comment #3 from Jussi Judin <jjudin+wine(a)iki.fi> 2010-06-14 19:28:20 --- I ran this bisecting three times by starting from version 1.1.10 and ending in 1.1.20 and installing Gecko every time it was asked for. Every bisection gave me different results even when I deleted wine directory before every run and then started iexplore with wine 1.1.43 that forced installation of some version of Gecko and the running Perfect Dark with LANG=ja_JP.UTF-8 and answering positively to the question about installing of Gecko. And I also tried to see if these bisection results gave me a crashing application, but the first bad versions from bisections actully worked when checked out later. Here are the results anyway from the three bisections: 31f8cd9621f6074293eeac21745adfce7cefdaef is the first bad commit commit 31f8cd9621f6074293eeac21745adfce7cefdaef Author: Tobias Jakobi <liquid.acid(a)gmx.net> Date: Thu Mar 26 03:12:50 2009 +0100 wined3d: Add pow2Matrix_identity flag to BaseTextureClass struct. New flag helps to quickly find out whether the pow2Matrix is a identity matrix (no texcoord fixup needed) or not. :040000 040000 881d177e467fbc3cc1f12ee3e8cfd565fd2930e8 209fc3417d66a77a85b457d19c8c2668cfdee09f M dlls 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is the first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Dec 30 06:48:59 2008 +0100 mshtml: Wine Gecko 0.9.0 release. :040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9 a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls 2a9b26862fb3b799c028792fb2a75533769a03d0 is the first bad commit commit 2a9b26862fb3b799c028792fb2a75533769a03d0 Author: Christian Costa <titan.costa(a)wanadoo.fr> Date: Tue Mar 31 21:38:02 2009 +0200 mciqtz32: Implement MCI_SEEK. :040000 040000 e6de803a87f9b60777ab01b20599e687036ca4b8 6cfccf1982232d7dbd713536c92129734e6bc79f M dlls -- 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=23176 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-14 23:01:04 --- Please run the regression test again, the patches you mentioned can't be the culprit of the 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=23176 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-14 23:02:32 --- Or 'mshtml: Wine Gecko 0.9.0 release' is it, but that's needs retesting. -- 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=23176 --- Comment #6 from Jussi Judin <jjudin+wine(a)iki.fi> 2010-06-15 07:40:08 --- Now that I kept the program startup state consistent and used cabbed Gecko instead of downloading it every time, commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 (mshtml: Wine Gecko 0.9.0 release.) crashes and commit before that (03a83c4... opengl32: Define an enum for extensions to make diffs smaller when adding new extensions.) works. Attaching the program output for that version. -- 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=23176 --- Comment #7 from Jussi Judin <jjudin+wine(a)iki.fi> 2010-06-15 07:42:21 --- Created an attachment (id=28861) --> (http://bugs.winehq.org/attachment.cgi?id=28861) Program console output of Perfect Dark 1.06 for Wine version 1.1.11-258-g8d28f09. -- 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=23176 sheex <sheex(a)dslextreme.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sheex(a)dslextreme.com --- Comment #8 from sheex <sheex(a)dslextreme.com> 2010-06-21 06:59:52 --- Hi, Perfect Dark kept crashing for me as well when I tried to run it with LANG=ja_JP.utf8. Turns out that all you need to do is follow the instructions of the comment at the bottom of this page: http://appdb.winehq.org/objectManager.php?sClass=version&iId=11132 I can now view Japanese with English in Perfect Dark. HTH -- 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=23176 Jussi Judin <jjudin+wine(a)iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com -- 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=23176 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www21.atwiki.jp/botu | |botubotubotu/ CC| |mstefani(a)redhat.com -- 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=23176 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Michael Stefaniuc <mstefani(a)redhat.com> 2010-11-16 15:20:40 CST --- Doesn't crash for me with LANG=ja_JP.utf8. 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=23176 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-26 13:15:05 CST --- Closing bugs fixed in 1.3.8. -- 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