Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue of displaying item name as ??? when the game language is Chinese #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HuangJian
Copy link

@UnclWish
Copy link

UnclWish commented Feb 1, 2020

On Russian language the same bug. All item names is ???.
And string "Base Defense" are on english. But game is localized in russian.

@UnclWish
Copy link

UnclWish commented Feb 1, 2020

I tried commit 84e912d
and it works!
Russian item names writes right with it!

@MxCen
Copy link

MxCen commented Mar 17, 2020

BUG-暗金装备丢在地上后左上角消息提示???

QQ截图20200319014108

QQ截图20200319014354

After being dropped on the ground, the game prompts that the equipment is dropped. There is still a problem in the upper left corner. Please ask God to help correct it.

丢在地上后,游戏提示装备掉落消息左上角还有点问题,烦请大神帮助修正。

@MxCen
Copy link

MxCen commented Mar 19, 2020

“D:\BH2\BH2\ALL_BUILD.vcxproj”(默认目标) (1) ->
“D:\BH2\BH2\BH\BH.vcxproj”(默认目标) (3) ->
(ClCompile 目标) ->
d:\bh2\bh\asyncdrawbuffer.cpp(133): warning C4018: “>”: 有符号/无符号不匹配 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\common.cpp(243): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\common.cpp(261): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\config.cpp(475): warning C4018: “>=”: 有符号/无符号不匹配 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\d2helpers.cpp(192): warning C4838: 从“int”转换到“DWORD”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\d2version.cpp(56): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\jsonobject.cpp(623): warning C4018: “<”: 有符号/无符号不匹配 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\mpqinit.cpp(1038): warning C4838: 从“int”转换到“BYTE”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\modules\item\item.cpp(287): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\advanced\inputhook\inputhook.cpp(131): warning C4838: 从“unsigned int”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\framehook\framehook.cpp(113): warning C4838: 从“unsigned int”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\framehook\framehook.cpp(148): warning C4838: 从“unsigned int”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\texthook\texthook.cpp(189): warning C4838: 从“DWORD”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\texthook\texthook.cpp(189): warning C4838: 从“unsigned int”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\texthook\texthook.cpp(200): warning C4838: 从“DWORD”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]
d:\bh2\bh\drawing\basic\texthook\texthook.cpp(200): warning C4838: 从“unsigned int”转换到“LONG”需要收缩转换 [D:\BH2\BH2\BH\BH.vcxproj]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants