|
From: SourceForge.net <no...@so...> - 2004-09-09 18:58:23
|
Bugs item #905887, was opened at 2004-02-27 14:47 Message generated for change (Comment added) made by michaelbeaver You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=905887&group_id=25576 Category: User Interface Group: 5.6.0 RC 3 Status: Open Resolution: None Priority: 5 Submitted By: Ivan A. Finzen IV (rax_the_grey) Assigned to: Jason Buchanan (lonejedi) Summary: Name generation fails for some files Initial Comment: When I try to generate a name using either the French, Flemish, Mar_Generic, Mar_Knightly, or Pictish_Classical I get the following exception and no name: java.lang.NullPointerException at pcgen.core.Names.getSyllablesByName (Names.java:216) at pcgen.core.Names.getRandomSyllableByName (Names.java:298) at pcgen.core.Names.constructTheName (Names.java:273) at pcgen.core.Names.getRandomName(Names.java:231) at pcgen.gui.NameGui.valueChanged (NameGui.java:115) at javax.swing.JList.fireSelectionValueChanged(Unknown Source) at javax.swing.JList$ListSelectionHandler.valueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.setValueIsAdjustin g (Unknown Source) at javax.swing.JList.setValueIsAdjusting(Unknown Source) at javax.swing.plaf.basic.BasicListUI$MouseInputHandler.mo useReleased (Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.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:2639) at java.awt.EventDispatchThread.pumpOneEventForHierarch y (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) ---------------------------------------------------------------------- >Comment By: Michael Beaver (michaelbeaver) Date: 2004-09-09 18:58 Message: Logged In: YES user_id=23904 still an issue with French and Flemmish *_NAMES files. the separated _male and _female files works fine... ---------------------------------------------------------------------- Comment By: Ivan A. Finzen IV (rax_the_grey) Date: 2004-06-05 15:31 Message: Logged In: YES user_id=428419 It's still broken in 5.6.1. ---------------------------------------------------------------------- Comment By: Paul W. King (kingpaul) Date: 2004-05-31 10:28 Message: Logged In: YES user_id=277877 Is this still a valid tracker? Paul W. King OGL SB, PL Chimp, Data Tamarin, TM Lemur, BoD ---------------------------------------------------------------------- Comment By: Nathan Owen (sirjoekcb) Date: 2004-03-05 06:45 Message: Logged In: YES user_id=983701 I've just uploaded patch #910273 which should fix this. The problem was that preconditions in the name data files were not being terminated properly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=905887&group_id=25576 |