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 [OSRS] IllegalStateException - Expected a numerical value for Character.regionX

Joined
Dec 10, 2014
Messages
3,377
Code:
java.lang.IllegalStateException: Expected a numerical value for Character.regionX but instead we received null (OSRS: 1af20b74) 
at app.xq.false(kpb:76) 
at app.xq.false(kpb:219) 
at app.ip.getHighPrecisionPosition(ejc:150) 
at app.ip.getPosition(ejc:114) 
at app.pO.getPosition(adc:247) 
at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.reachableFrom(ywb:206) 
at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.reachable(ywb:214) 
at rm.prn.true(x:225) 
at rm.prn.for(x:169) 
at rm.prn$$Lambda$491/1503260363.run(Unknown Source) 
at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source) 
at com.sun.javafx.application.PlatformImpl$$Lambda$55/949102061.run(Unknown Source) 
at java.security.AccessController.doPrivileged(Native Method) 
at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source) 
at com.sun.javafx.application.PlatformImpl$$Lambda$54/233039682.run(Unknown Source) 
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) 
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) 
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source) 
at com.sun.glass.ui.win.WinApplication$$Lambda$43/1075212500.run(Unknown Source) 
at java.lang.Thread.run(Unknown Source)
1.1.11 - OSRS
@Cloud
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,767
Code:
java.lang.IllegalStateException: Expected a numerical value for Character.regionX but instead we received null (OSRS: 1af20b74)
 at app.xq.false(kpb:76)
 at app.xq.false(kpb:219)
 at app.ip.getHighPrecisionPosition(ejc:150)
 at app.ip.getPosition(ejc:114)
 at app.pO.getPosition(adc:247)
 at app.Pp.false(cec:195)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(bgc:1)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(bgc:204)
 at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.raw(lhc:214)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.results(ktb:195)
 at com.bertrand.bots.bmaplechopper.BMapleChopper.onLoop(l:179)
 at com.runemate.game.api.script.framework.LoopingScript.run(uqb:108)
 at com.runemate.game.api.script.framework.AbstractScript.start(itb:115)
 at app.im.run(jqb:24)
1.1.11 - OSRS

Every author is getting these somehow... :(
 
Joined
Dec 10, 2014
Messages
3,377
Code:
java.lang.IllegalStateException: Expected a numerical value for Character.regionX but instead we received null (OSRS: 1af20b74)
 at app.xq.false(kpb:76)
 at app.xq.false(kpb:219)
 at app.ip.getHighPrecisionPosition(ejc:150)
 at app.ip.getPosition(ejc:114)
 at app.pO.getPosition(adc:247)
 at app.Pp.false(cec:195)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(bgc:1)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(bgc:204)
 at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.raw(lhc:214)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.results(ktb:195)
 at com.bertrand.bots.bmaplechopper.BMapleChopper.onLoop(l:179)
 at com.runemate.game.api.script.framework.LoopingScript.run(uqb:108)
 at com.runemate.game.api.script.framework.AbstractScript.start(itb:115)
 at app.im.run(jqb:24)
1.1.11 - OSRS

Every author is getting these somehow... :(
Anything that uses reachable of tries to get the players coordinate will get it I think
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,211
You beat me to it....

Code:
java.lang.IllegalStateException: Expected a numerical value for Character.animationId but instead we received null (OSRS: 1af20b74) at app.xq.false(kpb:76) at app.xq.false(kpb:219) at app.ip.getAnimationId(ejc:172) at rm.cOn.case(t:164) at com.osrs.herblore.Herblore.onLoop(x:51) at com.runemate.game.api.script.framework.LoopingScript.run(uqb:108) at com.runemate.game.api.script.framework.AbstractScript.start(itb:115) at app.im.run(jqb:24)1.1.11 - OSRS
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Should be fixed, somebody please confirm. There were a variety of small changes to the game's engine with the last update.
 
Top