
Originally Posted by
Wettergren
Well, yes and no.
If you notice a single or a few file missing, which keeps repeating, then you might have a problem which creates a memory overload (unspecified error)
It might look something like this:
[...]
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_symbols_80/normans.tga.dds is missing
11:43:22.493 [system.io] [warning] open: data/menu/symbols/FE_faction_units/normans.tga.dds is missing
[...] and so on.
If you have loops like this (same files) then you might have a problem - there is the possibility that it might actually be a missing file. In most cases however it ends up that the file gets found:
Code:
08:46:15.786 [system.io] [warning] open: mods/Bare_Geomod/data/text/climates.txt.strings.bin is missing
08:46:15.787 [system.io] [trace] file open,,0EDCBCA0,,not found
08:46:15.787 [system.io] [trace] pack open,packs/data_0.pack,data/descr_climates_lookup.txt,175
08:46:15.787 [system.io] [info] open: found data/descr_climates_lookup.txt (from: packs/data_0.pack)
08:46:15.789 [system.io] [trace] pack close,,data/descr_climates_lookup.txt,,,-175
08:46:15.789 [system.io] [trace] file open,,0EDED8F0,,not found
08:46:15.789 [system.io] [warning] open: mods/Bare_Geomod/data/text/climates.txt is missing
08:46:15.789 [system.io] [trace] file open,,0EDED3C8,,not found
08:46:15.789 [system.io] [trace] pack open,packs/localized.pack,data/text/climates.txt.strings.bin,920
08:46:15.789 [system.io] [info] open: found data/text/climates.txt.strings.bin (from: packs/localized.pack)
You will however only get these found messages when you run the log in trace mode - the OP's log was run in the less detailed error mode.

Originally Posted by
DonJoe
hi,
well im not quite sure if its map related as i thought, looks like i get randomly a unspecified error message (somewhere between 40-100 round).
i do not have to worry about the missing data? in other words: it has nothing to do with the unspecified error message, right? would be at least one thing i do not have to worry about..
as far as i know 1.5 is only for kingdoms - i do not own kingdoms, just m2tw.
If you have a valid installation code then this tutorial may interest you. The kingdoms DLC comes for free with it.