1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved getProjectedPolygons NPE

Discussion in 'Client & Site Support' started by Aidden, Nov 7, 2014.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Code (Text):
    1. java.lang.NullPointerException
    2. at com.runemate.Qm.getProjectedPolygons(bpb:96)
    3. at com.runemate.game.api.hybrid.local.hud.CompositeModel.getProjectedPolygons(msb:219)
    4. at com.runemate.game.api.hybrid.local.hud.Model.getInteractionPoint(ylb:128)
    5. at com.runemate.CM.getInteractionPoint(lnb:45)
    6. at com.runemate.CM.getInteractionPoint(lnb:107)
    7. at com.runemate.yl.move(sqb:33)
    8. at com.runemate.game.api.hybrid.input.Mouse.move(txb:11)
    9. at com.runemate.CM.interact(lnb:257)
    10. at com.runemate.CM.interact(lnb:39)
    11. at com.runemate.fM.interact(fxb:246)
    12. at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.loot(MaxiChickenKiller.java:289)
    13. at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.onLoop(MaxiChickenKiller.java:237)
    14. at com.runemate.game.api.script.framework.LoopingScript.run(rfb:59)
    15. at com.runemate.game.api.script.framework.AbstractScript.start(xhb:53)
    16. at com.runemate.nj.run(pkb:106)
    A user of my chickenkiller received this stacktrace. line 289 in my script bot is
    Code (Text):
    1. if (item.interact("Take")) {
    Null and visibility checks have already been performed prior to this interact statement.
    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Is this OSRS or RS3?
     
  3. Defeat3d

    Defeat3d Primate

    Joined:
    Oct 30, 2014
    Messages:
    3,033
    Likes Received:
    1,890
    MaxiChickenKiller is an OSRS-only script bot. :)
     
    Aidden likes this.
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Can you loan me an OSRS account that I can use to test your script bot on a development build of runemate, that way I can get the exact line that the error is occurring at?
     
  5. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    I don't know how often it happens, he reported it on monday and i've only just gotten around to looking into it. I'll pm him and see if we caqn get some more info. In the mean time i can make a fresh account and run it over to the chickens for you
     

Share This Page

Loading...