-
Notifications
You must be signed in to change notification settings - Fork 10
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
[BUG] Does not support Cyrillic #20
Comments
I must say.. I'm using ARRCON with Conan Exiles. Even broadcast with cyrilic letters is working (Im using it via --file to store cyrilic symbols in propper encoding). Even nicknames with cyrilic symbols in conan exiles is viewed good (listplayers comand). I`m getting this bug only in Palworld. |
same here with CJK characters |
Thanks for the report (and the well-written repro steps & debug info)! While I haven't nailed down the exact cause, it is possible that the bug in this case is in Palworld and not ARRCON. I sent the "broadcast Привет" command from ARRCON to a PalWorld server and analyzed the packet in wireshark (Note: I had to inject the text directly as interactive mode actually doesn't support unicode). The packet data was correct, but in-game the text did not appear correctly. The application hanging is certainly a bug though, which will be fixed in v4 when it is released. |
Related: #16 |
I don't want to seem intrusive or rude, but you have no idea how dependent we are on your application. I refresh the github page every 15 minutes in the hope of seeing a new version T_T |
# System Information
# Bug Description
1)ARRCON Hangs on exetucing "showplayers" if Palworld`s dedicated-server have players with non-latin characters in nicknames.
2)ARRCON Hangs on executing "broadcast" command if broadcast message have cyrilic symbols.
P.S. "CHCP 65001" (or 1251 for rus, or any other is not helping)
# Reproduction Steps
2b) Type something like "broadcast Привет (hi)."
2a) Type "showplayers" (works when players have RU/UA/KZ characters in names)
P.S. I sent you email with host/port/pass for testing.
The text was updated successfully, but these errors were encountered: