Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Broken Npc#getLevel

Discretion is advised
Joined
Jan 2, 2014
Messages
306
Code:
(09:37:57) Error at update(Object)
(09:37:57) java.lang.NullPointerException
(09:37:57)     at a.BK.break(hkb:252)
(09:37:57)     at a.BK.break(hkb:1)
(09:37:57)     at a.hm.getLevel(vpb:73)
(09:37:57)     at a.rk.break(dgb:78)
(09:37:57)     at a.rk.break(dgb:725)
(09:37:57)     at a.HI.run(dgb:2315)
(09:37:57)     at a.PK.run(hcb:51)
(09:37:57)     at com.sun.javafx.application.PlatformImpl$6$1.run(Unknown Source)
(09:37:57)     at com.sun.javafx.application.PlatformImpl$6$1.run(Unknown Source)
(09:37:57)     at java.security.AccessController.doPrivileged(Native Method)
(09:37:57)     at com.sun.javafx.application.PlatformImpl$6.run(Unknown Source)
(09:37:57)     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
(09:37:57)     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(09:37:57)     at com.sun.glass.ui.win.WinApplication.access$300(Unknown Source)
(09:37:57)     at com.sun.glass.ui.win.WinApplication$4$1.run(Unknown Source)
(09:37:57)     at java.lang.Thread.run(Unknown Source)

Tried to see details about a npc in developer toolkit, bot froze for a few seconds then this error started getting spammed in my console, since beta 62
 
Joined
Dec 7, 2014
Messages
10
ive got a similier problem have you found a way to de-bug it yet? beta 63 and 64 doing same thing
 
Top