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 InteractableRectangle Width is -1

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
@Cloud
Code:
java.lang.IllegalArgumentException: Width is -1, but width must be greater than 0.
 at com.runemate.game.api.hybrid.local.hud.InteractableRectangle.(zac:115)
 at nul.iIIiIIiiIiIi.const(dqb:274)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.const(xwb:23102)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:599)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getInteractionPoint(xwb:329)
 at com.runemate.game.api.hybrid.entities.details.Interactable.getInteractionPoint(uh:188)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(qdc:32)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(xwb:18352)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(uh:145)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(xwb:6661)
 at com.runemate.game.api.osrs.local.hud.interfaces.Magic.activate(vt:83)
 at com.runemate.maxibots.looping.alchemy.MaxiAlcher.onLoop(MaxiAlcher.java:55)
 at com.runemate.api.framework.MaxiLoopingScript.run(MaxiLoopingScript.java:21)
 at com.runemate.game.api.script.framework.AbstractScript.start(bvb:1)
 at nul.iiiiiIiiIIii.run(dzb:225)
2.0.1.1 - OSRS
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
@Cloud
Code:
java.lang.IllegalArgumentException: Width is -1, but width must be greater than 0.
 at com.runemate.game.api.hybrid.local.hud.InteractableRectangle.(zac:115)
 at nul.iIIiIIiiIiIi.const(dqb:274)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.const(xwb:23102)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:599)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(xwb:19285)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getInteractionPoint(xwb:329)
 at com.runemate.game.api.hybrid.entities.details.Interactable.getInteractionPoint(uh:188)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(qdc:32)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(xwb:18352)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(uh:145)
 at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(xwb:6661)
 at com.runemate.game.api.osrs.local.hud.interfaces.Magic.activate(vt:83)
 at com.runemate.maxibots.looping.alchemy.MaxiAlcher.onLoop(MaxiAlcher.java:55)
 at com.runemate.api.framework.MaxiLoopingScript.run(MaxiLoopingScript.java:21)
 at com.runemate.game.api.script.framework.AbstractScript.start(bvb:1)
 at nul.iiiiiIiiIIii.run(dzb:225)
2.0.1.1 - OSRS
Patched for the next release.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
I'm assuming you'd have prepared for this but it also occurs for the height
 
Top