Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Nullpointer

Conelander
Joined
Oct 30, 2014
Messages
3,610
Code:
java.lang.NullPointerException
 at a.Vn.int(tkb:264)
 at a.Vn.int(tkb:68)
 at a.Vn.int(tkb:263)
 at a.iL.int(oob:235)
 at a.iL.int(oob:30)
 at com.runemate.game.api.hybrid.Projection.coordinateToMinimap(rnb:118)
 at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.isVisible(bqb:1050)
 at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.getNext(dvb:201)
 at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(dvb:92)
 at com.runemate.game.api.hybrid.location.navigation.Path.step(owb:70)
 at productions.coconut.divination.tasks.ConvertXp.execute(ConvertXp.java:22)
 at productions.coconut.api.framework.DTaskScript$$Lambda$368/157242455.accept(Unknown Source)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
 at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
 at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
 at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
 at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
 at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
 at java.util.stream.ReferencePipeline.forEach(Unknown Source)
 at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
 at com.runemate.game.api.script.framework.LoopingScript.run(mqb:88)
 at com.runemate.game.api.script.framework.AbstractScript.start(zvb:230)
 at a.rJ.run(fcb:191)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I ran the script for about an hour yesterday and was unable to reproduce this issue. Perhaps it was fixed by a prior change. Please confirm the resolution of this issue.
 
Conelander
Joined
Oct 30, 2014
Messages
3,610
I ran the script for about an hour yesterday and was unable to reproduce this issue. Perhaps it was fixed by a prior change. Please confirm the resolution of this issue.
Still happening on multiple of my bots.
 
Top