Jump to content
  • 0

Weird Console Error


HammerV2

Question

Hello guys, i need some help with this, idk why this error apear from nowhere, here my console error and java.log

 

rvh5qo.jpg

 

Log 

 

ztiyaw.jpg

 

My Code File:

 

http://pastebin.com/EgyPi8pm

 

Yesterday it was working pretty nice, today i shutDown my server to make a full Backup, and when i started it again this error apear.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

InvocationTargetException just tells that there was error running method by invoker, so you can skip that part. The real problem is NullPointerException

It's strange that error appeared on line 71 and file that you gave us have only 59 lines. It says line 71 is in onSpawn(L2Npc) method, the only thing that might go wrong in there would be npc == null, but that's quite strange so i suggest to just recompile scripts and check if it will happen again.

Link to comment
Share on other sites

  • 0

If those NPCs are spawned AFTER the script initialization, the imbricated for loop got no use. The code on onSpawn will be processed anyway, on whatever spawned npcs with whatever HEADQUARTERS array id. But in that case you shouldn't end with a NPE.

 

-----

 

If those NPCs are spawned BEFORE the script initialization, then the for loop is necessary, BUT you still have to check if this NPC exists or not, if it's part of a timed event. Or maybe you setted the event off ? I don't know.

 

-----

 

I must add, as vampir said, you edited the code. So the error doesn't reflect the code you posted. You maybe added your own custom, reverted it back. It misses 20 lines.

Edited by Tryskell
Link to comment
Share on other sites

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock