Quests dont works!

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
frankpo
Posts: 44
Joined: Wed Sep 16, 2009 11:46 am
Location: Argentina

Quests dont works!

Post by frankpo »

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

I get this error in console when a player logins:

Code: Select all

Client: [Character: xxx - Account: xxx - IP: xxx] - Failed writing: [S] 86 QuestList - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision}java.lang.NullPointerException        at com.l2jserver.gameserver.model.quest.QuestState.getInt(QuestState.java:524)        at com.l2jserver.gameserver.network.serverpackets.QuestList.writeImpl(QuestList.java:108)        at com.l2jserver.gameserver.network.serverpackets.L2GameServerPacket.write(L2GameServerPacket.java:63)        at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:571)        at org.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:543)        at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:462)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:179)

And when you try to do a quest:

Code: Select all

C:\Server L2 XTG\gameserver\data\scripts\quests\219_TestimonyOfFate\__init__.pyjava.lang.NullPointerException        at com.l2jserver.gameserver.model.quest.QuestState.getInt(QuestState.java:524)        at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)        at java.lang.reflect.Method.invoke(Unknown Source)        at org.python.core.PyReflectedFunction.__call__(Unknown Source)        at org.python.core.PyMethod.__call__(Unknown Source)        at org.python.core.PyObject.__call__(Unknown Source)        at org.python.core.PyInstance.invoke(Unknown Source)        at org.python.pycode.serializable._pyx1272102175343.onTalk$4(__init__.py:116)        at org.python.pycode.serializable._pyx1272102175343.call_function(__init__.py)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyFunction.__call__(Unknown Source)        at org.python.core.PyMethod.__call__(Unknown Source)        at org.python.core.PyObject.__call__(Unknown Source)        at org.python.core.PyObject._jcallexc(Unknown Source)        at org.python.core.PyObject._jcall(Unknown Source)        at org.python.proxies.main$Quest$175.onTalk(Unknown Source)        at com.l2jserver.gameserver.model.quest.Quest.notifyTalk(Quest.java:448)         at handlers.bypasshandlers.QuestLink.showQuestWindow(QuestLink.java:173)         at handlers.bypasshandlers.QuestLink.showQuestWindow(QuestLink.java:245)         at handlers.bypasshandlers.QuestLink.useBypass(QuestLink.java:58)        at com.l2jserver.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.java:946)        at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:132)        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:92)        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)
Please help! it error started when i updated my server
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Quests dont works!

Post by janiii »

update to 4101
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply