Issue with Special Characters (ä, ü, ö) Freezing Client in Havana_theallseeingeye

Libraski

New member
Hello everyone,

I'm currently working with the Havana_theallseeingeye project from this GitHub repository. Everything seems to be running fine except for one major issue:

Whenever special characters like ä, ü, ö or similar are used in chat, the client completely freezes. After that, I can't move or type anymore, which essentially makes the game unplayable for users who type in languages that use these characters.

I've checked my database collation and charset, and it is currently set to utf8mb4. I'm not sure if this is related to the issue, but it seems like the server might not be handling these characters correctly.

Has anyone experienced this problem? What could be causing the client to freeze with these characters, and how can I fix it?

Any help or guidance would be greatly appreciated!

Thank you in advance! 😊
 
I was having this issue with Japanese characters too. Did the same steps you did as well. Didn’t seem to resolve the issues. Thought it might be the db coalition but I didn’t want to change it since I was trying to run two different external texts concurrently for one of my Japanese players.
 
I was having this issue with Japanese characters too. Did the same steps you did as well. Didn’t seem to resolve the issues. Thought it might be the db coalition but I didn’t want to change it since I was trying to run two different external texts concurrently for one of my Japanese players.

I had already reached out to Sonykko about this. He mentioned that it was supposedly fixed in v2.4.2 (dev branch), as the issue seemed to be with encryption and decryption. However, even this version is no longer working—even though it initially did. Without these character sets, I can’t work on a project in my language (German), as we frequently use characters like (ä, ü, ö) in our words. I’m really at my wit’s end.
 
I had already reached out to Sonykko about this. He mentioned that it was supposedly fixed in v2.4.2 (dev branch), as the issue seemed to be with encryption and decryption. However, even this version is no longer working—even though it initially did. Without these character sets, I can’t work on a project in my language (German), as we frequently use characters like (ä, ü, ö) in our words. I’m really at my wit’s end.
Almost certain it had been patched as well. I need to look back at Havanas commits and try and find where it was fixed.
 
The issue it's solved in the v2.4.2 that I released, on it's pushed the commit directly from Quackster repo, on her fixed his charset mistake. For more specific charsets it's not problem of .jar files directly, it's problem of how you have configure your server and these files (for add, had been tested before Japanese and German and more characters and in any way it is not having any freeze or similar issue using standar charset).
Anything else Im here to help!
 
Last edited by a moderator:
The issue it's solved in the v2.4.2 that I released, on it's pushed the commit directly from Quackster repo, on her fixed his charset mistake. For more specific charsets it's not problem of .jar files directly, it's problem of how you have configure your server and these files (for add, had been tested before Japanese and German and more characters and in any way it is not having any freeze or similar issue using standar charset).
Anything else Im here to help!
Hey Sonykko,
What possible solutions do you think could help resolve the issue? I’d really appreciate any guidance you can provide! 😊
 
Last edited by a moderator:
Back
Top