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

Resolved NPE at EventDispatcher.process

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

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  at com.runemate.game.api.script.framework.core.EventDispatcher.process(cvb:218)
    4.  at app.UI.paintComponent(teb:325)
    5.  at javax.swing.JComponent.paint(Unknown Source)
    6.  at javax.swing.JComponent.paintChildren(Unknown Source)
    7.  at javax.swing.JComponent.paint(Unknown Source)
    8.  at javax.swing.JLayeredPane.paint(Unknown Source)
    9.  at javax.swing.JComponent.paintChildren(Unknown Source)
    10.  at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    11.  at javax.swing.RepaintManager.paint(Unknown Source)
    12.  at javax.swing.JComponent.paint(Unknown Source)
    13.  at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
    14.  at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
    15.  at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
    16.  at java.awt.Container.paint(Unknown Source)
    17.  at java.awt.Window.paint(Unknown Source)
    18.  at javax.swing.RepaintManager$4.run(Unknown Source)
    19.  at javax.swing.RepaintManager$4.run(Unknown Source)
    20.  at java.security.AccessController.doPrivileged(Native Method)
    21.  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    22.  at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    23.  at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    24.  at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
    25.  at javax.swing.RepaintManager.access$1300(Unknown Source)
    26.  at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
    27.  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    28.  at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    29.  at java.awt.EventQueue.access$500(Unknown Source)
    30.  at java.awt.EventQueue$3.run(Unknown Source)
    31.  at java.awt.EventQueue$3.run(Unknown Source)
    32.  at java.security.AccessController.doPrivileged(Native Method)
    33.  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    34.  at java.awt.EventQueue.dispatchEvent(Unknown Source)
    35.  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    36.  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    37.  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    38.  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    39.  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    40.  at java.awt.EventDispatchThread.run(Unknown Source)
    41.  
    @Cloud
     

Share This Page

Loading...