https://bugs.winehq.org/show_bug.cgi?id=51382
Bug ID: 51382 Summary: NetEase Cloud Music crashes on zh_CN.UTF-8 locale. Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: jactry92@gmail.com Distribution: ---
Created attachment 70237 --> https://bugs.winehq.org/attachment.cgi?id=70237 Registry for adding '宋体' font replacement.
This looks like a regression of 93ef83e903354e5d28a9a0b14dd2ff83504f2b0f.
Step to reproduce: 1. `export LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8` 2. `winetricks -q fakechinese arial` for installing Chinese font and work around a CEF issue. 3. Add this registry: ``` [HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] "宋体"="Source Han Sans SC" ``` 4. `wine cloudmusicsetup2.9.1.199099.exe` for installing the application. 5. `cd .wine/drive_c/Program\ Files/Netease/CloudMusic` and `wine cloudmusic.exe` for running the application.
Then it will crash when startup.