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

Resolved instance of a non-assignable type

Discussion in 'Client & Site Support' started by Aidden, Jun 12, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.IllegalStateException: Cannot get an instance value from an instance of a non-assignable type (WidgetNode.id)
    3.  at app.zP.goto(spb:60)
    4.  at app.zP.goto(spb:262)
    5.  at app.zP.goto(spb:80)
    6.  at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.true(gxb:92)
    7.  at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(gxb:126)
    8.  at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(gxb:260)
    9.  at app.gp.goto(mgc:97)
    10.  at com.runemate.game.api.hybrid.Projection.coordinateToMinimap(yac:48)
    11.  at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.getInteractionPoint(bfc:540)
    12.  at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.getInteractionPoint(bfc:1097)
    13.  at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.contains(bfc:1705)
    14.  at app.fQ.goto(wec:75)
    15.  at app.fQ.goto(wec:265)
    16.  at app.fQ.move(wec:212)
    17.  at com.runemate.game.api.hybrid.input.Mouse.move(wg:181)
    18.  at com.runemate.game.api.hybrid.input.Mouse.move(wg:90)
    19.  at com.runemate.game.api.hybrid.input.Mouse.click(wg:32)
    20.  at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.click(bfc:769)
    21.  at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.interact(bfc:1795)
    22.  at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(kdc:152)
    23.  at com.runemate.game.api.hybrid.location.navigation.Path.step(qyb:167)
    24.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.chop(MaxiWoodcutter.java:242)
    25.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:157)
    26.  at com.runemate.game.api.script.framework.LoopingScript.run(ctb:47)
    27.  at com.runemate.game.api.script.framework.AbstractScript.start(fxb:122)
    28.  at app.jm.run(ypb:270)
    29. Caused by: java.lang.IllegalStateException: Cannot get an instance value from an instance of a non-assignable type
    30.  at app.zP.goto(spb:1541)
    31.  at app.zP.goto(spb:75)
    32.  ... 25 more
    2 days ago
    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Looks like a mismatched hook somewhere, but the logging in this version for that specific error isn't good enough to resolve it. Let's hope it doesn't happen again, but if it does the next release will have more information.
     

Share This Page

Loading...