Metin2 Client – Crash Issue After Character Selection Without Loading Screen #22

Open
opened 2025-04-15 10:24:24 +03:00 by Cypher61 · 2 comments

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.

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.
Owner

Hi, is your PUBLIC_IP variable in the .env server deployment file set as the same IP address you're using in serverinfo.py? This issue usually happens when the client cannot connect to the game server, whose ports and public IPs are advertised by the server.

Hi, is your `PUBLIC_IP` variable in the `.env` server deployment file set as the same IP address you're using in `serverinfo.py`? This issue usually happens when the client cannot connect to the game server, whose ports and public IPs are advertised by the server.
Author

When I changed the IP address in the docker-compose.yml file, my issue was resolved. Thank you.

When I changed the IP address in the docker-compose.yml file, my issue was resolved. Thank you.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: metin2/client#22
No description provided.