Big problem with last revision of gameserver pack..

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
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Big problem with last revision of gameserver pack..

Post by kurtspirit »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi all, i check manually the last revision (because i don't want to reset all modification of mod pause etc etc..) and i have some errors with 2 files :

Code: Select all

    [javac] Compiling 1318 source files to C:\Users\workspace\L2_GameServer\build\classes    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Attackable.java:289: method does not override or implement a method from a supertype    [javac] 	@Override    [javac] 	^    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Summon.java:133: method does not override or implement a method from a supertype    [javac] 	@Override    [javac] 	^    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Summon.java:145: method does not override or implement a method from a supertype    [javac] 	@Override    [javac] 	^    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Summon.java:157: method does not override or implement a method from a supertype    [javac] 	@Override    [javac] 	^    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Summon.java:188: stopAllEffects() in net.sf.l2j.gameserver.model.actor.L2Summon cannot override stopAllEffects() in net.sf.l2j.gameserver.model.actor.L2Character; overridden method is final    [javac] 	public final void stopAllEffects()    [javac] 	                  ^    [javac] C:\Users\workspace\L2_GameServer\java\net\sf\l2j\gameserver\model\actor\L2Summon.java:195: stopAllEffectsExceptThoseThatLastThroughDeath() in net.sf.l2j.gameserver.model.actor.L2Summon cannot override stopAllEffectsExceptThoseThatLastThroughDeath() in net.sf.l2j.gameserver.model.actor.L2Character; overridden method is final    [javac] 	public final void stopAllEffectsExceptThoseThatLastThroughDeath()    [javac] 	                  ^    [javac] 6 errors BUILD FAILEDC:\Users\workspace\L2_GameServer\build.xml:76: Compile failed; see the compiler error output for details.
Is someone have the same problem ?? I don't understand because this two files are downloaded from trunk, is like the original.. Strange no ?
Post Reply