Alewx
Chieftain
Hey there,
I made a tiny mod for my Civ5, which changes the worldsize of huge maps. Before G&K came out it worked without problems, but not i get some strange messages in the database log.
The Database Log
[55807.875] constraint failed
[55807.875] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[55813.881] Validating Foreign Key Constraints...
[55814.162] Invalid Reference on Civilization_CityNames.CityName - "TXT_KEY_CITY_NAME_ST_JOHNS" does not exist in Language_en_US
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.646] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
[55814.646] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
[55814.880] Failed Validation.
[55815.566]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 383440 32157120
PageCache: 4278 4982
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 27214760
Scratch: 0 0
Largest Allocations:
Malloc: 131072
PageCache: 1160
Scratch: 6376
Prepared Statements:
Current: 10
------------------------------
My Mod XML
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 23.06.2012 01:29:27 -->
<GameData>
<!-- New Values for Huge Worlds -->
<Worlds>
<Update>
<Where Type ="WORLDSIZE_HUGE" />
<Set>
<GridWidth>160</GridWidth>
<GridHeight>100</GridHeight>
<!--<DefaultPlayers>16</DefaultPlayers>
<DefaultMinorCivs>38</DefaultMinorCivs>
<NumNaturalWonders>10</NumNaturalWonders>
<ResearchPercent>150</ResearchPercent>
<NumCitiesUnhappinessPercent>50</NumCitiesUnhappinessPercent>-->
</Set>
</Update>
</Worlds>
</GameData>
My Civ5 has all DLCs that are out there and is the Deluxe Steam Edition, has anyone an advice why I get the Database Errors?
greetings Alewx
I made a tiny mod for my Civ5, which changes the worldsize of huge maps. Before G&K came out it worked without problems, but not i get some strange messages in the database log.
The Database Log
Spoiler :
[55807.875] constraint failed
[55807.875] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[55813.881] Validating Foreign Key Constraints...
[55814.162] Invalid Reference on Civilization_CityNames.CityName - "TXT_KEY_CITY_NAME_ST_JOHNS" does not exist in Language_en_US
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.380] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[55814.646] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
[55814.646] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
[55814.880] Failed Validation.
[55815.566]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 383440 32157120
PageCache: 4278 4982
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 27214760
Scratch: 0 0
Largest Allocations:
Malloc: 131072
PageCache: 1160
Scratch: 6376
Prepared Statements:
Current: 10
------------------------------
My Mod XML
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 23.06.2012 01:29:27 -->
<GameData>
<!-- New Values for Huge Worlds -->
<Worlds>
<Update>
<Where Type ="WORLDSIZE_HUGE" />
<Set>
<GridWidth>160</GridWidth>
<GridHeight>100</GridHeight>
<!--<DefaultPlayers>16</DefaultPlayers>
<DefaultMinorCivs>38</DefaultMinorCivs>
<NumNaturalWonders>10</NumNaturalWonders>
<ResearchPercent>150</ResearchPercent>
<NumCitiesUnhappinessPercent>50</NumCitiesUnhappinessPercent>-->
</Set>
</Update>
</Worlds>
</GameData>
My Civ5 has all DLCs that are out there and is the Deluxe Steam Edition, has anyone an advice why I get the Database Errors?
greetings Alewx