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

Resolved Exceptions

Discussion in 'Client & Site Support' started by Aidden, Jan 15, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    These are just some exceptions from my exception log that i don't think are on my end @Cloud

    Code (Text):
    1.  
    2. java.lang.NullPointerException 
    3. at java.lang.reflect.Array.getLength(Native Method) 
    4. at com.runemate.game.api.hybrid.local.Skills.getExperienceAt(iwb:33) 
    5. at com.runemate.game.api.hybrid.local.Skill.getExperienceToNextLevel(ftb:40) 
    6. at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onPaint(MaxiWoodcutter.java:479) 
    7. at com.runemate.game.api.script.framework.core.EventDispatcher.process(tsb:191) 
    8. at a.RI.paintComponent(mfb:79) 
    9. at javax.swing.JComponent.paint(Unknown Source) 
    10. at javax.swing.JComponent.paintChildren(Unknown Source) 
    11. at javax.swing.JComponent.paint(Unknown Source) 
    12. at javax.swing.JLayeredPane.paint(Unknown Source) 
    13. at javax.swing.JComponent.paintChildren(Unknown Source) 
    14. at javax.swing.JComponent.paintToOffscreen(Unknown Source) 
    15. at javax.swing.RepaintManager.paint(Unknown Source) 
    16. at javax.swing.JComponent.paint(Unknown Source) 
    17. at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) 
    18. at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source) 
    19. at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) 
    20. at java.awt.Container.paint(Unknown Source) 
    21. at java.awt.Window.paint(Unknown Source) 
    22. at javax.swing.RepaintManager$4.run(Unknown Source) 
    23. at javax.swing.RepaintManager$4.run(Unknown Source) 
    24. at java.security.AccessController.doPrivileged(Native Method) 
    25. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 
    26. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
    27. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
    28. at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source) 
    29. at javax.swing.RepaintManager.access$1300(Unknown Source) 
    30. at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source) 
    31. at java.awt.event.InvocationEvent.dispatch(Unknown Source) 
    32. at java.awt.EventQueue.dispatchEventImpl(Unknown Source) 
    33. at java.awt.EventQueue.access$400(Unknown Source) 
    34. at java.awt.EventQueue$3.run(Unknown Source) 
    35. at java.awt.EventQueue$3.run(Unknown Source) 
    36. at java.security.AccessController.doPrivileged(Native Method) 
    37. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 
    38. at java.awt.EventQueue.dispatchEvent(Unknown Source) 
    39. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 
    40. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 
    41. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 
    42. at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
    43. at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
    44. at java.awt.EventDispatchThread.run(Unknown Source)
    45.  
    Code (Text):
    1.  
    2. java.lang.ArrayIndexOutOfBoundsException: -1 
    3. at a.XL.getModel(ytb:204) 
    4. at a.TL.getModel(gqb:229) 
    5. at a.eL.isVisible(snb:137) 
    6. at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.loot(MaxiChickenKiller.java:184)at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.onLoop(MaxiChickenKiller.java:139) at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
    7. at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
    8. at a.pi.run(hjb:72)
    9.  
    This one's an odd one. No other details where logged :S
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  
    Code (Text):
    1.  
    2. java.lang.ArrayIndexOutOfBoundsException 
    3. at java.lang.reflect.Array.get(Native Method) 
    4. at a.tn.true(hub:34) 
    5. at com.runemate.game.api.hybrid.region.Players.getAt(qvb:55) 
    6. at a.PL.getTarget(jtb:74) 
    7. at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.onLoop(w:148) 
    8. at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
    9. at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
    10. at a.pi.run(hjb:72)
    11.  
    Code (Text):
    1.  
    2. java.lang.NullPointerException 
    3. at rm.con.execute(o:179) 
    4. at com.runemate.game.api.script.framework.task.TaskScript.onLoop(awb:70) 
    5. at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
    6. at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
    7. at a.pi.run(hjb:72)
    8.  
    Code (Text):
    1.  
    2. java.lang.NullPointerException 
    3. at rm.con.execute(o:44) 
    4. at com.runemate.game.api.script.framework.task.TaskScript.onLoop(awb:70) 
    5. at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
    6. at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
    7. at a.pi.run(hjb:72)
    8.  
    And apparently i'm not the only one with the player.getTarget problem. Had an exception in the log on a line that makes that call. When i open my dev kit and click on a player in he list i get the following error and no details about the player are displayed

    Code (Text):
    1.  
    2. (12:40:43) Error at update(Object)
    3. (12:40:43) java.lang.NullPointerException
    4. (12:40:43)      at a.WL.null(akb:161)
    5. (12:40:43)      at a.WL.null(akb:109)
    6. (12:40:43)      at a.wl.getTarget(dwb:228)
    7. (12:40:43)      at a.bK.null(ifb:396)
    8. (12:40:43)      at a.Ti.run(ifb:1699)
    9. (12:40:43)      at a.pI.run(mcb:173)
    10. (12:40:43)      at com.sun.javafx.application.PlatformImpl.lambda$null$164(Unkno
    11. wn Source)
    12. (12:40:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$54/1471974666
    13. .run(Unknown Source)
    14. (12:40:43)      at java.security.AccessController.doPrivileged(Native Method)
    15. (12:40:43)      at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(U
    16. nknown Source)
    17. (12:40:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$53/1878648427
    18. .run(Unknown Source)
    19. (12:40:43)      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Sou
    20. rce)
    21. (12:40:43)      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    22. (12:40:43)      at com.sun.glass.ui.win.WinApplication.lambda$null$141(Unknown S
    23. ource)
    24. (12:40:43)      at com.sun.glass.ui.win.WinApplication$$Lambda$44/1421841014.run
    25. (Unknown Source)
    26. (12:40:43)      at java.lang.Thread.run(Unknown Source)
    27.  
    28.  
     
    #1 Aidden, Jan 15, 2015
    Last edited: Jan 15, 2015
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    All should be resolved.
     

Share This Page

Loading...