Jump to content

NPE on camera functions


DeckardCain

Recommended Posts

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 by DeckardCain
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...