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 Cannot get an instance value from a null instance (RegionGrid.tiles)

Joined
Dec 10, 2014
Messages
3,255
Code:
Code:
(currentRock == null || !currentRock.isValid()))
Exception:
Code:
(07:53:17) java.lang.IllegalStateException: Cannot get an instance value from a null instance (RegionGrid.tiles)
(07:53:17)     at app.un.new(efb:31)
(07:53:17)     at app.on.class(vob:114)
(07:53:17)     at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(smb:7)
(07:53:17)     at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(smb:270)
(07:53:17)     at app.GN.isValid(ttb:160)
(07:53:17)     at com.slashnhax.scripts.statescripts.haxminer.HaxMiner.getCurrentState(HaxMiner.java:57)
(07:53:17)     at com.slashnhax.scripts.statescripts.haxminer.HaxMiner.onLoop(HaxMiner.java:65)
(07:53:17)     at com.runemate.game.api.script.framework.LoopingScript.run(osb:135)
(07:53:17)     at com.runemate.game.api.script.framework.AbstractScript.start(rob:82)
(07:53:17)     at app.kI.run(pkb:104)
(07:53:17) Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
(07:53:17)     at app.un.class(efb:699)
(07:53:17)     at app.un.new(efb:161)
(07:53:17)     ... 9 more
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It's fixed in the next release (and has been for a while, just hasn't been a recent release)
 
Top