Thread: CVS notes?
View Single Post
  #12 (permalink)  
Old June 9th, 2005
stief stief is offline
A reader, not an expert
 
Join Date: January 11th, 2003
Location: Canada
Posts: 4,613
stief has a spectacular aura about
Default No Share Menu items ArrayIndexOutOfBoundsException

Tonight's build (updated Thu Jun 9 19:17:25 CST -6) just has the regular menu items--without the extra commands like "Add Folder to Share"

Clicking a file in the Library triggers the following exception.
Quote:
LimeWire version @version@
Java version 1.4.2_05 from Apple Computer, Inc.
Mac OS X v. 10.3.9 on ppc
Free/total memory: 9436096/29859840

java.lang.ArrayIndexOutOfBoundsException: 0
at com.limegroup.gnutella.gui.ButtonRow.setButtonEnab led(ButtonRow.java:316)
at com.limegroup.gnutella.gui.tables.AbstractTableMed iator.setButtonEnabled(AbstractTableMediator.java: 728)
at com.limegroup.gnutella.gui.library.LibraryTableMed iator.handleSelection(LibraryTableMediator.java:77 7)
at com.limegroup.gnutella.gui.tables.SelectionListene r.valueChanged(SelectionListener.java:42)
at javax.swing.DefaultListSelectionModel.fireValueCha nged(DefaultListSelectionModel.java:187)
at javax.swing.DefaultListSelectionModel.fireValueCha nged(DefaultListSelectionModel.java:167)
at javax.swing.DefaultListSelectionModel.fireValueCha nged(DefaultListSelectionModel.java:214)
at javax.swing.DefaultListSelectionModel.changeSelect ion(DefaultListSelectionModel.java:402)
at javax.swing.DefaultListSelectionModel.changeSelect ion(DefaultListSelectionModel.java:411)
at javax.swing.DefaultListSelectionModel.setSelection Interval(DefaultListSelectionModel.java:435)
at javax.swing.JTable.changeSelectionModel(JTable.jav a:1505)
at javax.swing.JTable.changeSelection(JTable.java:154 8)
at javax.swing.plaf.basic.BasicTableUI$MouseInputHand ler.adjustFocusAndSelection(BasicTableUI.java:522)
at javax.swing.plaf.basic.BasicTableUI$MouseInputHand ler.mousePressed(BasicTableUI.java:494)
at apple.laf.AquaTableUI$MouseInputHandler.mousePress ed(AquaTableUI.java:93)
at com.limegroup.gnutella.gui.tables.MouseEventConsum ptionChecker$MouseProxy.mousePressed(MouseEventCon sumptionChecker.java:87)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:222)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:221)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:221)
at java.awt.Component.processMouseEvent(Component.jav a:5163)
at com.limegroup.gnutella.gui.tables.LimeJTable.proce ssMouseEvent(LimeJTable.java:376)
at java.awt.Component.processEvent(Component.java:496 3)
at java.awt.Container.processEvent(Container.java:161 3)
at java.awt.Component.dispatchEventImpl(Component.jav a:3681)
at java.awt.Container.dispatchEventImpl(Container.jav a:1671)
at java.awt.Component.dispatchEvent(Component.java:35 43)
at java.awt.LightweightDispatcher.retargetMouseEvent( Container.java:3527)
at java.awt.LightweightDispatcher.processMouseEvent(C ontainer.java:3239)
at java.awt.LightweightDispatcher.dispatchEvent(Conta iner.java:3172)
at java.awt.Container.dispatchEventImpl(Container.jav a:1657)
at java.awt.Window.dispatchEventImpl(Window.java:1606 )
at java.awt.Component.dispatchEvent(Component.java:35 43)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 456)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:100)


Detail: Uncaught event-thread error.