What is this error?

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
l2vottle
Posts: 3
Joined: Wed Mar 30, 2016 6:13 pm

What is this error?

Post by l2vottle »

hello I was hoping someone could tell me what this error is and how I could fix it it would be much appreciated thank you :)

Code: Select all

java.lang.reflect.InvocationTargetException
        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 com.l2jserver.script.java.JavaScriptEngine.evalClass(JavaScriptEngine.java:464)
        at com.l2jserver.script.java.JavaScriptEngine$JavaCompiledScript.eval(JavaScriptEngine.java:96)
        at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:398)
        at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScript(L2ScriptEngineManager.java:347)
        at com.l2jserver.gameserver.scripting.L2ScriptEngineManager.executeScriptList(L2ScriptEngineManager.java:253)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:416)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:567)
Caused by: java.lang.NullPointerException
        at zones.GoddardArea.Anais.<init>(Anais.java:65)
        at zones.GoddardArea.Anais.main(Anais.java:189)
        ... 11 more
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: What is this error?

Post by UnAfraid »

L2J Doesn't have such package zones
Image
Post Reply