Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Exceptions

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
These are just some exceptions from my exception log that i don't think are on my end @Cloud

Code:
java.lang.NullPointerException 
at java.lang.reflect.Array.getLength(Native Method) 
at com.runemate.game.api.hybrid.local.Skills.getExperienceAt(iwb:33) 
at com.runemate.game.api.hybrid.local.Skill.getExperienceToNextLevel(ftb:40) 
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onPaint(MaxiWoodcutter.java:479) 
at com.runemate.game.api.script.framework.core.EventDispatcher.process(tsb:191) 
at a.RI.paintComponent(mfb:79) 
at javax.swing.JComponent.paint(Unknown Source) 
at javax.swing.JComponent.paintChildren(Unknown Source) 
at javax.swing.JComponent.paint(Unknown Source) 
at javax.swing.JLayeredPane.paint(Unknown Source) 
at javax.swing.JComponent.paintChildren(Unknown Source) 
at javax.swing.JComponent.paintToOffscreen(Unknown Source) 
at javax.swing.RepaintManager.paint(Unknown Source) 
at javax.swing.JComponent.paint(Unknown Source) 
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) 
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source) 
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) 
at java.awt.Container.paint(Unknown Source) 
at java.awt.Window.paint(Unknown Source) 
at javax.swing.RepaintManager$4.run(Unknown Source) 
at javax.swing.RepaintManager$4.run(Unknown Source) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source) 
at javax.swing.RepaintManager.access$1300(Unknown Source) 
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source) 
at java.awt.event.InvocationEvent.dispatch(Unknown Source) 
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) 
at java.awt.EventQueue.access$400(Unknown Source) 
at java.awt.EventQueue$3.run(Unknown Source) 
at java.awt.EventQueue$3.run(Unknown Source) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 
at java.awt.EventQueue.dispatchEvent(Unknown Source) 
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
at java.awt.EventDispatchThread.run(Unknown Source)

Code:
java.lang.ArrayIndexOutOfBoundsException: -1 
at a.XL.getModel(ytb:204) 
at a.TL.getModel(gqb:229) 
at a.eL.isVisible(snb:137) 
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) 
at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
at a.pi.run(hjb:72)

This one's an odd one. No other details where logged :S
Code:
java.lang.NullPointerException

Code:
java.lang.ArrayIndexOutOfBoundsException 
at java.lang.reflect.Array.get(Native Method) 
at a.tn.true(hub:34) 
at com.runemate.game.api.hybrid.region.Players.getAt(qvb:55) 
at a.PL.getTarget(jtb:74) 
at com.runemate.maxiscripts.looping.chickenkiller.MaxiChickenKiller.onLoop(w:148) 
at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
at a.pi.run(hjb:72)

Code:
java.lang.NullPointerException 
at rm.con.execute(o:179) 
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(awb:70) 
at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
at a.pi.run(hjb:72)

Code:
java.lang.NullPointerException 
at rm.con.execute(o:44) 
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(awb:70) 
at com.runemate.game.api.script.framework.LoopingScript.run(hwb:57) 
at com.runemate.game.api.script.framework.AbstractScript.start(eqb:191) 
at a.pi.run(hjb:72)

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:
(12:40:43) Error at update(Object)
(12:40:43) java.lang.NullPointerException
(12:40:43)      at a.WL.null(akb:161)
(12:40:43)      at a.WL.null(akb:109)
(12:40:43)      at a.wl.getTarget(dwb:228)
(12:40:43)      at a.bK.null(ifb:396)
(12:40:43)      at a.Ti.run(ifb:1699)
(12:40:43)      at a.pI.run(mcb:173)
(12:40:43)      at com.sun.javafx.application.PlatformImpl.lambda$null$164(Unkno
wn Source)
(12:40:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$54/1471974666
.run(Unknown Source)
(12:40:43)      at java.security.AccessController.doPrivileged(Native Method)
(12:40:43)      at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(U
nknown Source)
(12:40:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$53/1878648427
.run(Unknown Source)
(12:40:43)      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Sou
rce)
(12:40:43)      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(12:40:43)      at com.sun.glass.ui.win.WinApplication.lambda$null$141(Unknown S
ource)
(12:40:43)      at com.sun.glass.ui.win.WinApplication$$Lambda$44/1421841014.run
(Unknown Source)
(12:40:43)      at java.lang.Thread.run(Unknown Source)
 
Last edited:
Top