RFormica
Imperator Silvae
I have made some custom RequirementSets for a City State mod, but the custom RequirementSets seem to be causing an error:
4123629.458] [Localization]: Validating Foreign Key Constraints...
[4123629.458] [Localization]: Passed Validation.
[4123629.467] [Configuration]: Validating Foreign Key Constraints...
[4123629.467] [Configuration]: Passed Validation.
[4123641.974] [FullTextSearch]: Initializing FullTextSearch
[4123642.388] [Gameplay]: Validating Foreign Key Constraints...
[4123642.404] [Gameplay]: Passed Validation.
[4123644.073] [Configuration]: Validating Foreign Key Constraints...
[4123644.073] [Configuration]: Passed Validation.
[4123729.816] [FullTextSearch]: FTS - Creating Context
[4123772.374] [Configuration]: Validating Foreign Key Constraints...
[4123772.374] [Configuration]: Passed Validation.
[4123773.367] [Gameplay] ERROR: UNIQUE constraint failed: ModifierArguments.ModifierId, ModifierArguments.Name
[4123773.367] [Gameplay] ERROR: UNIQUE constraint failed: ModifierArguments.ModifierId, ModifierArguments.Name
[4123773.368] [Gameplay] ERROR: near "(": syntax error
[4123773.370] [Gameplay] ERROR: FOREIGN KEY constraint failed
[4123773.371] [Gameplay] ERROR: FOREIGN KEY constraint failed
[4123773.371] [Gameplay]: Validating Foreign Key Constraints...
[4123773.378] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_DESERT_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_DESERT_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_MINOR_CIV_JIAOHE_REQUIRES_HAS_ANCIENT_WALLS" does not exist in RequirementSets
[4123773.388] [Gameplay]: Failed Validation.
[4123773.428] [Gameplay]: Validating Foreign Key Constraints...
[4123773.442] [Gameplay]: Passed Validation.
[4123775.828] [FullTextSearch]: FTS - Creating Context
[4123775.988] [Configuration]: Validating Foreign Key Constraints...
[4123775.988] [Configuration]: Passed Validation.
[4123848.584] [FullTextSearch]: FullTextSearch - Shutting down
How can I fix this???
Thank you very much!
Spoiler Database.log :
4123629.458] [Localization]: Validating Foreign Key Constraints...
[4123629.458] [Localization]: Passed Validation.
[4123629.467] [Configuration]: Validating Foreign Key Constraints...
[4123629.467] [Configuration]: Passed Validation.
[4123641.974] [FullTextSearch]: Initializing FullTextSearch
[4123642.388] [Gameplay]: Validating Foreign Key Constraints...
[4123642.404] [Gameplay]: Passed Validation.
[4123644.073] [Configuration]: Validating Foreign Key Constraints...
[4123644.073] [Configuration]: Passed Validation.
[4123729.816] [FullTextSearch]: FTS - Creating Context
[4123772.374] [Configuration]: Validating Foreign Key Constraints...
[4123772.374] [Configuration]: Passed Validation.
[4123773.367] [Gameplay] ERROR: UNIQUE constraint failed: ModifierArguments.ModifierId, ModifierArguments.Name
[4123773.367] [Gameplay] ERROR: UNIQUE constraint failed: ModifierArguments.ModifierId, ModifierArguments.Name
[4123773.368] [Gameplay] ERROR: near "(": syntax error
[4123773.370] [Gameplay] ERROR: FOREIGN KEY constraint failed
[4123773.371] [Gameplay] ERROR: FOREIGN KEY constraint failed
[4123773.371] [Gameplay]: Validating Foreign Key Constraints...
[4123773.378] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_DESERT_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_DESERT_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_PLOT_IS_OASIS_REQUIREMENTS" does not exist in RequirementSets
[4123773.379] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RF_MINOR_CIV_JIAOHE_REQUIRES_HAS_ANCIENT_WALLS" does not exist in RequirementSets
[4123773.388] [Gameplay]: Failed Validation.
[4123773.428] [Gameplay]: Validating Foreign Key Constraints...
[4123773.442] [Gameplay]: Passed Validation.
[4123775.828] [FullTextSearch]: FTS - Creating Context
[4123775.988] [Configuration]: Validating Foreign Key Constraints...
[4123775.988] [Configuration]: Passed Validation.
[4123848.584] [FullTextSearch]: FullTextSearch - Shutting down
How can I fix this???
Thank you very much!