Page 1 of 1

Protocol Missmatch.

Posted: Mon Apr 25, 2011 10:10 am
by Wisoo
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4856
L2JDP Revision Number:7932

I recently downloaded your L2J server from Nightlyfiles and set everything up accordingly.
However I'm having a minor issue. The loginserver and gameserver works just fine, the problem I'm having is that as soon as I try to login to the actual gameserver, I get disconnected and it says that the client and the server are running different protocols.

I've tried numerous client versions of Freya, including High Five, but every single one gives a missmatch.
I know how to check my clients protocol, but I have no idea how to check what protocol the server is running and how to fix this. Help would be greatly appreciated.

Re: Protocol Missmatch.

Posted: Mon Apr 25, 2011 10:11 am
by Vinius
check server.properties

Code: Select all

# Numbers of protocol revisions that server allows to connect.# Delimiter is ;# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u># Default: 216AllowedProtocolRevisions = 216

Re: Protocol Missmatch.

Posted: Mon Apr 25, 2011 10:16 am
by Wisoo
The only place in my server.proporties where I can find anything about protocol does not look the same as yours.

Code: Select all

# Minimum and maximum protocol revision that server allow to connect.# Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision.# Default: 12MinProtocolRevision = 1 # Default: 17MaxProtocolRevision = 9999
According to the wiki I've set it up so that every client should be able to connect :/

Re: Protocol Missmatch.

Posted: Mon Apr 25, 2011 10:46 am
by Wisoo
I got it working now, new error though.

I have no user interface, so I can't create a new character and so on. But I'll figure that one out some other place.
Thanks for the help Vinius!

Re: Protocol Missmatch.

Posted: Mon May 16, 2011 2:22 pm
by UnAfraid
High Five client for High Five Server,
Freya client for Freya Server you cannot mix them!

Re: Protocol Missmatch.

Posted: Thu Jun 30, 2011 4:19 am
by ksmxbg
how to see Lineage 2 client version

for Windows:

1. Open CMD or Command Prompt (for vista/ win7 start it as Administrator)
2. go to your gameclient directory and then system
3. write

Code: Select all

L2.exe -L2ProtocolVersion
4. Protocol number will appear in Window message box with OK

for lunux with wine emulator:

1. open terminal
2. go to your gameclient directory and then system
3. write:

Code: Select all

wine L2.exe -L2ProtocolVersion
4. Protocol number will appear in Window message box with OK

basically you must run L2.exe with parameter -L2ProtocolVersion, you can try other ways to do it