Reading Logs?

Joined
Dec 11, 2022
Messages
2,821
I disabled all mods, started game, and saved the text in database.log in another window. Next enabled just the mod I'm working on, started game, and compared the new text in database.log with the old one. I can't see any errors, with the mod there just seem to be more of the same steps without the mod. What am I missing here?

without mod:
Code:
[1239676.533] [Localization]: StartupErrorMessages.xml
[1239676.533] [Localization]: Input XML does not contain database entry tags. GameData, GameInfo or Database
[1239679.295] [Localization]: Validating Foreign Key Constraints...
[1239679.295] [Localization]: Passed Validation.
[1239679.311] [Configuration]: Validating Foreign Key Constraints...
[1239679.312] [Configuration]: Passed Validation.
[1239680.517] [FullTextSearch]: Initializing FullTextSearch
[1239681.726] [Gameplay]: Validating Foreign Key Constraints...
[1239681.741] [Gameplay]: Passed Validation.
[1239683.308] [Configuration]: Validating Foreign Key Constraints...
[1239683.309] [Configuration]: Passed Validation.
[1239685.763] [HallofFame]: Database found. Checking versions...
[1239685.764] [HallofFame]: Database is up-to-date!
[1239702.728] [FullTextSearch]: FTS - Creating Context
[1239861.021] [Configuration]: Validating Foreign Key Constraints...
[1239861.022] [Configuration]: Passed Validation.
[1239868.337] [Gameplay]: Validating Foreign Key Constraints...
[1239868.359] [Gameplay]: Passed Validation.
[1239884.066] [FullTextSearch]: FTS - Creating Context
[1239884.067] [FullTextSearch]: FTS - Creating Context
[1239884.405] [FullTextSearch]: FTS - Creating Context
[1239884.546] [FullTextSearch]: FTS - Creating Context
[1239885.479] [FullTextSearch]: FTS - Creating Context

with mod:
Code:
[1240844.133] [Localization]: StartupErrorMessages.xml
[1240844.133] [Localization]: Input XML does not contain database entry tags. GameData, GameInfo or Database
[1240846.941] [Localization]: Validating Foreign Key Constraints...
[1240846.941] [Localization]: Passed Validation.
[1240846.954] [Configuration]: Validating Foreign Key Constraints...
[1240846.955] [Configuration]: Passed Validation.
[1240850.089] [FullTextSearch]: Initializing FullTextSearch
[1240851.202] [Gameplay]: Validating Foreign Key Constraints...
[1240851.215] [Gameplay]: Passed Validation.
[1240855.207] [Configuration]: Validating Foreign Key Constraints...
[1240855.208] [Configuration]: Passed Validation.
[1240858.038] [HallofFame]: Database found. Checking versions...
[1240858.040] [HallofFame]: Database is up-to-date!
[1240874.465] [FullTextSearch]: FTS - Creating Context
[1240885.649] [FullTextSearch]: FTS - Creating Context
[1240896.368] [Configuration]: Validating Foreign Key Constraints...
[1240896.368] [Configuration]: Passed Validation.
[1240903.601] [Gameplay]: Validating Foreign Key Constraints...
[1240903.626] [Gameplay]: Passed Validation.
[1240911.585] [FullTextSearch]: FTS - Creating Context
[1240911.585] [FullTextSearch]: FTS - Creating Context
[1240912.017] [FullTextSearch]: FTS - Creating Context
[1240912.201] [FullTextSearch]: FTS - Creating Context
[1240913.626] [FullTextSearch]: FTS - Creating Context
[1241119.246] [Configuration]: Validating Foreign Key Constraints...
[1241119.246] [Configuration]: Passed Validation.
[1241120.376] [FullTextSearch]: FTS - Creating Context
 
Not sure of the question. Is a mod not working? There could be other issues where the mod changes are not being applied properly even w/o throwing an error.
Yes, mod not working. I'll try your suggestion in the other thread, but it's frustrating not being able to tell what the issue is in just the few lines of code I've written
 
Top Bottom