Protocol is diffrect pls continue

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Ingshov
Posts: 9
Joined: Thu Nov 12, 2009 11:04 pm

Protocol is diffrect pls continue

Post by Ingshov »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3695
L2JDP Revision Number:6775


hi guys i tried to search the forum but dindt find what i was searching.

I get this error : protocol is diffrent please continue when i try to loggin.

in de gameserverl console i get this:

Client: [IP: 127.0.0.1] -> Protocol Revision: 148 is invalid. Minimum is 83 an
Maximum is 87 are supported. Closing connection.
Wrong Protocol Version 148

3 days ago it worked perfectly now i start server and client and get this error.
Any of you guys know whats wrong ? thanx !
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Protocol is diffrect pls continue

Post by _DS_ »

Welcome to the Gracia Epilogue.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Ingshov
Posts: 9
Joined: Thu Nov 12, 2009 11:04 pm

Re: Protocol is diffrect pls continue

Post by Ingshov »

close topic please solved my self.
Str3ngth
Posts: 1
Joined: Thu Jun 11, 2009 3:20 pm

Re: Protocol is diffrect pls continue

Post by Str3ngth »

I had the same problem!
Also found solution:
Modify "gameserver/dist/conf/server.properties"

Code: Select all

MinProtocolRevision = 12MaxProtocolRevision =17 
to

Code: Select all

MinProtocolRevision = 12MaxProtocolRevision = 150
Babel
Posts: 4
Joined: Mon Sep 19, 2005 5:27 am

Re: Protocol is diffrect pls continue

Post by Babel »

is simple
min protocol = 1
max protocaol = 9999 and solve all problem with protocol
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Protocol is diffrect pls continue

Post by MELERIX »

Babel wrote:is simple
min protocol = 1
max protocaol = 9999 and solve all problem with protocol
that's not recommended and never should be used, due that Lineage 2 protocols & packets are different in each chronicle, and for this reason we always set a min & max protocol (according to the chronicle), except if you want to have several messages with incorrect packets in server console (flooding the log files) when some users try to login with old game clients.
Post Reply