- Joined
- Dec 10, 2014
- Messages
- 3,255
- Thread Author
- #1
Code:
(05:22:43) java.lang.IllegalArgumentException: Illegal Capacity: -112
(05:22:43) at java.util.ArrayList.<init>(ArrayList.java:156)
(05:22:43) at com.runemate.game.api.hybrid.location.navigation.web.default_webs.FileWeb.fromByteArray(mfc:187)
Code:
FileWeb temp = FileWeb.fromByteArray(bot.getWeb().toByteArray());
@Cloud
Split it up a bit more, seems like it's FileWeb.fromByteArray() that's throwing it.
@Cloud @Arbiter