Page 1 of 1

Can't launch - protocol revision problem.

Posted: Sun Apr 03, 2011 5:41 pm
by msknight
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.

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)
The code in the java file is...

Code: Select all

String[] protocols = serverSettings.getProperty("AllowedProtocolRevisions", "146;152").split(";");PROTOCOL_LIST = new TIntArrayList(protocols.length);
My server properties at that point are..

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
Unfortunately, I don't know Java so I can't work out what I'm doing wrong.

EDIT - I'm actually on 4536

Re: Can't launch - protocol revision problem.

Posted: Sun Apr 03, 2011 7:18 pm
by msknight
OK - I think I've fathomed what's wrong.

"gnu/trove/TIntArrayList" meaning TIntArrayList is the thing (a class) that isn't defined somewhere.

My problem is, I don't know how to put this right.

Re: Can't launch - protocol revision problem.

Posted: Sun Apr 03, 2011 8:33 pm
by jurchiks
I answered in your other topic. Don't make multiple topics.