Metin2 Client – Crash Issue After Character Selection Without Loading Screen #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Metin2 client launches successfully, connects to the server, and characters are listed without any issues. However, when a character is selected and the "Start" button is clicked, the client returns to the login screen without showing the loading screen. I have successfully set up the server on a Raspberry Pi 5 running Ubuntu 24.1 On the client side, I built the files using Visual Studio, but currently, after selecting a character, it returns to the login screen. My syserr and log files are attached.
Hi, is your
PUBLIC_IP
variable in the.env
server deployment file set as the same IP address you're using inserverinfo.py
? This issue usually happens when the client cannot connect to the game server, whose ports and public IPs are advertised by the server.When I changed the IP address in the docker-compose.yml file, my issue was resolved. Thank you.