I've installed on my Linux server l2jserver. Both server (Login- and Game-Server) are running and working fine.
But if I start the client and try to log in, the game always say "The password you have entered is Incorrect. Confirm your account Information and log in again later"
First I thought, the client did not speak with my server. So I installed a wireshare and did start a tcp dump on the server. The TCP Connection to my server will be established.
So I configured the Debug mode at the Login server and checked the log files:
Code: Select all
[INFO ] 2021-04-08 14:33:57 LoginController: Account user1 exists.
Furthermore, I googled the problem and found a post that the client version is wrong. So I googled for a client named "lineage2 high five". I downloaded some versions and tried to find out which version I exactly have.
So I found the command:
Code: Select all
.\l2.exe -L2ProtocolVersion
273
267
So I checked the configuration in my Gameserver:
Code: Select all
config/server.properties:AllowedProtocolRevisions = 267,268,271,273
But I have no idea, why I can't log in.
Do you have some ideas or steps to debug the problem?
Here is the error message:
