Jump to content
  • 0

Hi have a qwestion about Game serrver error's


Question

Posted

in game server console i get sollowinf error how can i fix it

">>>>>>>>>1

Traceback (most recent call last):

  File "C:\JavaServerIT\gameserver\data\jscript\grandbosses\antqueen.py", line 4

8, in onKill

    print ""+TimeLogger.getLogTime()+"GrandBossManager:  Ant Queen was killed."

NameError: global name 'TimeLogger' is not defined

 

 

>>>>>>>>>2

Exception in thread "SelectorThread-124" java.lang.ClassCastException: sun.nio.c

h.ServerSocketChannelImpl cannot be cast to java.nio.channels.SocketChannel

        at org.mmocore.network.SelectorThread.finishConnection(SelectorThread.ja

va:437)

        at org.mmocore.network.SelectorThread.closeAllChannels(SelectorThread.ja

va:1287)

        at org.mmocore.network.SelectorThread.closeSelectorThread(SelectorThread

.java:1298)

        at org.mmocore.network.SelectorThread.run(SelectorThread.java:333)

 

>>>>>>>>>3

Bad RequestBypassToServer:

java.lang.NullPointerException

        at scripts.commands.admincommandhandlers.AdminSiege.useAdminCommand(Unkn

own Source)

        at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.run

Impl(Unknown Source)

        at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(Un

known 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)

 

>>>>>>>>>4

java.lang.NullPointerException

        at net.sf.l2j.gameserver.network.serverpackets.PartySmallWindowAll.<init

>(Unknown Source)

        at net.sf.l2j.gameserver.model.L2Party.oustPartyMember(Unknown Source)

        at net.sf.l2j.gameserver.model.CursedWeapon.activate(Unknown Source)

        at net.sf.l2j.gameserver.instancemanager.CursedWeaponsManager.activate(U

nknown Source)

        at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.addItem(Unkno

wn Source)

        at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.doPickupItem(

Unknown Source)

        at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance$AIAccessor.do

PickupItem(Unknown Source)

        at net.sf.l2j.gameserver.ai.L2PlayerAI.thinkPickUp(Unknown Source)

        at net.sf.l2j.gameserver.ai.L2PlayerAI.onEvtThink(Unknown Source)

        at net.sf.l2j.gameserver.ai.L2CharacterAI.onEvtReadyToAct(Unknown Source

)

        at net.sf.l2j.gameserver.ai.AbstractAI.notifyEvent(Unknown Source)

        at net.sf.l2j.gameserver.ai.AbstractAI.notifyEvent(Unknown Source)

        at net.sf.l2j.gameserver.model.L2Character$NotifyAITask.run(Unknown Sour

ce)

        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)eError: global name 'TimeLogger' is not defined

 

>>>>>>>>>>5

 

>>>>>>>>>>6

Player bou tryed to cheat with multisell list 6000001 (NpcId: 18342/listNpcId:50

000)

 

 

>>>>>>>>>>7

Exception in thread "General Pool-3" java.lang.NullPointerException

        at net.sf.l2j.gameserver.model.actor.knownlist.MonsterKnownList.removeKn

ownObject(Unknown Source)

        at net.sf.l2j.gameserver.model.actor.knownlist.ObjectKnownList.forgetObj

ects(Unknown Source)

        at net.sf.l2j.gameserver.model.actor.knownlist.ObjectKnownList.updateKno

wnObjects(Unknown Source)

        at net.sf.l2j.gameserver.model.actor.knownlist.ObjectKnownList$KnownList

AsynchronousUpdateTask.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)

Online: current online 8; offline traders: 0

2 answers to this question

Recommended Posts

  • 0
Posted

Ask a magical wand for Christmas. What about revision/chronicle/pack ?

 

----

 

1 - Check another datapack about "antqueen.py".

2 - No clue what is it, mmocore fails.

3 - Missing NPE check on useAdminCommand method from AdminSiege.

4 - Missing NPE check, check an updated version of "PartySmallWindowAll" to see if they corrected it.

5 - o_o

6 - Ban the cheater, with a name like that he can only be created for cheats purpose.

7 - Missing NPE check on "MonsterKnownList" in removeKnownObject method.

 

----

 

Btw what about those unknown source, can't see right line so...

 

----

 

NPE checks are supposed to be things like :

 

if (something == null)

or

if (something != null)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...