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 Client-based error list.

Joined
Dec 10, 2014
Messages
3,255
RegionPath NullPointerException at build
Code:
java.lang.NullPointerException
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.(jgc:234) 
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.build(jgc:20) 
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.buildTo(jgc:202)
Code:
java.lang.NullPointerException 
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.(vic:88) 
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.build(vic:256) 
at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.buildTo(vic:38)

Unknown StackOverflowError at unknown
Code:
java.lang.StackOverflowError 
at app.Nf.class(seb:406) 
at app.YQ.class(djc:923) 
at app.YQ.class(djc:760) 
at app.YQ.class(djc:844) 
at app.Kt.class(lbc:230) 
at app.YR.class(egc:45) 
at app.ir.class(zac:57) 
at app.ir.class(zac:197) 
at app.ir.class(zac:197) 
at app.ir.class(zac:197) 
at app.ir.class(zac:197)

SlotAction NullPointerException at activate
Code:
java.lang.NullPointerException 
at com.runemate.game.api.rs3.local.hud.interfaces.eoc.SlotAction.activate(ptb:124) 
at com.runemate.game.api.rs3.local.hud.interfaces.eoc.SlotAction.activate(ptb:48)

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I've fixed the last one, the 3rd one I'll need to reproduce myself and regarding the first two... I'll investigate.
 
I believe the first two are the same error. This could potentially be caused by passing in a null entity as the destination. I've added null checks to the code moving forward but I suggest you check your own code in the meantime.
 
Top