Strange Gameserver Error....

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
User avatar
DLV123
Posts: 57
Joined: Thu Jul 26, 2007 7:44 pm

Strange Gameserver Error....

Post by DLV123 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3392
L2JDP Revision Number:6473

Well i keep getting this error...

Code: Select all

java.lang.ClassCastException: net.sf.l2j.gameserver.model.actor.instance.L2PetInstance cannot be cast to net.sf.l2j.gameserver.model.actor.instance.L2PcInstance         at net.sf.l2j.gameserver.model.L2Skill.getEffects(L2Skill.java:2370)        at handlers.skillhandlers.Continuous.useSkill(Unknown Source)        at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.java:6512)        at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6236)        at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2584)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)        at java.util.concurrent.FutureTask.run(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)  
Anyone know what it is? I cannot even figure out what causes it...
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Strange Gameserver Error....

Post by _DS_ »

Post line 2370 from L2Skill and +-5 lines upper/lower.

And such bug reports better should be posted in trac.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply