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

Resolved Cannot get an instance value from a null instance (RegionGrid.tiles)

Discussion in 'Client & Site Support' started by Aidden, Mar 27, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Code (Text):
    1. java.lang.IllegalStateException: Cannot get an instance value from a null instance (RegionGrid.tiles)
    2.     at app.xK.super(pdb:172)
    3.     at app.TK.else(psb:83)
    4.     at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(gwb:110)
    5.     at com.runemate.game.api.hybrid.region.GameObjects.getLoadedAt(gwb:225)
    6.     at app.am.isValid(xsb:103)
    7.     at app.VM.isVisible(uqb:193)
    8.     at app.QP.else(lzb:162)
    9.     at app.QP.else(lzb:250)
    10.     at app.QP.move(lzb:110)
    11.     at com.runemate.game.api.hybrid.input.Mouse.move(gm:84)
    12.     at app.VM.interact(uqb:31)
    13.     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ei:252)
    14.     at app.am.interact(xsb:96)
    15.     at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.pickBananasFromTree(MaxiBananaPicker.java:340)
    16.     at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.onLoop(MaxiBananaPicker.java:183)
    17.     at com.runemate.game.api.script.framework.LoopingScript.run(pob:52)
    18.     at com.runemate.game.api.script.framework.AbstractScript.start(mxb:134)
    19.     at app.Mk.run(amb:265)
    20. Caused by: java.lang.IllegalStateException: Cannot get an instance value from a null instance
    21.     at app.xK.else(pdb:843)
    22.     at app.xK.super(pdb:275)
    23.     ... 17 more
    24.  
    @Cloud
     
  2. Best Answer:
    Post #2 by Cloud, Mar 27, 2015
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    That one usage of it slipped through, patched in the next release.
     
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    No worries. What's causing all these app.x.y errors?
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    That's just a client error.
     

Share This Page

Loading...