Rudie Posted March 22, 2015 Share Posted March 22, 2015 (edited) Version: 1.04.269 Cosole output: [ERROR][Bot #1][03/22 02:45:47 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.isVisible(zg:60) at org.osbot.rs07.api.Widgets.isVisible(zg:55) at org.osbot.rs07.api.DepositBox.isOpen(ii:140) at ClayMiner.Miner.bank(Miner.java:104) at ClayMiner.Miner.onLoop(Miner.java:88) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(dl:173) at java.lang.Thread.run(Unknown Source) Script: private clayminer. Hooks that failed: DepositBox, would not deposit, interface was open but would not do anything. JVM bit version: 32 Edited March 22, 2015 by Rudie Link to comment Share on other sites More sharing options...
Precise Posted March 22, 2015 Share Posted March 22, 2015 (edited) Version: 1.04.269 Cosole output: [ERROR][Bot #1][03/22 02:45:47 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.isVisible(zg:60) at org.osbot.rs07.api.Widgets.isVisible(zg:55) at org.osbot.rs07.api.DepositBox.isOpen(ii:140) at ClayMiner.Miner.bank(Miner.java:104) at ClayMiner.Miner.onLoop(Miner.java:88) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(dl:173) at java.lang.Thread.run(Unknown Source) Script: private clayminer. Hooks that failed: DepositBox, would not deposit, interface was open but would not do anything. JVM bit version: 32 Please post the portion of the code where the error occurred for debugging purposes. Edited March 22, 2015 by Precise Link to comment Share on other sites More sharing options...
Rudie Posted March 22, 2015 Author Share Posted March 22, 2015 Please post the portion of the code where the error occurred for debugging purposes. if(dpbox != null) { if(dpbox.interact("Deposit")) { while (!depositBox.isOpen()) sleep(250); depositBox.depositAllExcept(PICKID); } } Link to comment Share on other sites More sharing options...
Precise Posted March 22, 2015 Share Posted March 22, 2015 (edited) if(dpbox != null) { if(dpbox.interact("Deposit")) { while (!depositBox.isOpen()) sleep(250); depositBox.depositAllExcept(PICKID); } } This worked fine for me, are you using the mirror client? EDIT: i tested both on mirror and normal with no problems. what version of OSBot are you using? Edited March 22, 2015 by Precise Link to comment Share on other sites More sharing options...
Rudie Posted March 22, 2015 Author Share Posted March 22, 2015 (edited) This worked fine for me, are you using the mirror client? If I wasn't I wouldn't post a report here. It seems to occur randomly, most of the time it works fine, but it happened 2 times now. what version of OSBot are you using? Newest Edited March 22, 2015 by Rudie Link to comment Share on other sites More sharing options...
Developer Zach Posted March 22, 2015 Developer Share Posted March 22, 2015 Newest Could you specify the exact version of the client instead of using relative terms. I see that you specified the mirror client version. 2 Link to comment Share on other sites More sharing options...
Rudie Posted March 22, 2015 Author Share Posted March 22, 2015 Could you specify the exact version of the client instead of using relative terms. I see that you specified the mirror client version.Sorry, my bad. Version is: 2.3.48. Link to comment Share on other sites More sharing options...
Developer Zach Posted March 23, 2015 Developer Share Posted March 23, 2015 Fixed (see 2.3.52) Link to comment Share on other sites More sharing options...