Bug #312: Missing data files can prevent other files from loading.
ID | #312 |
---|---|
Submitter | Apollo |
Product | EOSERV |
Severity | Normal |
Status | OPEN, CONFIRMED |
Submitted | 19th Dec 2014 |
Updated | 22nd Dec 2014 |
9 years, 42 weeks ago
If any data file is missing, any file that is loaded in sequence after the missing file will fail to load. Recommend breaking the try-catch up into separate entities for each file to prevent any single file from breaking the collective of files from loading.
Comments
9 years, 42 weeks ago
Applies to .ini files (shops, drops, etc.) in this order:
this->drops_config.Read(this->config["DropsFile"]); this->shops_config.Read(this->config["ShopsFile"]); this->arenas_config.Read(this->config["ArenasFile"]); this->formulas_config.Read(this->config["FormulasFile"]); this->home_config.Read(this->config["HomeFile"]); this->skills_config.Read(this->config["SkillsFile"]);
Updated Status to CONFIRMED
Add Comment
Please don't post unless you have something relevant to the bug to say.
Do not comment to say "thanks" or "fix this please".
Please log in to add comments. EOSERV Bug Tracker > Bug #312: Missing data files can prevent other files from loading.