|
From: SourceForge.net <no...@so...> - 2007-04-04 15:06:45
|
Bugs item #1694376, was opened at 2007-04-04 17:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1694376&group_id=25576 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Frank Kliewe (frank_kliewe) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayIndexOutOfBoundsException after switching gamemodes Initial Comment: On 4/4/07, Frank Kliewe <fk...@gm...> wrote: - Hide quoted text - > And after playing around with 35e, I switch to gamemode Modern, load > all 4 MSRD complete sets, and in the console I get this error message: > > java.lang.ArrayIndexOutOfBoundsException: -1 > at java.util.Vector.elementAt(Unknown Source) > at javax.swing.JTabbedPane.setIconAt(Unknown Source) > at pcgen.gui.CharacterInfo.flagToDos(CharacterInfo.java:435) > at pcgen.gui.CharacterInfo.access$500(CharacterInfo.java:55) > at pcgen.gui.CharacterInfo$tabChangeListener.stateChanged(CharacterInfo.java:455) > at javax.swing.JTabbedPane.fireStateChanged(Unknown Source) > at javax.swing.JTabbedPane$ModelListener.stateChanged(Unknown Source) > at javax.swing.DefaultSingleSelectionModel.fireStateChanged(Unknown Source) > at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(Unknown Source) > at javax.swing.JTabbedPane.setSelectedIndexImpl(Unknown Source) > at javax.swing.JTabbedPane.setSelectedIndex(Unknown Source) > at pcgen.gui.CharacterInfo.resetToSummaryTab(CharacterInfo.java:280) > at pcgen.gui.PCGen_Frame1.addPCTab(PCGen_Frame1.java:1743) > at pcgen.gui.PCGen_Frame1.doNewItem(PCGen_Frame1.java:1942) > at pcgen.gui.PCGen_Frame1.handleNewMessage(PCGen_Frame1.java:1228) > at pcgen.gui.PCGen_Frame1.handleMessage(PCGen_Frame1.java:1148) > at gmgen.pluginmgr.GMBus.send(GMBus.java:140) > at pcgen.gui.PCGen_Frame1.newItem_actionPerformed(PCGen_Frame1.java:1378) > at pcgen.gui.FrameActionListener$8.actionPerformed(FrameActionListener.java:126) > at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) > at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.setPressed(Unknown Source) > at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) > at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) > at java.awt.Component.processMouseEvent(Unknown Source) > at javax.swing.JComponent.processMouseEvent(Unknown Source) > at java.awt.Component.processEvent(Unknown Source) > at java.awt.Container.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at pcgen.gui.PCGen_Frame1$WaitCursorEventQueue.dispatchEvent(PCGen_Frame1.java:3449) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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) > This one doesn't happen after a clean load (starting PCGen and directly loading those sets), so it's not a show stopper. -- Frank ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1694376&group_id=25576 |