QuestState getInt 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
RaYa
Posts: 3
Joined: Wed Mar 14, 2007 9:00 pm

QuestState getInt Error

Post by RaYa »

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

I have this error when i try to start some quests.

Code: Select all

21-abr-2010 20:21:45 com.l2jserver.gameserver.model.quest.Quest showErrorADVERTENCIA: C:\Users\root\Documents\Servidor Test L2j\gameserver\data\scripts\quests\119_LastImperialPrince\__init__.pyjava.lang.NullPointerException	at com.l2jserver.gameserver.model.quest.QuestState.getInt(QuestState.java:524)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.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._pyx1271877518885.onTalk$4(__init__.py:48)	at org.python.pycode.serializable._pyx1271877518885.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$112.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.useBypass(QuestLink.java:60)	at com.l2jserver.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.java:946)	at com.l2jserver.gameserver.model.actor.instance.L2SepulcherNpcInstance.onBypassFeedback(L2SepulcherNpcInstance.java:357)	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)
This error appear when i try to start some quests, but in others not... I compiled a few more times and the error still.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: QuestState getInt Error

Post by JIV »

update 4101
Post Reply