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 ["LandscapeData.bytes"]

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Cannot get an instance value from a null instance ["LandscapeData.bytes"] (RS3 : 1126fd3d)
 at app.wP.case(wrb:238)
 at app.Go.final(qcc:108)
 at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(zg:259)
 at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.build(mfc:42)
 at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.buildTo(mfc:3)
 at com.runemate.api.Walking.walkTo(Walking.java:62)
 at com.runemate.maxiscripts.task.miner.tasks.Walk.execute(Walk.java:33)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(crb:3)
 at com.runemate.game.api.script.framework.LoopingScript.run(pwb:161)
 at com.runemate.game.api.script.framework.AbstractScript.start(ctb:192)
 at app.Kl.run(bsb:208)
Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
 at app.wP.final(wrb:23655)
 at app.wP.case(wrb:178)
 ... 10 more
1.2.10 - RS3
@Cloud
 
Top