Details
-
Type:
Help Request
-
Status:
Closed
(View Workflow)
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Labels:None
-
Environment:Windows Vista
Description
Loading standard Pathfinder for Players works just fine, but when I try to Add a source set with the Advanced Players' Guide, I get the error message:
SEVERE Exception loading files.
java.lang.NullPointerException
at pcgen.persistence.lst.LstSystemLoader$3.compare(Unknown Source)
at pcgen.persistence.lst.LstSystemLoader$3.compare(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at pcgen.persistence.lst.LstSystemLoader.sortCampaignsByRank(Unknown Source)
at pcgen.persistence.lst.LstSystemLoader.loadCampaigns(Unknown Source)
at pcgen.persistence.lst.LstSystemLoader.loadCampaigns(Unknown Source)
at pcgen.persistence.PersistenceManager.loadCampaigns(Unknown Source)
at pcgen.gui.sources.SourceSelectionUtils.doCampaignLoad(Unknown Source)
at pcgen.gui.sources.SourceSelectionUtils.access$000(Unknown Source)
at pcgen.gui.sources.SourceSelectionUtils$1.construct(Unknown Source)
at pcgen.util.SwingWorker$2.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
All Done
NPE's are your field James. Is this something we've already fixed in the Trunk?