LittleJackal
Chieftain
- Joined
- Jul 28, 2024
- Messages
- 1
Greetings, sages. I'll note right away that I have a superficial understanding of modding and programming.
Now to the problem. In the middle of a match, I got a crash that was not fixed by disabling mods. If you look at the Database, the reason is that the game cannot refer to "TXT_KEY_BUILDING_BABYLON_WALLS_HELP". An attempt to independently cause a crash through a new game was unsuccessful. Perhaps the reason is in the localization? If so, how to fix it? Please point your finger at which file I need to make adjustments).
Mod list:
- (1) Community Patch
- (1a) Community Patch RU
- (2) Vox Populi
- (2a) Vox Populi RU
- (3b) VP - EUI Compatibility Files RU
- (4a) Squads for VP
- R.E.D. Modpack (v 27)
- InfoAddict (v 22)
- Fortress Borders (v 2)
Link to archive with mods and logs: https://drive.google.com/file/d/1jg6fOmxYIvauWEDlhLELIDyqcI5Soxm1/view?usp=sharing
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[1115217.781] columns StrategicViewType, TileType are not unique
[1115217.781] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115218.734] no such table: ContentPackage.LocalizedText
[1115218.734] no such table: ContentPackage.LocalizedText
[1115218.734] no such table: ContentPackage.LocalizedText
[1115219.343] no such table: ContentPackage.LocalizedText
[1115220.078] columns StrategicViewType, TileType are not unique
[1115220.078] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115220.515] no such table: ContentPackage.LocalizedText
[1115220.515] no such table: ContentPackage.LocalizedText
[1115220.515] no such table: ContentPackage.LocalizedText
[1115222.937] Validating Foreign Key Constraints...
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.500] Failed Validation.
[1115224.750]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 6247480 82467168
PageCache: 6 12
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 5830608 68483184
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6376
Prepared Statements:
Current: 6
------------------------------
[1115224.765] Validating Foreign Key Constraints...
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115226.359] Failed Validation.
[1115226.609]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 6248656 82467168
PageCache: 6 12
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 5831784 68483184
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6376
Prepared Statements:
Current: 6
------------------------------
[1115239.281] columns StrategicViewType, TileType are not unique
[1115239.281] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115239.703] no such table: ContentPackage.LocalizedText
[1115239.703] no such table: ContentPackage.LocalizedText
[1115244.171] Validating Foreign Key Constraints...
[1115244.265] Invalid Reference on Buildings.Help - "TXT_KEY_BUILDING_BABYLON_WALLS_HELP" does not exist in Language_en_US
[1115246.921] Failed Validation.
[1115247.609]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 13339200 82467168
PageCache: 9 26
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 12547920 68741904
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6904
Prepared Statements:
Current: 8
------------------------------
Now to the problem. In the middle of a match, I got a crash that was not fixed by disabling mods. If you look at the Database, the reason is that the game cannot refer to "TXT_KEY_BUILDING_BABYLON_WALLS_HELP". An attempt to independently cause a crash through a new game was unsuccessful. Perhaps the reason is in the localization? If so, how to fix it? Please point your finger at which file I need to make adjustments).
Mod list:
- (1) Community Patch
- (1a) Community Patch RU
- (2) Vox Populi
- (2a) Vox Populi RU
- (3b) VP - EUI Compatibility Files RU
- (4a) Squads for VP
- R.E.D. Modpack (v 27)
- InfoAddict (v 22)
- Fortress Borders (v 2)
Link to archive with mods and logs: https://drive.google.com/file/d/1jg6fOmxYIvauWEDlhLELIDyqcI5Soxm1/view?usp=sharing
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[1115217.781] columns StrategicViewType, TileType are not unique
[1115217.781] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115218.734] no such table: ContentPackage.LocalizedText
[1115218.734] no such table: ContentPackage.LocalizedText
[1115218.734] no such table: ContentPackage.LocalizedText
[1115219.343] no such table: ContentPackage.LocalizedText
[1115220.078] columns StrategicViewType, TileType are not unique
[1115220.078] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115220.515] no such table: ContentPackage.LocalizedText
[1115220.515] no such table: ContentPackage.LocalizedText
[1115220.515] no such table: ContentPackage.LocalizedText
[1115222.937] Validating Foreign Key Constraints...
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115222.937] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.500] Failed Validation.
[1115224.750]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 6247480 82467168
PageCache: 6 12
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 5830608 68483184
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6376
Prepared Statements:
Current: 6
------------------------------
[1115224.765] Validating Foreign Key Constraints...
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115224.765] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[1115226.359] Failed Validation.
[1115226.609]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 6248656 82467168
PageCache: 6 12
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 5831784 68483184
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6376
Prepared Statements:
Current: 6
------------------------------
[1115239.281] columns StrategicViewType, TileType are not unique
[1115239.281] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1115239.703] no such table: ContentPackage.LocalizedText
[1115239.703] no such table: ContentPackage.LocalizedText
[1115244.171] Validating Foreign Key Constraints...
[1115244.265] Invalid Reference on Buildings.Help - "TXT_KEY_BUILDING_BABYLON_WALLS_HELP" does not exist in Language_en_US
[1115246.921] Failed Validation.
[1115247.609]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 13339200 82467168
PageCache: 9 26
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 12547920 68741904
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6904
Prepared Statements:
Current: 8
------------------------------