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@winehq.org ReportedBy: r000n@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.
http://bugs.winehq.org/show_bug.cgi?id=12758
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2008-04-23 12:06:20 --- Please attach a +relay log.
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #2 from r000n r000n@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
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #3 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #4 from r000n r000n@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))
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #5 from Dmitry Timoshkov dmitry@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?
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #6 from r000n r000n@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)
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #7 from r000n r000n@yandex.ru 2008-04-24 09:21:14 --- On 0.9.58 - normal work
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #8 from Dmitry Timoshkov dmitry@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
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #9 from r000n r000n@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@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...
http://bugs.winehq.org/show_bug.cgi?id=12758
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |slash@ma.neweb.ne.jp
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-25 04:59:59 --- Thanks for the regression test, adding author of the patch to the cc: list.
http://bugs.winehq.org/show_bug.cgi?id=12758
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0.0
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-25 06:21:23 --- Let's make sure it's fixed for 1.0.
http://bugs.winehq.org/show_bug.cgi?id=12758
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=12758
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2008-06-13 05:34:04 --- Most likely dup of 13420.
*** This bug has been marked as a duplicate of bug 13420 ***
http://bugs.winehq.org/show_bug.cgi?id=12758
--- Comment #13 from r000n r000n@yandex.ru 2008-06-14 03:45:36 --- Yes, problem solved. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=12758
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Dan Kegel dank@kegel.com 2008-06-14 09:44:16 --- Good, closing.