I am having problems getting my mod to load up in 1.10. The Validator reports tons of false positives but nothing really problematic (vanilla texts that the Validator thinks are missing, etc.).
Basically I had a mod that was loading up fine in 1.09; Then I made a new mod folder and gradually moved my changes over while checking for changes in the vanilla files. Now the game always breaks right at the end of the loading process, at loading graphics. Oddly I was able to load my 1.10 mod folder with a 1.09 installation and was able to start and even play for a couple of days (until I was spammed with broken event messages caused 1.10 files(?)).
Usually the logs are pretty useless. But maybe this time there is some value to it, I don't know. Does one of you know what those messages mean?
Code:
[id.cpp:83]: Failed to create id 91013 45. Already exists in game.
[id.cpp:83]: Failed to create id 8501 40. Already exists in game.
[id.cpp:83]: Failed to create id 8506 40. Already exists in game.
[id.cpp:83]: Failed to create id 8511 40. Already exists in game.
[id.cpp:83]: Failed to create id 8516 40. Already exists in game.
[id.cpp:83]: Failed to create id 8601 40. Already exists in game.
[id.cpp:83]: Failed to create id 8606 40. Already exists in game.
[id.cpp:83]: Failed to create id 8611 40. Already exists in game.
[id.cpp:83]: Failed to create id 8616 40. Already exists in game.
[id.cpp:83]: Failed to create id 1004000 40. Already exists in game.
[id.cpp:83]: Failed to create id 1004005 40. Already exists in game.
[id.cpp:83]: Failed to create id 1004015 40. Already exists in game.
[id.cpp:83]: Failed to create id 1004025 40. Already exists in game.
[id.cpp:83]: Failed to create id 62039 40. Already exists in game.
[id.cpp:83]: Failed to create id 62040 40. Already exists in game.