We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The isdigit function will encounter errors when the channel name is in Chinese ChannelHandler.cpp -> if (isdigit(channelName[0])) return;
isdigit() -> iswdigit()
No response
The isdigit function will encounter errors when the channel name is in Chinese
Debug Assertion Failed!
Program: D:\Build\bin\Debug\worldserver.exe File: minkernel\crts\ucrt\src\appcrt\convert\isctype.cpp Line: 36
Expression: c >= -1 && c <= 255
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
Windows 10 x64
The text was updated successfully, but these errors were encountered:
Addendum, when using the Chinese client to extract DBC, it will appear
Sorry, something went wrong.
Provide the hash of your current AC rev.
AzerothCore rev. 25fb6cc+ 2024-12-20 15:38:17 +0100 (master branch) (Win64, Debug, Static)
No branches or pull requests
Current Behaviour
The isdigit function will encounter errors when the channel name is in Chinese
ChannelHandler.cpp -> if (isdigit(channelName[0])) return;
Expected Blizzlike Behaviour
isdigit() -> iswdigit()
Source
No response
Steps to reproduce the problem
The isdigit function will encounter errors when the channel name is in Chinese
Extra Notes
No response
AC rev. hash/commit
AzerothCore rev. 25fb6cc+ 2024-12-20 15:38:17 +0100 (master branch) (Win64, Debug, Static)
Microsoft Visual C++ Runtime Library
Debug Assertion Failed!
Program: D:\Build\bin\Debug\worldserver.exe
File: minkernel\crts\ucrt\src\appcrt\convert\isctype.cpp
Line: 36
Expression: c >= -1 && c <= 255
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
Operating system
Windows 10 x64
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: