Open
Description
When Japanese characters are in the hostname, the game crashes. Switching to a hostname with only ascii characters the game no longer crashes.
See discord discussion in the cncnet server here: https://discord.com/channels/188156159620939776/1112100895493193749
Instruction at 7B353E is executed after getting null from gethostbyname. The error is detected at 7B34D5 but the code doesn't bail out and continues executing until it attempts to reference the null result.