Can't launch - protocol revision problem.

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
msknight
Advanced User
Advanced User
Posts: 308
Joined: Wed May 10, 2006 11:40 am
Location: U.K.

Can't launch - protocol revision problem.

Post 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
My friend is a paranoid schizophrenic ... she'll take over the world, as long as nobody minds.
msknight
Advanced User
Advanced User
Posts: 308
Joined: Wed May 10, 2006 11:40 am
Location: U.K.

Re: Can't launch - protocol revision problem.

Post 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.
My friend is a paranoid schizophrenic ... she'll take over the world, as long as nobody minds.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Can't launch - protocol revision problem.

Post by jurchiks »

I answered in your other topic. Don't make multiple topics.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply