DeckardCain Posted January 24, 2019 Share Posted January 24, 2019 (edited) Hello all; I've noticed that I've been getting a few NPE's (two unique ones so far) that I'm getting in *.35 but didn't get in *.31 and prior. I managed to collect data about the first issue, if I encounter the other camera NPE that I've been getting I'll post it as well. Issue: NPE Using mirror? YES What: web walking Mirror client version - 2.66.177 Script that you ran - Custom Hooks that failed JVM/Browser bit version (32 / 64) - 64 Call: getWalking().webWalk(Constants.LUMBRIDGE_CHURCH.getRandomPosition()); Error: [ERROR][Bot #1][01/24 08:04:54 AM]: Error executing event : org.osbot.rs07.event.InteractionEvent$CameraControl@5a84f9eb java.lang.NullPointerException at org.osbot.rs07.api.map.Position.isVisible(kh:206) at org.osbot.rs07.input.mouse.MainScreenTileDestination.isVisible(ro:178) at org.osbot.rs07.event.InteractionEvent$CameraControl.execute(yl:86) at org.osbot.rs07.event.EventExecutor$2.run(im:278) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Note: I did not make any camera calls in my scripts. The only call being made is webWalk. Thank you! Edited January 24, 2019 by DeckardCain Link to comment Share on other sites More sharing options...
Developer Patrick Posted January 24, 2019 Developer Share Posted January 24, 2019 I'll see if I can have this fixed for next version ^^ 1 Link to comment Share on other sites More sharing options...
DeckardCain Posted January 24, 2019 Author Share Posted January 24, 2019 Quote I'll see if I can have this fixed for next version ^^ Thank you, good Sir. Link to comment Share on other sites More sharing options...
Developer Patrick Posted January 24, 2019 Developer Share Posted January 24, 2019 15 minutes ago, DeckardCain said: Thank you, good Sir. Didn't manage to fix it for the dev build yet, so maybe next one 1 Link to comment Share on other sites More sharing options...