MMOCore Problems
Posted: Sat Jul 25, 2009 12:09 pm
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:
2nd:
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>
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)