noleondrake

Chieftain
Joined
Jan 4, 2023
Messages
1
I'm trying to start a very heavy modded game, 189 in total, and keep getting an error message every time I try to create a game. I have tried a dozen and a bit of different combinations and orders of disabling and enabling mods and have been unable to get it to work properly.
The specific set of error messages that keeps appearing in the Database.log is

[2127128.274] [Gameplay] ERROR: UNIQUE constraint failed: Adjacency_YieldChanges.ID
[2127128.274] [Gameplay] ERROR: UNIQUE constraint failed: Adjacency_YieldChanges.ID
[2127131.822] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_YieldChanges.ImprovementType, Improvement_YieldChanges.YieldType
[2127131.822] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_YieldChanges.ImprovementType, Improvement_YieldChanges.YieldType
[2127136.169] [Gameplay] ERROR: UNIQUE constraint failed: Feature_YieldChanges.FeatureType, Feature_YieldChanges.YieldType
[2127136.169] [Gameplay] ERROR: UNIQUE constraint failed: Feature_YieldChanges.FeatureType, Feature_YieldChanges.YieldType
[2127143.476] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_ValidFeatures.ImprovementType, Improvement_ValidFeatures.FeatureType
[2127143.476] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_ValidFeatures.ImprovementType, Improvement_ValidFeatures.FeatureType
[2127166.609] [Localization] ERROR: near "Kinder": syntax error
[2127312.419] [Gameplay] ERROR: FOREIGN KEY constraint failed
[2127312.419] [Gameplay] ERROR: FOREIGN KEY constraint failed
[2127312.419] [Gameplay]: Validating Foreign Key Constraints...
[2127312.465] [Gameplay] ERROR: Invalid Reference on MomentIllustrations.GameDataType - "BUILDING_ETEMENANKI" does not exist in Types
[2127312.465] [Gameplay] ERROR: Invalid Reference on MomentIllustrations.GameDataType - "BUILDING_TORRE_DE_BELEM" does not exist in Types
[2127312.468] [Gameplay]: Failed Validation.

Any help with what this exactly means would be appreciated, as well as any ideas to trim down the modlist itself so it may function properly
Also, full Database.log and Modding.log are attached if helpful, as well as a steam collection page of my current modlist

 

Attachments

  • Modding.zip
    185.3 KB · Views: 11
  • Database.zip
    1.3 KB · Views: 12
Last edited:
I don't have time currently, but cross reference each error time stamp in the DB log to the Mod log. That will let you know which file is failing to load. Then with the DB log info you can start to narrow down where the issue is. With 189 mods, though, you're going to have your work cut out for you trying to isolate and correct incompatibilities.

Those first several Unique Constraint errors are all because a mod(s) is(are) trying to add rows to one of the database tables that already exist.
 
Top Bottom