» 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