Firebug
Not-so Great Engineer
It doesn't tell me where in my mod this error is, not a clue. So what should i be looking for?
You can use the time stamps in the logs to reduce the scope of your search, for exampleIt doesn't tell me where in my mod this error is, not a clue. So what should i be looking for?
[2461825.012] [Gameplay] ERROR: table Colors has 6 columns but 5 values were supplied
[2461824.980] Status: UpdateDatabase - Loading NewCityStates.sql
[2461825.012] Warning: UpdateDatabase - Error Loading SQL.
[2635082.416] [Gameplay] ERROR: 5 values for 3 columns
[2635082.606] [Gameplay]: Validating Foreign Key Constraints...
[2635082.630] [Gameplay]: Passed Validation.
[2635082.385] Status: UpdateDatabase - Loading Core/AngloSaxon_GameDefines.sql
[2635082.416] Warning: UpdateDatabase - Error Loading SQL.
[2635082.417] Status: UpdateDatabase - Loading Core/AngloSaxon_Uniques.xml
--==========================================================================================================================
-- CIVILIZATIONS
--==========================================================================================================================
-- CivilizationLeaders
-------------------------------------
INSERT INTO CivilizationLeaders
(CivilizationType, LeaderType, CapitalName)
SELECT 'CIVILIZATION_FB_ANGLO_SAXONS', 'LEADER_FB_OFFA', 'LOC_CITY_NAME_FB_TAMWORTH'
'CIVILIZATION_FB_ANGLO_SAXONS', 'LEADER_FB_ALFRED', 'LOC_CITY_NAME_FB_WINCHESTER'
INSERT INTO CivilizationLeaders
(CivilizationType, LeaderType, CapitalName)
VALUES ('CIVILIZATION_FB_ANGLO_SAXONS', 'LEADER_FB_OFFA', 'LOC_CITY_NAME_FB_TAMWORTH'),
('CIVILIZATION_FB_ANGLO_SAXONS', 'LEADER_FB_ALFRED', 'LOC_CITY_NAME_FB_WINCHESTER');