RFormica
Imperator Silvae
I have decided to revive my Edward IV mod in SQL, and I did get the art to work (yay!)
However, my Database.log is giving me these errors:
[513004.736] [Localization]: Validating Foreign Key Constraints...
[513004.737] [Localization]: Passed Validation.
[513004.747] [Configuration]: Validating Foreign Key Constraints...
[513004.747] [Configuration]: Passed Validation.
[513018.502] [FullTextSearch]: Initializing FullTextSearch
[513018.893] [Gameplay]: Validating Foreign Key Constraints...
[513018.911] [Gameplay]: Passed Validation.
[513020.774] [Configuration]: Validating Foreign Key Constraints...
[513020.774] [Configuration]: Passed Validation.
[513045.632] [FullTextSearch]: FTS - Creating Context
[513088.742] [Configuration]: Validating Foreign Key Constraints...
[513088.742] [Configuration]: Passed Validation.
[513090.036] [Gameplay] ERROR: near "Tier": syntax error
[513090.092] [Gameplay] ERROR: near "INSERT": syntax error
[513090.092] [Gameplay] ERROR: FOREIGN KEY constraint failed
[513090.092] [Gameplay] ERROR: FOREIGN KEY constraint failed
[513090.092] [Gameplay]: Validating Foreign Key Constraints...
[513090.098] [Gameplay] ERROR: Invalid Reference on HistoricalAgendas.AgendaType - "AGENDA_RF_METHOD_AND_ORDER" does not exist in Agendas
[513090.098] [Gameplay] ERROR: Invalid Reference on LeaderTraits.TraitType - "TRAIT_LEADER_RF_IN_ALL_CHRISTENDOM" does not exist in Traits
[513090.106] [Gameplay]: Failed Validation.
[513090.135] [Gameplay]: Validating Foreign Key Constraints...
[513090.148] [Gameplay]: Passed Validation.
[513092.675] [FullTextSearch]: FTS - Creating Context
[513092.827] [Configuration]: Validating Foreign Key Constraints...
[513092.827] [Configuration]: Passed Validation.
[513264.045] [FullTextSearch]: FullTextSearch - Shutting down
I have highlighted the issues. In addition to 2 syntax errors, it says that my agenda does not exist in agendas and my trait does not exist in traits... although I have checked those tables multiple times and they do exist in those!
My GameDefines file is uploaded.
However, my Database.log is giving me these errors:
Spoiler database.log :
[513004.736] [Localization]: Validating Foreign Key Constraints...
[513004.737] [Localization]: Passed Validation.
[513004.747] [Configuration]: Validating Foreign Key Constraints...
[513004.747] [Configuration]: Passed Validation.
[513018.502] [FullTextSearch]: Initializing FullTextSearch
[513018.893] [Gameplay]: Validating Foreign Key Constraints...
[513018.911] [Gameplay]: Passed Validation.
[513020.774] [Configuration]: Validating Foreign Key Constraints...
[513020.774] [Configuration]: Passed Validation.
[513045.632] [FullTextSearch]: FTS - Creating Context
[513088.742] [Configuration]: Validating Foreign Key Constraints...
[513088.742] [Configuration]: Passed Validation.
[513090.036] [Gameplay] ERROR: near "Tier": syntax error
[513090.092] [Gameplay] ERROR: near "INSERT": syntax error
[513090.092] [Gameplay] ERROR: FOREIGN KEY constraint failed
[513090.092] [Gameplay] ERROR: FOREIGN KEY constraint failed
[513090.092] [Gameplay]: Validating Foreign Key Constraints...
[513090.098] [Gameplay] ERROR: Invalid Reference on HistoricalAgendas.AgendaType - "AGENDA_RF_METHOD_AND_ORDER" does not exist in Agendas
[513090.098] [Gameplay] ERROR: Invalid Reference on LeaderTraits.TraitType - "TRAIT_LEADER_RF_IN_ALL_CHRISTENDOM" does not exist in Traits
[513090.106] [Gameplay]: Failed Validation.
[513090.135] [Gameplay]: Validating Foreign Key Constraints...
[513090.148] [Gameplay]: Passed Validation.
[513092.675] [FullTextSearch]: FTS - Creating Context
[513092.827] [Configuration]: Validating Foreign Key Constraints...
[513092.827] [Configuration]: Passed Validation.
[513264.045] [FullTextSearch]: FullTextSearch - Shutting down
I have highlighted the issues. In addition to 2 syntax errors, it says that my agenda does not exist in agendas and my trait does not exist in traits... although I have checked those tables multiple times and they do exist in those!
My GameDefines file is uploaded.