• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

L2J Some unexpected problem

Initiate Mage
Joined
Aug 28, 2009
Messages
3
Reaction score
0
Just compiled my l2jfree server (adding some anti hacks and quiz event) and when I try to start it the game servers throws this:
Code:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
	The method registerAdminCommandHandler(IAdminCommandHandler) in the type AdminCommandHandler is not applicable for the arguments (AdminCTFEngine)

	at net.sf.l2j.gameserver.handler.AdminCommandHandler.<init>(AdminCommandHandler.java:123)
	at net.sf.l2j.gameserver.handler.AdminCommandHandler.getInstance(AdminCommandHandler.java:107)
	at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:265)
	at net.sf.l2j.gameserver.GameServer.main(GameServer.java:396)

any1 knows what could go wrong?
Didn't mess with AdminCommandHandler.java nor AdminCTFEngine.java while adding those scripts.
 
Back
Top