Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved IllegalStateException: Expected a numerical value for Skill.currentLevel but instead we received nul

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
Code:
java.lang.IllegalStateException: Expected a numerical value for Skill.currentLevel but instead we received null (RS3: 1126fd3d)
 at app.Ao.this(jsb:243)
 at app.Ao.this(jsb:11)
 at app.NO.this(dec:100)
 at com.runemate.game.api.hybrid.local.Skill.getCurrentLevel(bdc:129)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.getTree(MaxiWoodcutter.java:257)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.chop(MaxiWoodcutter.java:228)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:163)
 at com.runemate.game.api.script.framework.LoopingScript.run(qpb:104)
 at com.runemate.game.api.script.framework.AbstractScript.start(msb:94)
 at app.Dm.run(vub:23)
1.2.9 - RS3
@Cloud spammed 8 times in the past 40 minutes across different bots.
 
Only just thought to get you the other gamepack ids after removing all but one -.-
RS3: 39292d94
 

vag

Joined
Apr 21, 2015
Messages
142
Does this error occur in any other gamepacks than Skills.currentLevel?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
Does this error occur in any other gamepacks than Skills.currentLevel?
That's not a gamepack lol that's a method. I haven't seen it occur for any other methods yet but it is occurring across multiple gamepacks
 

vag

Joined
Apr 21, 2015
Messages
142
That's not a gamepack lol that's a method. I haven't seen it occur for any other methods yet but it is occurring across multiple gamepacks
Lol sorry, my bad. I seem to have fixed the error by disabling XP drops.. ?
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It appears it's only fixed for about 80% of people, it'll be fixed for the rest soon :)
 
Top