public void walkMine() throws InterruptedException {
for (int i = 0; i < minePos.length; i++) {
logger.debug(i);
logger.debug("Walk.");
map.walk(minePos[i]);
logger.debug("Walking.");
while (myPlayer().isMoving())
sleep(250);
boolean ar = true;
Entity oreVein = objects.closest(DIRT_NAME);
logger.debug("Found closest: " + oreVein.getPosition().toString());
while (ar) {
if (mineArea[i].contains(oreVein) && map.canReach(oreVein)) {
if (!myPlayer().isAnimating() && !myPlayer().isMoving()) {
if (myPlayer().isAnimating()) {
sleep(random(150, 250));
} else {
camera.toEntity(oreVein, true);
logger.debug("Mining.");
oreVein.interact("Mine");
while (oreVein.exists())
sleep(random(150, 250));
}
}
if (!oreVein.exists()) {
logger.debug("Neegzistuoja oreVein");
ar = false;
}
} else if (mineArea[i].contains(oreVein)
&& !map.canReach(oreVein)) {
logger.debug("In area, but can't reach.");
mineRock();
}
else {
logger.debug("Entity not in area.");
ar = false;
}
}
}
}
ERROR][Bot #1][06/22 02:56:12 AM]: Error in bot executor!
java.lang.Error: Interrupted attempt to aquire write lock
at javax.swing.text.AbstractDocument.writeLock(Unknown Source)
at javax.swing.text.AbstractDocument.insertString(Unknown Source)
at javax.swing.text.PlainDocument.insertString(Unknown Source)
at javax.swing.JTextArea.append(Unknown Source)
at org.osbot.utility.Logger.IIiiIIiiiI(v:73)
at org.osbot.utility.Logger.IIiiIIiiiI(v:196)
at org.osbot.utility.Logger.log(v:96)
at org.osbot.utility.Logger.log(v:169)
at org.osbot.utility.Logger.log(v:5)
at org.osbot.utility.Logger.debug(v:60)
at GameMiner.walkMine(GameMiner.java:122)
at GameMiner.onLoop(GameMiner.java:161)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ScriptExecutor.java:99)
at java.lang.Thread.run(Unknown Source)
[DEBUG][Bot #1][06/22 02:56:06 AM]: 0
[DEBUG][Bot #1][06/22 02:56:06 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:06 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:06 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:06 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:06 AM]: 0
[DEBUG][Bot #1][06/22 02:56:06 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:06 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:06 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:06 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:06 AM]: 0
[DEBUG][Bot #1][06/22 02:56:06 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:07 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:07 AM]: 0
[DEBUG][Bot #1][06/22 02:56:07 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:08 AM]: 0
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:08 AM]: 0
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:08 AM]: 0
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:08 AM]: 0
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:08 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: 0
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: 0
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: 0
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: 0
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: 0
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:09 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:10 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:10 AM]: 0
[DEBUG][Bot #1][06/22 02:56:10 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:10 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:10 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:10 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:10 AM]: 0
[DEBUG][Bot #1][06/22 02:56:10 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:10 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:10 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:10 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:10 AM]: 0
[DEBUG][Bot #1][06/22 02:56:10 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:11 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:11 AM]: 0
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:11 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:11 AM]: 0
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:11 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:11 AM]: 0
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:11 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:11 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:11 AM]: 0
[DEBUG][Bot #1][06/22 02:56:11 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:12 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:12 AM]: 0
[DEBUG][Bot #1][06/22 02:56:12 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Found closest: [x=3767, y=5657, z=0]
[DEBUG][Bot #1][06/22 02:56:12 AM]: Mining.
[DEBUG][Bot #1][06/22 02:56:12 AM]: 0
[DEBUG][Bot #1][06/22 02:56:12 AM]: Walk.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Walking.
[DEBUG][Bot #1][06/22 02:56:12 AM]: Found closest: [x=3767, y=5657, z=0]
Why loop resets to 0? Why it doesn't execute rest of the code, and why it doesn't increase (i++)?