Bug Issue: OoB Exception Dragging .stencyl File Into Welcome Center


Pages: 1

irock

  • Master Stencyler
  • *
May 12, 2017, 03:58:20 pm
I downloaded and dragged GameBoy Shader.stencyl into the Welcome Center and got this error:
Code: [Select]
java.lang.ArrayIndexOutOfBoundsException: 32 >= 0
at java.util.Vector.elementAt(Vector.java:474)
at javax.swing.DefaultListModel.getElementAt(DefaultListModel.java:89)
at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:204)
at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:317)
at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:240)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
at javax.swing.JComponent.paintComponent(JComponent.java:780)
at stencyl.sw.app.lists.AbstractList.paintComponent(AbstractList.java:614)
at javax.swing.JComponent.paint(JComponent.java:1056)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1579)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1502)
at javax.swing.RepaintManager.paint(RepaintManager.java:1272)
at javax.swing.JComponent._paintImmediately(JComponent.java:5158)
at javax.swing.JComponent.paintImmediately(JComponent.java:4969)
at javax.swing.RepaintManager$4.run(RepaintManager.java:831)
at javax.swing.RepaintManager$4.run(RepaintManager.java:814)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:814)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:789)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:738)
at javax.swing.RepaintManager.access$1200(RepaintManager.java:64)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1732)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
« Last Edit: May 12, 2017, 03:58:50 pm by Irock »


rob1221

  • Master Stencyler
  • *
May 13, 2017, 06:42:21 am
If I keep dragging a game in and changing the name, I'll get that error (with a different number), but I don't know why the error pops up sometimes and not other times.  The error doesn't seem to stop importing though, and the game opens just fine.  Also, the error is the same whether using Stencyl 3.5 or not.
  • Status changed from New to Confirmed


Issue updated by Justin - February 04, 2018, 01:49:36 am
  • Tags added: 3.5 LP


Justin

  • Master Stencyler
  • *
December 20, 2018, 09:40:34 pm
Fixed in b10188.
  • Issue Assigned from (none) to Justin
  • Status changed from Confirmed to Resolved
  • Tags removed: 3.5 LP


Pages: 1

Details

  • Reported
    May 12, 2017, 03:58:20 pm
  • Updated
    December 20, 2018, 09:40:34 pm

  • View Status
    Public
  • Type
    Bug
  • Status
    Resolved
  • Priority
    Normal
  • Version
    Stencyl 3.4
  • Fixed in
    (none)
  • Assigned to
    Justin
  • Category
    Welcome Center

Tags