• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Deity Errors

Angela2013

Well-known member
I am getting the following errors whenever I chose a deity. Not sure if the are Lone Wolf's or Community.

thing 'cdRCCreati' in idlist for thing 'deiFGDamba' does not exist
Location: Procedure 'DeityHead' near line 32
- - -
thing 'cdFRHatred' in idlist for thing 'deiBahgtru' does not exist
Location: Procedure 'DeityHead' near line 32
- - -
thing 'cdRCVengea' in idlist for thing 'deiFGBowbe' does not exist
Location: Procedure 'DeityHead' near line 32

Any ideas would be appreciated.
 
cdRCxxx means Cleric Domain from Razor Coast. deiFGxxx means a deity from Frog God games, the publishers of Razor Coast. So that should account for 2 of them.

cdFRHatred and deoBahgtru seem like Forgotten Realms user content.. Bahgtru is a Forgotten Realms god of Orcs, and Hatred would fit as a domain for him.

I have my Forgotten Realms and Frog God (Lost Lands setting) content in separate Game System folders... both of those experience the errors you've mentioned (and others).

I wonder if something changed in the last update? It seems like a change in the Pathfinder core content would be needed to cause these errors, since the Razor Coast files have not been updated recently, and I have not updated my FR files for some time.

In any case, the FR material is managed by TobyFox now, and he has a thread for error reporting.

Frog God Games had a thread here for reporting bugs to them.
 
I've got the Razor Coast files, along with pretty much all of the available FGG files, but don't have the user made Forgotten Realms files.

I'm not getting any kind of an error related to choosing a deity.

I do have all of the Paizo/Hero Lab stuff, if that helps for diagnosing what would cause this.
I'm not sure which products modify deities, to give those errors.
 
A first note - this issue should only exist for those who have "Enable Data File Debugging" turned on in the Develop menu - this is a debugging message.

This is the bug fix that leads to all this (from the 13.2 release):

  • When filtering the deity list by a keyword, the lines for domains/subdomains/inquisitions were not being checked by the filter.
So, before that update, if there was a mistake in the Ids of the domains a deity offered, it would just list that domain as the text of the Id, so if you loaded these deities in 13.1, you'd see "cdRCCreati" instead of the real name of that domain (whatever it is) among the domain list for whichever deity that first one is.

Now, there's more tests involved in building the list of domains (which is why, for example, deities no longer list "Artifice, Artifice (w/Annointing)" among their domain lists). But, because of those additional tests, an error in the Id of a domain in the deity's list is no longer just skipped by outputting the Id of the offending tag - now, a mistake means that you can't do the proper searching and testing, so an error message is reported to those who want to see the debugging messages.

So, when fixing these, take a look at those deities, wherever they're from (I checked, and they're not things we've created), and look at the Ids of the domain tags - make sure they're correct, and make sure they're pointing at domains that exist. For example, a bug I fixed earlier today involved a domain named "thorns", with the Id "cdThorns", but which had been entered as AllowDom.cdThorn on several deities, and so it was generating this sort of error on some of our own deities.
 
Last edited:
Back
Top