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 Expected a numerical value for Character.cycle but instead we received null (OSRS: d2bc7451)

Joined
Nov 5, 2014
Messages
505
Nm: You fixed it

Exception upon loading the NPC tab in the dev kit:

Code:
java.lang.IllegalStateException: Expected a numerical value for Character.cycle but instead we received null (OSRS: d2bc7451)
(05:33:54)     at app.Up.case(trb:63)
(05:33:54)     at app.Up.case(trb:37)
(05:33:54)     at app.sq.isValid(rac:39)
(05:33:54)     at app.yO.getHealthGauge(cjc:186)
(05:33:54)     at app.En.case(xqb:5625)
(05:33:54)     at app.Zm.case(xqb:20208)
(05:33:54)     at app.Zm$$Lambda$531/1974465224.run(Unknown Source)
(05:33:54)     at app.Sl.case(pob:108)
(05:33:54)     at app.Sl$$Lambda$532/812028934.run(Unknown Source)
(05:33:54)     at com.sun.javafx.application.PlatformImpl.lambda$null$170(PlatformImpl.java:295)
(05:33:54)     at com.sun.javafx.application.PlatformImpl$$Lambda$52/1472235998.run(Unknown Source)
(05:33:54)     at java.security.AccessController.doPrivileged(Native Method)
(05:33:54)     at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(PlatformImpl.java:294)
(05:33:54)     at com.sun.javafx.application.PlatformImpl$$Lambda$51/929765126.run(Unknown Source)
(05:33:54)     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
(05:33:54) Error at update(Object)





Current Info showing in the dev kit (Details don't load, error is displayed):
3jp6o2j.png
 
Last edited:
Top