hello i was wondering if i could get some help on this error i keep getting i figure its something to do with anais but however i cannot see what or why i am getting this error i have read the report as its mentioned and i still find now problems. thank you in advance
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
Failed executing script: C:\Users\Server-PC\Desktop\server expllo\Server_L2JWorldZone_170\game\data\scripts\zones\GoddardArea\Anais.java. See Anais.java.error.log for details.
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.
It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
Question
vottleserver
hello i was wondering if i could get some help on this error i keep getting i figure its something to do with anais but however i cannot see what or why i am getting this error i have read the report as its mentioned and i still find now problems. thank you in advance
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
Failed executing script: C:\Users\Server-PC\Desktop\server expllo\Server_L2JWorldZone_170\game\data\scripts\zones\GoddardArea\Anais.java. See Anais.java.error.log for details.
2 answers to this question
Recommended Posts
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.