I got in Database a color bug from a vanilla file, but I couldn't find which mod causes that :
[794764.635] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
[794764.635] [ColorManager]: While executing - 'insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') values (?, ?, ?, ?);'
[794764.635] [ColorManager]: In XMLSerializer while inserting row into table insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') with values (CIVILIZATION_ANTIOCH, Minor, COLOR_PLAYER_CITY_STATE_PRIMARY, COLOR_PLAYER_CITY_STATE_TRADE_SECONDARY, ).
[794764.635] [ColorManager]: In XMLSerializer while updating table PlayerColors from file ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml.
I use Prismatic.
******************************
EDIT : I have solved the issue when modified Expansion2_PlayerColors.xml who had doublet of Expansion1_PlayerColors.xml rows for Anticoh & Babylon
[794764.635] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
[794764.635] [ColorManager]: While executing - 'insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') values (?, ?, ?, ?);'
[794764.635] [ColorManager]: In XMLSerializer while inserting row into table insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') with values (CIVILIZATION_ANTIOCH, Minor, COLOR_PLAYER_CITY_STATE_PRIMARY, COLOR_PLAYER_CITY_STATE_TRADE_SECONDARY, ).
[794764.635] [ColorManager]: In XMLSerializer while updating table PlayerColors from file ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml.
I use Prismatic.
******************************
EDIT : I have solved the issue when modified Expansion2_PlayerColors.xml who had doublet of Expansion1_PlayerColors.xml rows for Anticoh & Babylon
Last edited: