Can't launch - protocol revision problem.
Posted: Sun Apr 03, 2011 5:41 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4536:
L2JDP Revision 7856:
I just can't get the server launched.
Trips over at the same thing.
The code in the java file is...
My server properties at that point are..
Unfortunately, I don't know Java so I can't work out what I'm doing wrong.
EDIT - I'm actually on 4536
» Find Revision
L2J Revision 4536:
L2JDP Revision 7856:
I just can't get the server launched.
Trips over at the same thing.
Code: Select all
Loading GameServer Configuration Files...Exception in thread "main" java.lang.NoClassDefFoundError: gnu/trove/TIntArrayList at com.l2jserver.Config.load(Config.java:1098) at com.l2jserver.gameserver.GameServer.main(GameServer.java:488)
Code: Select all
String[] protocols = serverSettings.getProperty("AllowedProtocolRevisions", "146;152").split(";");PROTOCOL_LIST = new TIntArrayList(protocols.length);
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 = 152
EDIT - I'm actually on 4536