Welcome!

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

Sign up now!

RuneMate V1.0.0 - Beta 16.1

Engineer
Joined
Jul 28, 2013
Messages
2,776
Changelog
  • Fixed "A NullPointerException has occurred while determining the highest priority rs-event"
  • Fixed Area.getCenter()
  • Fixed Screen.getBounds()
  • Improved Lost & Found random event
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,771
Got this earlier today:
java.lang.NullPointerException
An exception has occurred in Evil Twin while checking for active rs-events

Also, the tooltip for the blood theme when hovering the client buttons needs to have a slight color change, i feel it's too similar to the background and slightly hard to see.
 
First Bot Author
Joined
Aug 7, 2013
Messages
262
Got this earlier today:
java.lang.NullPointerException
An exception has occurred in Evil Twin while checking for active rs-events

Also, the tooltip for the blood theme when hovering the client buttons needs to have a slight color change, i feel it's too similar to the background and slightly hard to see.
Dem stacktrace:
Code:
java.lang.NullPointerExceptionAn exception has occurred in Evil Twin while checking for active rs-events

    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    at sun.reflect.UnsafeLongFieldAccessorImpl.getLong(Unknown Source)
    at sun.reflect.UnsafeLongFieldAccessorImpl.get(Unknown Source)
    at java.lang.reflect.Field.get(Unknown Source)
    at com.runemate.game.a.prn.do(nkb:1362)
    at com.runemate.game.a.prn.do(nkb:164)
    at com.runemate.game.a.prn.super(nkb:211)
    at com.runemate.game.api.a.b.prn.do(ejb:262)
    at com.runemate.game.api.a.b.Nul.do(ccb:144)
    at com.runemate.game.api.hybrid.entities.definitions.GameObjectDefinition.get(tlb:223)
    at com.runemate.game.api.osrs.c.Prn.getDefinition(zdb:206)
    at com.runemate.game.api.hybrid.region.GameObjects$5.accepts(ucb:24)
    at com.runemate.game.api.hybrid.region.GameObjects$5.accepts(ucb:63)
    at com.runemate.game.api.osrs.a.CON.do(aib:149)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(ucb:75)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(ucb:58)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(ucb:155)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearest(ucb:174)
    at com.runemate.game.b.c.nUL.for(djb:50)
    at com.runemate.game.b.nUl.do(shb:226)
    at com.runemate.game.api.script.framework.LoopingScript.enum(wib:89)
    at com.runemate.game.api.script.framework.LoopingScript.do(wib:96)
    at com.runemate.game.api.script.framework.LoopingScript$1.run(wib:277)
    at java.lang.Thread.run(Unknown Source)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Dem stacktrace:
Code:
java.lang.NullPointerExceptionAn exception has occurred in Evil Twin while checking for active rs-events

    at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    at sun.reflect.UnsafeLongFieldAccessorImpl.getLong(Unknown Source)
    at sun.reflect.UnsafeLongFieldAccessorImpl.get(Unknown Source)
    at java.lang.reflect.Field.get(Unknown Source)
    at com.runemate.game.a.prn.do(nkb:1362)
    at com.runemate.game.a.prn.do(nkb:164)
    at com.runemate.game.a.prn.super(nkb:211)
    at com.runemate.game.api.a.b.prn.do(ejb:262)
    at com.runemate.game.api.a.b.Nul.do(ccb:144)
    at com.runemate.game.api.hybrid.entities.definitions.GameObjectDefinition.get(tlb:223)
    at com.runemate.game.api.osrs.c.Prn.getDefinition(zdb:206)
    at com.runemate.game.api.hybrid.region.GameObjects$5.accepts(ucb:24)
    at com.runemate.game.api.hybrid.region.GameObjects$5.accepts(ucb:63)
    at com.runemate.game.api.osrs.a.CON.do(aib:149)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(ucb:75)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(ucb:58)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearestTo(ucb:155)
    at com.runemate.game.api.hybrid.region.GameObjects.getNearest(ucb:174)
    at com.runemate.game.b.c.nUL.for(djb:50)
    at com.runemate.game.b.nUl.do(shb:226)
    at com.runemate.game.api.script.framework.LoopingScript.enum(wib:89)
    at com.runemate.game.api.script.framework.LoopingScript.do(wib:96)
    at com.runemate.game.api.script.framework.LoopingScript$1.run(wib:277)
    at java.lang.Thread.run(Unknown Source)
It's an error in the API itself, is this for OSRS or RS3?
 
Top