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

Resolved [RS3] NPE running any script

Discussion in 'Client & Site Support' started by Fontkodo, Nov 25, 2014.

  1. Fontkodo

    Joined:
    Jun 21, 2014
    Messages:
    350
    Likes Received:
    111
    Whenever I start any script bot I get this error or something similar:

    Code (Text):
    1. (03:20:10) java.lang.NullPointerException
    2. (03:20:10)      at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    3.  
    4. (03:20:10)      at sun.reflect.UnsafeObjectFieldAccessorImpl.get(Unknown Source)
    5.  
    6. (03:20:10)      at java.lang.reflect.Field.get(Unknown Source)
    7. (03:20:10)      at a.ai.super(ghb:669)
    8. (03:20:10)      at a.ai.if(ghb:94)
    9. (03:20:10)      at a.ai.new(ghb:171)
    10. (03:20:10)      at a.jM.super(mpb:208)
    11. (03:20:10)      at a.jM.super(mpb:77)
    12. (03:20:10)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    13. etItems(itb:6)
    14. (03:20:10)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    15. etItems(itb:121)
    16. (03:20:10)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    17. etRandomItem(itb:163)
    18. (03:20:10)      at a.Oj.else(ycb:163)
    19. (03:20:10)      at a.Oj.super(ycb:228)
    20. (03:20:10)      at a.dk.do(ycb:222)
    21. (03:20:10)      at a.PM.super(fdb:144)
    22. (03:20:10)      at com.runemate.game.api.script.framework.LoopingScript.run(ucb:
    23. 102)
    24. (03:20:10)      at com.runemate.game.api.script.framework.AbstractScript.start(h
    25. jb:170)
    26. (03:20:10)      at a.gj.run(bjb:12)
    27. (03:20:10) An exception has occurred in Unexpected Item Handler while checking f
    28. or active rs events
    29. (03:20:15) java.lang.NullPointerException
    30. (03:20:15)      at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
    31.  
    32. (03:20:15)      at sun.reflect.UnsafeObjectFieldAccessorImpl.get(Unknown Source)
    33.  
    34. (03:20:15)      at java.lang.reflect.Field.get(Unknown Source)
    35. (03:20:15)      at a.ai.super(ghb:669)
    36. (03:20:15)      at a.ai.if(ghb:94)
    37. (03:20:15)      at a.ai.new(ghb:171)
    38. (03:20:15)      at a.jM.super(mpb:208)
    39. (03:20:15)      at a.jM.super(mpb:77)
    40. (03:20:15)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    41. etItems(itb:6)
    42. (03:20:15)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    43. etItems(itb:121)
    44. (03:20:15)      at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory.g
    45. etRandomItem(itb:163)
    46. (03:20:15)      at a.Oj.else(ycb:163)
    47. (03:20:15)      at a.Oj.super(ycb:228)
    48. (03:20:15)      at a.dk.do(ycb:222)
    49. (03:20:15)      at a.PM.super(fdb:144)
    50. (03:20:15)      at com.runemate.game.api.script.framework.LoopingScript.run(ucb:
    51. 102)
    52. (03:20:15)      at com.runemate.game.api.script.framework.AbstractScript.start(h
    53. jb:170)
    54. (03:20:15)      at a.gj.run(bjb:12)
    55. (03:20:15) An exception has occurred in Unexpected Item Handler while checking f
    56. or active rs events
    57. (03:20:19) java.lang.NullPointerException
    58. (03:20:19)      at com.runemate.game.api.rs3.local.CombatMode.getCurrent(tmb:147
    59. )
    60. (03:20:19)      at com.runemate.game.api.rs3.local.CombatMode.isCurrent(tmb:80)
    61. (03:20:19)      at a.bN.super(qpb:670)
    62. (03:20:19)      at a.UL.super(qpb:64)
    63. (03:20:19)      at com.runemate.game.api.hybrid.Projection.getViewport(hub:121)
    64. (03:20:19)      at com.runemate.game.api.hybrid.location.Coordinate.getBounds(vr
    65. b:375)
    66. (03:20:19)      at com.runemate.game.api.hybrid.location.Coordinate.render(vrb:1
    67. 012)
    68. (03:20:19)      at jgraniteminer.Graniteminer.onPaint(Graniteminer.java:118)
    69. (03:20:19)      at com.runemate.game.api.script.framework.core.EventDispatcher.p
    70. rocess(rdb:84)
    71. (03:20:19)      at a.fj.paintComponent(obb:913)
    72. (03:20:19)      at javax.swing.JComponent.paint(Unknown Source)
    73. (03:20:19)      at javax.swing.JComponent.paintChildren(Unknown Source)
    74. (03:20:19)      at javax.swing.JComponent.paint(Unknown Source)
    75. (03:20:19)      at javax.swing.JLayeredPane.paint(Unknown Source)
    76. (03:20:19)      at javax.swing.JComponent.paintChildren(Unknown Source)
    77. (03:20:19)      at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    78. (03:20:19)      at javax.swing.RepaintManager.paint(Unknown Source)
    79. (03:20:19)      at javax.swing.JComponent.paint(Unknown Source)
    80. (03:20:19)      at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
    81. (03:20:19)      at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
    82. (03:20:19)      at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
    83. (03:20:19)      at java.awt.Container.paint(Unknown Source)
    84. (03:20:19)      at java.awt.Window.paint(Unknown Source)
    85. (03:20:19)      at javax.swing.RepaintManager$4.run(Unknown Source)
    86. (03:20:19)      at javax.swing.RepaintManager$4.run(Unknown Source)
    87. (03:20:19)      at java.security.AccessController.doPrivileged(Native Method)
    88. (03:20:19)      at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unkn
    89. own Source)
    90. (03:20:19)      at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    91. (03:20:19)      at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    92. (03:20:19)      at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Sourc
    93. e)
    94. (03:20:19)      at javax.swing.RepaintManager.access$1300(Unknown Source)
    95. (03:20:19)      at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Sou
    96. rce)
    97. (03:20:19)      at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    98. (03:20:19)      at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    99. (03:20:19)      at java.awt.EventQueue.access$400(Unknown Source)
    100. (03:20:19)      at java.awt.EventQueue$3.run(Unknown Source)
    101. (03:20:19)      at java.awt.EventQueue$3.run(Unknown Source)
    102. (03:20:19)      at java.security.AccessController.doPrivileged(Native Method)
    103. (03:20:19)      at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unkn
    104. own Source)
    105. (03:20:19)      at java.awt.EventQueue.dispatchEvent(Unknown Source)
    106. (03:20:19)      at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown S
    107. ource)
    108. (03:20:19)      at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Sour
    109. ce)
    110. (03:20:19)      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown S
    111. ource)
    112. (03:20:19)      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    113. (03:20:19)      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    114. (03:20:19)      at java.awt.EventDispatchThread.run(Unknown Source)
     
  2. BoneCode

    Joined:
    Dec 13, 2013
    Messages:
    105
    Likes Received:
    26
    nigga you didnt even post solution
     
  3. Falixus

    Falixus Guest

    How did you manage to solve it? :p
     
  4. BoneCode

    Joined:
    Dec 13, 2013
    Messages:
    105
    Likes Received:
    26
    why do my posts get deleted arbiter is against this
     
  5. Fontkodo

    Joined:
    Jun 21, 2014
    Messages:
    350
    Likes Received:
    111
    I'm not sure how I solved it, since it was 4 months ago.
     
  6. Falixus

    Falixus Guest

    Oh snap, just noticed the date.
     
  7. BoneCode

    Joined:
    Dec 13, 2013
    Messages:
    105
    Likes Received:
    26
    yeah stop grave digging
     
    dog_ likes this.

Share This Page

Loading...