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 coordinateToMinimap throwing IllegalStateException (null minimapOffset)

Joined
Dec 10, 2014
Messages
3,255
Code:
(01:26:39) java.lang.IllegalStateException: Expected a numerical value for Client.minimapOffset but instead we received null
(01:26:39)     at a.Zn.char(heb:158)
(01:26:39)     at a.Zn.char(heb:27)
(01:26:39)     at a.Zn.char(heb:225)
(01:26:39)     at a.on.char(pub:137)
(01:26:39)     at a.on.char(pub:154)
(01:26:39)     at com.runemate.game.api.hybrid.Projection.coordinateToMinimap(oqb:247)
(01:26:39)     at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.isVisible(trb:427)
(01:26:39)     at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.getNext(ytb:230)
(01:26:39)     at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(ytb:220)
(01:26:39)     at com.runemate.game.api.hybrid.location.navigation.Path.step(vwb:123)
(01:26:39)     at com.runemate.game.api.hybrid.location.navigation.Path.step(vwb:113)

I've been getting this today, every time I attempt to step use anything involving coordinateToMinimap :/

Everything was working fine last night/earlier today, it's just now that it decided to start throwing errors.

@Cloud
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
@Cloud i've been getting this in my exception log as well (2 days ago)
Code:
java.lang.IllegalStateException: Expected a numerical value for Client.minimapOffset but instead we received null at a.Zn.char(heb:158) at a.Zn.char(heb:27) at a.Zn.char(heb:225) at a.on.char(pub:137) at a.on.char(pub:154) at com.runemate.game.api.hybrid.Projection.coordinateToMinimap(oqb:247) at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.isVisible(trb:427) at com.runemate.game.api.hybrid.location.navigation.web.WebPath.getNext(lvb:166) at com.runemate.game.api.hybrid.location.navigation.web.WebPath.step(lvb:174) at rm.auX.case(u:147) at rm.auX.case(u:110) at rm.AuX.execute(s:66) at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ttb:19) at com.runemate.game.api.script.framework.LoopingScript.run(zpb:138) at com.runemate.game.api.script.framework.AbstractScript.start(ftb:160) at a.aI.run(hlb:7)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
If you personally experience this again, send me your gamepack id and I'll take a look.
 
Top