Protocol Missmatch.

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Wisoo
Posts: 3
Joined: Mon Apr 25, 2011 10:03 am

Protocol Missmatch.

Post 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.
Vinius
Posts: 61
Joined: Fri Jun 29, 2007 7:10 am

Re: Protocol Missmatch.

Post 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
Wisoo
Posts: 3
Joined: Mon Apr 25, 2011 10:03 am

Re: Protocol Missmatch.

Post 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 :/
Wisoo
Posts: 3
Joined: Mon Apr 25, 2011 10:03 am

Re: Protocol Missmatch.

Post 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!
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Protocol Missmatch.

Post by UnAfraid »

High Five client for High Five Server,
Freya client for Freya Server you cannot mix them!
Image
ksmxbg
Posts: 109
Joined: Wed Aug 12, 2009 8:17 am

Re: Protocol Missmatch.

Post 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
Post Reply