Rolemaster Classic Ruleset Errors with FG v2.9
I've been testing the Rolemaster Classic ruleset with version 2.9 and I've noticed 2 issues so far. One of them is minor but the other one is major.
The minor issue occurs when trying to open a spell list. I was able to track it down to when it is trying to create a windows to fill in the missing levels of the spell list. The error occurs in the onInit function of the spelllist windowlist within the spelllist windowclass of adventure_spelllists.xml. I've been able to validate the error on line 214 of adventure_spelllists.xml. I am pretty sure the error would occur on lines 219, 223 and 227 but I couldn't find any spell lists that were missing level 25, 30 or 50 spells.
The major issue occurs when trying to open the combat tracker. FG crashes before the window loads. I was able to track it down to line 71 of the getSummary function of the combattracker_effects.lua file.
The problems might be from the same root cause but I am unsure why the combat tracker error crashes FG except for possibly the fact that it uses a lot more resources and takes more cycles to fully load the combat tracker.
Did something change in how the windowlist.createWindow function works? I noticed that there was an issue with the windowlist.createWindowWithClass function that occurred with the nWoD ruleset so it might be related to that. Please let me know if you have any questions or need any more information.
Thanks,
Dakadin