|
From: SourceForge.net <no...@so...> - 2007-04-04 22:47:54
|
Bugs item #1683300, was opened at 2007-03-18 19:22 Message generated for change (Comment added) made by thpr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1683300&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: Crash Group: To be fixed For 5.12 >Status: Deleted >Resolution: Invalid Priority: 5 Private: No Submitted By: Tom Parker (thpr) Assigned to: Nobody/Anonymous (nobody) Summary: Ability Object: Saving Character causes NPE Initial Comment: NG Human Fighter1 Sorcerer8 Feats are Blind Fight and typed in the example from CHOOSE:SCHOOLS Only known spells are Acid Splash (0) and Fireball (3) java.lang.NullPointerException at pcgen.io.PCGVer2Parser.parseAbilityLine(PCGVer2Parser.java:2252) at pcgen.io.PCGVer2Parser.parseCachedLines(PCGVer2Parser.java:845) at pcgen.io.PCGVer2Parser.parsePCG(PCGVer2Parser.java:163) at pcgen.io.PCGIOHandler.read(PCGIOHandler.java:278) at pcgen.io.IOHandler.internalRead(IOHandler.java:75) at pcgen.io.IOHandler.readForPreview(IOHandler.java:64) at pcgen.gui.ImagePreview.updateImage(ImagePreview.java:104) at pcgen.gui.ImagePreview.propertyChange(ImagePreview.java:78) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at java.awt.Component.firePropertyChange(Unknown Source) at javax.swing.JFileChooser.setCurrentDirectory(Unknown Source) at javax.swing.JFileChooser.setSelectedFile(Unknown Source) at pcgen.gui.PCGen_Frame1.savePC(PCGen_Frame1.java:1008) at pcgen.gui.PCGen_Frame1.handleSaveMessage(PCGen_Frame1.java:1214) at pcgen.gui.PCGen_Frame1.handleMessage(PCGen_Frame1.java:1144) at gmgen.pluginmgr.GMBus.send(GMBus.java:140) at pcgen.gui.PCGen_Frame1.saveItem_actionPerformed(PCGen_Frame1.java:164 9) at pcgen.gui.FrameActionListener$22.actionPerformed(FrameActionListener. java:290) 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.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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_Frame 1.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) java.awt.event.MouseEvent[MOUSE_RELEASED,(127,184),button=1,modifiers=Button1,cl ickCount=1] on frame0 ---------------------------------------------------------------------- >Comment By: Tom Parker (thpr) Date: 2007-04-04 18:47 Message: Logged In: YES user_id=1037926 Originator: YES Fixed with other problems ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1683300&group_id=25576 |