|
From: James D. (JIRA) <ji...@pc...> - 2010-08-27 23:31:28
|
[ http://jira.pcgen.org/browse/CODE-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Dempsey updated CODE-206:
-------------------------------
Summary: Error when trying to create a new feat with List Editors (was: Error when trying to create a new feta with List Editors)
Affects Version/s: 5.17.3 (Alpha)
5.17.2 (Alpha)
5.17.1 (Alpha)
5.17.0 (Alpha)
> Error when trying to create a new feat with List Editors
> --------------------------------------------------------
>
> Key: CODE-206
> URL: http://jira.pcgen.org/browse/CODE-206
> Project: Code
> Issue Type: Bug
> Components: LST Editor
> Affects Versions: 5.16.3, 5.17.0 (Alpha), 5.17.1 (Alpha), 5.17.2 (Alpha), 5.17.3 (Alpha)
> Environment: Windows 7, java 1.6.0_21
> Reporter: Francesco Croci
> Assignee: James Dempsey
> Priority: Major
> Attachments: List Editors.jpg
>
>
> When I click save after creating a new feat, no customFeats.lst is created and in the debug console I can see this error message:
> SEVERE pcgen.gui.LstEditorMain Error
> java.lang.NullPointerException
> at pcgen.core.Ability.getCategory(Unknown Source)
> at pcgen.core.CategorisableStore.addCategorisable(Unknown Source)
> at pcgen.core.Globals.addAbility(Unknown Source)
> at pcgen.gui.LstEditorMain.addObject(Unknown Source)
> at pcgen.gui.LstEditorMain.editIt(Unknown Source)
> at pcgen.gui.LstEditorMain.btnNewActionPerformed(Unknown Source)
> at pcgen.gui.LstEditorMain.access$500(Unknown Source)
> at pcgen.gui.LstEditorMain$5.actionPerformed(Unknown Source)
> 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.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(Unknown Source)
> at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> at java.awt.EventDispatchThread.pumpEventsForFilter(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)
> Attache a screenshot of the List Editors windows with the feat I'm trying to create.
> Francesco
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.pcgen.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|