Hey there,
since the update from 0.18.22 to 0.18.25 I am getting this error: https://i.imgur.com/XfxqLT3.png
When I klick "Disable listed mods" and restart, the same error occures but does not list any mods and let me only the option to disable all listed mods
and load in plain vanilla.
What did you changed this time that such a horrible break occoured? I checked the changelog and nothing is documented related to dirt-1 or to
the source "character".
Please check this problem out because throwing such an error and force me to disable all mods can not be a compleat problem related to any of my installed mods so smth. must have changed in vanilla definitly but wasn't stated in the changelog.
Thanks
[0.18.25]
Re: [0.18.25]
Hello, the error happens because one of your mods removed dirt-1 tileset, but didn't remove reference to it from character prototype. So that mod needs to be updated. There is util.remove_tile_references() utility function that any mod removing tilesets should use.
Unfortunatelly, the game doesn't have reasonable way of detecting which mod removed things, so it lists mods that changed character prototype in any way. That means, that any of the listed mods might not be actually the problem.
Unfortunatelly, the game doesn't have reasonable way of detecting which mod removed things, so it lists mods that changed character prototype in any way. That means, that any of the listed mods might not be actually the problem.
Re: [0.18.25]
Actually I found a way to track which mod removed the tileset, so the error should be improved in the next version.
Re: [0.18.25]
Hey posila,
it is working just fine and reported the culprit, which removed the tileset
Looking now, if there is already a fix otherwise I'll open a bug report there
it is working just fine and reported the culprit, which removed the tileset
Looking now, if there is already a fix otherwise I'll open a bug report there