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 IllegalArgumentException in Random.nextGaussian caused by getInteractionPoint

Joined
Dec 10, 2014
Messages
3,332
Code:
java.lang.IllegalArgumentException: Min cannot be greater than max.
        at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(xcc:142)
        at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(xcc:72)
        at com.runemate.game.api.hybrid.local.hud.InteractableRectangle.getInteractionPoint(dec:178)
        at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getInteractionPoint(kub:218)
        at com.runemate.game.api.hybrid.entities.details.Interactable.getInteractionPoint(tg:198)
        at com.runemate.game.api.hybrid.local.hud.Menu.click(xac:223)
        at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(kub:15168)
        at com.runemate.game.api.hybrid.entities.details.Interactable.interact(tg:90)
        at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.interact(kub:22169)
        at com.runemate.game.api.hybrid.local.hud.interfaces.ChatDialog$Continue.select(sgc:184)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Please test this again and provide a new stack trace for V1.1.1, and also please answer my question above regarding osrs or rs3.
 
@SlashnHax
 
Joined
Dec 10, 2014
Messages
3,332
Would have been RS3, can't currently run RuneScape, might be able to tomorrow though.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
If this is still occurring, which it shouldn't be, the debug output will now provide much better information, so simply escalate it to me if you encounter it again.
 
Top