https://bugs.winehq.org/show_bug.cgi?id=50178
Bug ID: 50178 Summary: Commit df2b13fa breaks TIM 3.0.0 Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: chirs241097@gmail.com Distribution: ---
Link to the installer: http://dldir1.qq.com/qqfile/qq/TIM3.0.0/TIM3.0.0.21315.exe
Run the installer with LC_ALL=zh_CN.UTF-8 (click the big blue button all the way through). Then run ~/.wine/drive_c/Program\ Files/Tencent/TIM/Bin/TIM.exe (also with LC_ALL=zh_CN.UTF-8).
If everything is correct, the application would not crash.
Bisecting traces the first bad commit to df2b13fa77172953fed6e15c65fd6380b2d2f0d3: "msvcrt: Increment refcounts for all locale data in _get_current_locale()." Reverting this commit (plus several other commits to locale.c, aa889178 and 216b9cb0) manually does fix the issue.
A clean 32-bit wine prefix is used during the bisection.
https://bugs.winehq.org/show_bug.cgi?id=50178
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |df2b13fa77172953fed6e15c65f | |d6380b2d2f0d3 Summary|Commit df2b13fa breaks TIM |TIM 3.0.0 crashes on start |3.0.0 | Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=50178
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- See if it's a dupe of bug 50163.
https://bugs.winehq.org/show_bug.cgi?id=50178
Chris Xiong chirs241097@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Chris Xiong chirs241097@gmail.com --- (In reply to Rafał Mużyło from comment #1)
See if it's a dupe of bug 50163.
Seems true. Commit aa889178 does fix the issue. Closing.
*** This bug has been marked as a duplicate of bug 50163 ***
https://bugs.winehq.org/show_bug.cgi?id=50178
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.