building a character - Ftr2/Rgr 1
all was well, including export, until I assigned a Prepared Spell.
Now I get an exception which prevents export from completing.
SEVERE SwingWorker-pool-2-thread-2 BatchExporter:265 BatchExporter.exportCharacterToPDF failed: org.apache.fop.fo.ValidationException: "fo:table-row" is missing child elements. Required content model: (table-cell+) (No context info available)
character & log attached
pathfinder core supplements ruleset
win10 64-bit
java 8.74
Stefan, it looks like you re-enabled the if statements, but did you validate the fix against a second spell book?
"Remove IF test as this is causing 2nd spell book to fail"
Yes I tested a wizard with multiple spell books ans prepared spell. Worked fine.
Did the test include a second spell book with only a 5th level or higher spell?
Your fix re-introduces the bug that the patch was put into place to fix. Namely, a second spell book with a 5th or higher spell only, will not export that spell. See the unnamed pcg and pdf as proof of this issue.
Completely removing the if statements corrects the problem for me. Can you test and confirm?