MMOCore Problems

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
Thunderb0lt
Posts: 69
Joined: Wed Apr 22, 2009 5:32 pm

MMOCore Problems

Post by Thunderb0lt »

L2J Revision 3310:
L2JDP Revision 6430:

When firing up my Gameserver i get two errors regarding MMOCore. I tried to fix them myself but without success. Since connecting to my Server is no longer possible any help is much appreciated. You get to server selection screen but then nothing happens. No error messages are displayed neighter in Server logs nor on client side. I think connection is not possible because of the second error:

1st:

Code: Select all

Loading Server Scripts----------1. ERROR in C:\Users\Marcel\Desktop\L2J Final\gameserver\data\scripts\handlers\admincommandhandlers\AdminEditChar.java (at line 818)        ip = client.getConnection().getInetAddress().getHostAddress();                                    ^^^^^^^^^^^^^^The method getInetAddress() is undefined for the type MMOConnection<L2GameClient>----------1 problem (1 error)The method getInetAddress() is undefined for the type org.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient>
2nd:

Code: Select all

Connecting to login on [i]XXX.XXX.XXX.XXX:XXXX[/i]Exception in thread "main" java.lang.NoSuchMethodError: org.mmocore.network.SelectorConfig: method <init>()V not found        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:483)        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:549)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: MMOCore Problems

Post by _DS_ »

Properly update datapack (including handlers).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Thunderb0lt
Posts: 69
Joined: Wed Apr 22, 2009 5:32 pm

Re: MMOCore Problems

Post by Thunderb0lt »

It is already latest revision
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: MMOCore Problems

Post by _DS_ »

You forget to update libs folder ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Thunderb0lt
Posts: 69
Joined: Wed Apr 22, 2009 5:32 pm

Re: MMOCore Problems

Post by Thunderb0lt »

Do I have to do this manually? If so where to get the newest libs?
I'm using the libs provided by last svn revision.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: MMOCore Problems

Post by _DS_ »

No, you are not using libs from last svn revisions.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
itskidd
Posts: 14
Joined: Thu Jul 16, 2009 1:37 am

Re: MMOCore Problems

Post by itskidd »

if you're building the SVNs yourself, you should end up extracting 2 zip files and creating your server the same way as using nightlies.. Server first and then replace your datapack over your server files.. and that's about it..

a good way to fix current problems is by updating or starting over with your files.. I'm using same server/db revisions as you and I dont have this problem

Either download the new nightly or use Eclipse to remake the server files


1. ERROR in C:\Users\Marcel\Desktop\L2J Final\gameserver\data\scripts\handlers\admincommandhandlers\AdminEditChar.java (at line 818)
sounds like a problem due to missing handler files.. good luck.. Sounds like a server build issue
Thunderb0lt
Posts: 69
Joined: Wed Apr 22, 2009 5:32 pm

Re: MMOCore Problems

Post by Thunderb0lt »

Damn you were right. I always checked to have the libs up to date in my build directory but only copied the resulting *.jar file to gameservers dir. So the libs were not updated THERE but in my SVN dir. :P
I'm so stupid :mrgreen:

Thanks for your help!
Post Reply