Guest User

Database.lua

a guest
Sep 24th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. [1594325.934] [Localization]: StartupErrorMessages.xml
  2. [1594325.934] [Localization]: Input XML does not contain database entry tags. GameData, GameInfo or Database
  3. [1594338.076] [Localization]: Validating Foreign Key Constraints...
  4. [1594338.076] [Localization]: Passed Validation.
  5. [1594338.090] [Configuration]: Validating Foreign Key Constraints...
  6. [1594338.090] [Configuration]: Passed Validation.
  7. [1594347.410] [FullTextSearch]: Initializing FullTextSearch
  8. [1594348.382] [Gameplay]: Validating Foreign Key Constraints...
  9. [1594348.393] [Gameplay]: Passed Validation.
  10. [1594350.232] [Configuration] ERROR: no such table: Resource_Consumption
  11. [1594350.232] [Configuration]: In Query - UPDATE Resource_Consumption SET "ImprovedExtractionRate" = ? WHERE "ResourceType" = ?;
  12. [1594350.232] [Configuration] ERROR: Database::XMLSerializer (Resources.xml): There was an error executing the update statement! See Database.log for details.
  13. [1594350.232] [Configuration]: In XMLSerializer while updating table Resource_Consumption from file Resources.xml.
  14. [1594350.233] [Configuration] ERROR: no such table: Building_YieldChanges
  15. [1594350.233] [Configuration]: In Query - insert into Building_YieldChanges('BuildingType', 'YieldType', 'YieldChange') values (?, ?, ?);
  16. [1594350.233] [Configuration]: In XMLSerializer while updating table Building_YieldChanges from file Buildings.xml.
  17. [1594350.233] [Configuration] ERROR: no such table: Improvement_YieldChanges
  18. [1594350.233] [Configuration]: In Query - UPDATE Improvement_YieldChanges SET "YieldChange" = ? WHERE "ImprovementType" = ? AND "YieldType" = ?;
  19. [1594350.233] [Configuration] ERROR: Database::XMLSerializer (Improvements.xml): There was an error executing the update statement! See Database.log for details.
  20. [1594350.233] [Configuration]: In XMLSerializer while updating table Improvement_YieldChanges from file Improvements.xml.
  21. [1594350.234] [Configuration] ERROR: no such table: BaseGameText
  22. [1594350.234] [Configuration]: In Query - insert into BaseGameText('Tag', 'Text') values (?, ?);
  23. [1594350.234] [Configuration]: In XMLSerializer while updating table BaseGameText from file Text.xml.
  24. [1594350.335] [Configuration]: Validating Foreign Key Constraints...
  25. [1594350.336] [Configuration]: Passed Validation.
  26. [1594350.425] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  27. [1594350.425] [ColorManager]: While executing - 'insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') values (?, ?, ?, ?);'
  28. [1594350.425] [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, ).
  29. [1594350.425] [ColorManager]: In XMLSerializer while updating table PlayerColors from file ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml.
  30. [1594350.425] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  31. [1594350.425] [ColorManager]: ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml
  32. [1594353.468] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  33. [1594353.469] [ColorManager]: While executing - 'insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') values (?, ?, ?, ?);'
  34. [1594353.469] [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, ).
  35. [1594353.469] [ColorManager]: In XMLSerializer while updating table PlayerColors from file ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml.
  36. [1594353.469] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  37. [1594353.469] [ColorManager]: ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml
  38. [1594353.864] [HallofFame]: Database found. Checking versions...
  39. [1594353.865] [HallofFame]: Database is up-to-date!
  40. [1594367.817] [FullTextSearch]: FTS - Creating Context
  41. [1594372.106] [FullTextSearch]: FTS - Creating Context
  42. [1594400.173] [Configuration] ERROR: no such table: Resource_Consumption
  43. [1594400.173] [Configuration]: In Query - UPDATE Resource_Consumption SET "ImprovedExtractionRate" = ? WHERE "ResourceType" = ?;
  44. [1594400.173] [Configuration] ERROR: Database::XMLSerializer (Resources.xml): There was an error executing the update statement! See Database.log for details.
  45. [1594400.173] [Configuration]: In XMLSerializer while updating table Resource_Consumption from file Resources.xml.
  46. [1594400.173] [Configuration] ERROR: no such table: Building_YieldChanges
  47. [1594400.173] [Configuration]: In Query - insert into Building_YieldChanges('BuildingType', 'YieldType', 'YieldChange') values (?, ?, ?);
  48. [1594400.173] [Configuration]: In XMLSerializer while updating table Building_YieldChanges from file Buildings.xml.
  49. [1594400.173] [Configuration] ERROR: no such table: Improvement_YieldChanges
  50. [1594400.173] [Configuration]: In Query - UPDATE Improvement_YieldChanges SET "YieldChange" = ? WHERE "ImprovementType" = ? AND "YieldType" = ?;
  51. [1594400.173] [Configuration] ERROR: Database::XMLSerializer (Improvements.xml): There was an error executing the update statement! See Database.log for details.
  52. [1594400.173] [Configuration]: In XMLSerializer while updating table Improvement_YieldChanges from file Improvements.xml.
  53. [1594400.173] [Configuration] ERROR: no such table: BaseGameText
  54. [1594400.173] [Configuration]: In Query - insert into BaseGameText('Tag', 'Text') values (?, ?);
  55. [1594400.173] [Configuration]: In XMLSerializer while updating table BaseGameText from file Text.xml.
  56. [1594400.175] [Configuration]: Validating Foreign Key Constraints...
  57. [1594400.175] [Configuration]: Passed Validation.
  58. [1594407.721] [Gameplay] ERROR: UNIQUE constraint failed: Requirements.RequirementId
  59. [1594407.721] [Gameplay]: While executing - 'insert into Requirements('RequirementId', 'RequirementType') values (?, ?);'
  60. [1594407.721] [Gameplay]: In XMLSerializer while inserting row into table insert into Requirements('RequirementId', 'RequirementType') with values (REQUIRES_CITY_HAS_PALACE, REQUIREMENT_CITY_HAS_BUILDING, ).
  61. [1594407.721] [Gameplay]: In XMLSerializer while updating table Requirements from file Expansion1_Governments.xml.
  62. [1594407.721] [Gameplay] ERROR: UNIQUE constraint failed: Requirements.RequirementId
  63. [1594411.812] [Gameplay] ERROR: UNIQUE constraint failed: Types.Type
  64. [1594411.812] [Gameplay]: While executing - 'insert into Types('Type', 'Kind') values (?, ?);'
  65. [1594411.812] [Gameplay]: In XMLSerializer while inserting row into table insert into Types('Type', 'Kind') with values (MODIFIER_PLAYER_UNIT_GRANT_ABILITY, KIND_MODIFIER, ).
  66. [1594411.812] [Gameplay]: In XMLSerializer while updating table Types from file RBUP_RadiantBetterUnitPromotions_Abilities_Bis.xml.
  67. [1594411.812] [Gameplay] ERROR: UNIQUE constraint failed: Types.Type
  68. [1594412.356] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_ValidTerrains.ImprovementType, Improvement_ValidTerrains.TerrainType
  69. [1594412.356] [Gameplay]: While executing - 'UPDATE Improvement_ValidTerrains SET "TerrainType" = ? WHERE "ImprovementType" = ?;'
  70. [1594412.356] [Gameplay] ERROR: Database::XMLSerializer (Improvements.xml): There was an error executing the update statement! See Database.log for details.
  71. [1594412.356] [Gameplay] ERROR: UNIQUE constraint failed: Improvement_ValidTerrains.ImprovementType, Improvement_ValidTerrains.TerrainType
  72. [1594412.356] [Gameplay]: In XMLSerializer while updating table Improvement_ValidTerrains from file Improvements.xml.
  73. [1594412.356] [Gameplay] ERROR: no such table: BaseGameText
  74. [1594412.356] [Gameplay]: In Query - insert into BaseGameText('Tag', 'Text') values (?, ?);
  75. [1594412.356] [Gameplay]: In XMLSerializer while updating table BaseGameText from file Text.xml.
  76. [1594412.444] [Gameplay] ERROR: FOREIGN KEY constraint failed
  77. [1594412.444] [Gameplay] ERROR: FOREIGN KEY constraint failed
  78. [1594412.444] [Gameplay]: Validating Foreign Key Constraints...
  79. [1594412.454] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RBUP_INFORMATION_REQUIREMENTS" does not exist in RequirementSets
  80. [1594412.454] [Gameplay] ERROR: Invalid Reference on Modifiers.SubjectRequirementSetId - "RBUP_SEATILES_REQUIREMENTS" does not exist in RequirementSets
  81. [1594412.476] [Gameplay]: Failed Validation.
  82. [1594415.343] [Configuration] ERROR: no such table: Resource_Consumption
  83. [1594415.343] [Configuration]: In Query - UPDATE Resource_Consumption SET "ImprovedExtractionRate" = ? WHERE "ResourceType" = ?;
  84. [1594415.343] [Configuration] ERROR: Database::XMLSerializer (Resources.xml): There was an error executing the update statement! See Database.log for details.
  85. [1594415.343] [Configuration]: In XMLSerializer while updating table Resource_Consumption from file Resources.xml.
  86. [1594415.344] [Configuration] ERROR: no such table: Building_YieldChanges
  87. [1594415.344] [Configuration]: In Query - insert into Building_YieldChanges('BuildingType', 'YieldType', 'YieldChange') values (?, ?, ?);
  88. [1594415.344] [Configuration]: In XMLSerializer while updating table Building_YieldChanges from file Buildings.xml.
  89. [1594415.344] [Configuration] ERROR: no such table: Improvement_YieldChanges
  90. [1594415.344] [Configuration]: In Query - UPDATE Improvement_YieldChanges SET "YieldChange" = ? WHERE "ImprovementType" = ? AND "YieldType" = ?;
  91. [1594415.344] [Configuration] ERROR: Database::XMLSerializer (Improvements.xml): There was an error executing the update statement! See Database.log for details.
  92. [1594415.344] [Configuration]: In XMLSerializer while updating table Improvement_YieldChanges from file Improvements.xml.
  93. [1594415.344] [Configuration] ERROR: no such table: BaseGameText
  94. [1594415.344] [Configuration]: In Query - insert into BaseGameText('Tag', 'Text') values (?, ?);
  95. [1594415.344] [Configuration]: In XMLSerializer while updating table BaseGameText from file Text.xml.
  96. [1594415.833] [Configuration]: Validating Foreign Key Constraints...
  97. [1594415.834] [Configuration]: Passed Validation.
  98. [1594415.900] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  99. [1594415.900] [ColorManager]: While executing - 'insert into PlayerColors('Type', 'Usage', 'PrimaryColor', 'SecondaryColor') values (?, ?, ?, ?);'
  100. [1594415.900] [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, ).
  101. [1594415.900] [ColorManager]: In XMLSerializer while updating table PlayerColors from file ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml.
  102. [1594415.900] [ColorManager] ERROR: UNIQUE constraint failed: PlayerColors.Type
  103. [1594415.900] [ColorManager]: ../../../DLC/Expansion1/Data/Expansion1_PlayerColors.xml
  104. [1594416.694] [FullTextSearch]: FTS - Creating Context
  105. [1594426.784] [FullTextSearch]: FullTextSearch - Shutting down
Advertisement
Add Comment
Please, Sign In to add comment