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 RuneMate Beta 27 Bug report

Status
Not open for further replies.
Joined
Dec 13, 2013
Messages
83
The following bug was noticed by me in this release:

java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeLo(Unknown Source)
at java.util.TimSort.mergeAt(Unknown Source)
at java.util.TimSort.mergeCollapse(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at com.runemate.game.api.hybrid.util.Sort.byDistanceFrom(mwb:266)
at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(npb:44)
at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(npb:62)
at com.runemate.game.api.hybrid.region.GameObjects.getNearest(npb:172)
at mastercooker.cooking.Cook.execute(Cook.java:42)
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(aib:242)
at com.runemate.game.api.script.framework.LoopingScript.const(peb:224)
at com.runemate.game.api.script.framework.LoopingScript.class(peb:223)
at com.runemate.game.api.script.framework.LoopingScript$1.run(peb:45)
at java.lang.Thread.run(Unknown Source)
 
Status
Not open for further replies.
Top