Own civilization don't show up in game HELP!

lenin1917

Warlord
Joined
Jul 31, 2010
Messages
160
Location
Montréal, République du Québec
So I decide to mod my own civ, but when I enabled it in game, it don't show up, I can't select it :confused:

Here is the Log file, but i'm a noob so I don't understand what it mean at all :sad:

Help will be much appreciated


[663230.029] constraint failed
[663230.029] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[663234.319] Validating Foreign Key Constraints...
[663236.019] Invalid Reference on UnitGameplay2DScripts.UnitType - "UNIT_PRIVATEER" does not exist in Units
[663236.019] Failed Validation.
[663236.597]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 335752 13410024
PageCache: 3886 4982
LookAside: 0 0
Scratch: 0 1

Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 11900440
Scratch: 0 0

Largest Allocations:
Malloc: 65536
PageCache: 1160
Scratch: 6376

Prepared Statements:
Current: 10
------------------------------
[663281.899] table Civilizations already exists
[663281.899] In XMLSerializer while building table Civilizations from file XML/Civilization/CIV5Civilizations.xml.
[663281.899] table Traits already exists
[663281.899] In XMLSerializer while building table Traits from file XML/Civilization/CIV5Traits.xml.
[663281.899] table Buildings already exists
[663281.899] In XMLSerializer while building table Buildings from file XML/Building/CIV5Buildings.xml.
[663281.899] table CivilianAttackPriorities already exists
[663281.899] In XMLSerializer while building table CivilianAttackPriorities from file XML/Unit/CIV5Units.xml.
[663281.899] constraint failed
[663281.899] While executing - 'insert into Language_en_US('Tag', 'Text') values (?, ?);'
[663281.899] In XMLSerializer while inserting row into table insert into Language_en_US('Tag', 'Text') with values (TXT_KEY_CITY_NAME_MONTREAL, Montréal, ).
[663281.899] In XMLSerializer while updating table Language_en_US from file XML/NewText/CIV5GameText_Cities.xml.
[663281.915] columns Language, Tag are not unique
[663320.135] Validating Foreign Key Constraints...
[663320.868] Invalid Reference on Leader_Traits.TraitType - "TRAIT_BELLE_PROVINCE" does not exist in Traits
[663321.368] Invalid Reference on UnitGameplay2DScripts.UnitType - "UNIT_PRIVATEER" does not exist in Units
[663321.368] Failed Validation.
[663321.945]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 432120 13410024
PageCache: 3930 4982
LookAside: 0 0
Scratch: 0 1

Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 11900440
Scratch: 0 0

Largest Allocations:
Malloc: 65536
PageCache: 1160
Scratch: 6376

Prepared Statements:
Current: 24
------------------------------
 
You try to create tables that already exist. Remove table definitions from your XML files.

Also you try to create a text key (TXT_KEY_CITY_NAME_MONTREAL) that already exist. This is not allowed and will cause the entire file to fail.
 
Well now it show up in game, but it frozen

I think its because I messe something with my Trait

[668031.943] table Traits has no column named GreatArtistRateModifier
[668031.943] In Query - insert into Traits('Type', 'Description', 'ShortDescription', 'PlotBuyCostModifier', 'GreatArtistRateModifier') values (?, ?, ?, ?, ?);
[668031.943] In XMLSerializer while updating table Traits from file XML/Civilization/CIV5Traits_Québec.xml.
[668031.958] constraint failed
[668031.958] While executing - 'insert into Language_en_US('Tag', 'Text') values (?, ?);'
[668031.958] In XMLSerializer while inserting row into table insert into Language_en_US('Tag', 'Text') with values (TXT_KEY_CITY_NAME_MONTREAL, Montréal, ).
[668031.958] In XMLSerializer while updating table Language_en_US from file XML/NewText/CIV5GameText_Citie.xml.
[668031.958] columns Language, Tag are not unique
 
The log says it clearly: "table Traits has no column named GreatArtistRateModifier".
 
Back
Top Bottom