[Bug 12758] New: Freeze on start with cp1251 locale
http://bugs.winehq.org/show_bug.cgi?id=12758 Summary: Freeze on start with cp1251 locale Product: Wine Version: 0.9.60 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: r000n(a)yandex.ru When I try start application with setting cp1251 encoding before: LC_ALL=ru_RU.cp1251 wine filename.exe then window of application freeze and loading stopped If I start it simple with wine filename.exe All works. But without cyrillic letters. With other locales, koi8r and utf8 start also normal. -- 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=12758 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-04-23 12:06:20 --- Please attach a +relay 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=12758 --- Comment #2 from r000n <r000n(a)yandex.ru> 2008-04-23 22:47:09 --- Created an attachment (id=12423) --> (http://bugs.winehq.org/attachment.cgi?id=12423) With +relay LC_ALL=ru_RU.cp1251 WINEDEBUG=+relay wine nda.exe &>relay.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=12758 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-23 23:12:34 --- +relay logs are useless without +seh,+tid. Please regenerate the log. Also please attach a log with default locale for a comparison. -- 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=12758 --- Comment #4 from r000n <r000n(a)yandex.ru> 2008-04-23 23:33:46 --- Created an attachment (id=12424) --> (http://bugs.winehq.org/attachment.cgi?id=12424) ok LC_ALL=ru_RU.cp1251 WINEDEBUG=+tid,+seh,+relay wine nda.exe &>relay-cp1251.log - manual termination of program WINEDEBUG=+tid,+seh,+relay wine nda.exe &>relay-default.log - exit with File > Exit (on touch)) -- 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=12758 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-24 01:01:05 --- There is no much differece in both logs, just the locale in the default one is english, in cp1251 - russian, in the default log IME is loaded, in cp1251 is not. cp1251 log hangs on a PeekMessage call. Can you try with an older Wine version, say 0.9.58 or 0.9.59? -- 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=12758 --- Comment #6 from r000n <r000n(a)yandex.ru> 2008-04-24 09:20:41 --- Created an attachment (id=12437) --> (http://bugs.winehq.org/attachment.cgi?id=12437) Relay with wine 0.9.58 Variant for 0.9.58 from http://wine.budgetdedicated.com/apt/ (etch) -- 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=12758 --- Comment #7 from r000n <r000n(a)yandex.ru> 2008-04-24 09:21:14 --- On 0.9.58 - normal work -- 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=12758 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-24 10:39:19 --- (In reply to comment #7)
On 0.9.58 - normal work
Thanks for testing. Could you please perform the regression test, and try to find an offending patch? 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=12758 --- Comment #9 from r000n <r000n(a)yandex.ru> 2008-04-25 04:54:11 --- Done testing between 0.9.58 and 0.9.60. Result here: 185157cb6eb25bc5e75e9a260b593e98153d2255 is first bad commit commit 185157cb6eb25bc5e75e9a260b593e98153d2255 Author: Kusanagi Kouichi <slash(a)ma.neweb.ne.jp> Date: Fri Apr 4 20:44:36 2008 +0900 winex11: Connect to XIM server dynamically. :040000 040000 4df81736d311abdd4b603e64987fb90e4e5c9a71 7999fe03f030755e4e731116a1701b0779e07ab7 M dlls How try between 0.9.59 and 0.9.60... -- 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=12758 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slash(a)ma.neweb.ne.jp --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-25 04:59:59 --- Thanks for the regression test, adding author of the patch to the cc: list. -- 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=12758 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0.0 --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-25 06:21:23 --- Let's make sure it's fixed for 1.0. -- 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=12758 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |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=12758 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-13 05:34:04 --- Most likely dup of 13420. *** This bug has been marked as a duplicate of bug 13420 *** -- 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=12758 --- Comment #13 from r000n <r000n(a)yandex.ru> 2008-06-14 03:45:36 --- Yes, problem solved. Thanks! -- 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=12758 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Dan Kegel <dank(a)kegel.com> 2008-06-14 09:44:16 --- Good, closing. -- 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