Im getting this error in console and I cant figure out what it means. (see attached screenshot)
Im pretty sure its about mods, i do have a bunch of them enabled but I couldnt figure out which ones, ive messed around with the load order but no luck so far.
EDIT: After some more fiddling with my mods, I think its a conflict of some sort between VeinMiner and HaulPriority mods. As soon as i remove one of them, the error goes away. I will post this in their threads.
[attachment deleted by admin - too old]
nope, one of those mods needs a StaticConstructorOnStartup attribute on one of their classes, this allows it to load all assets correctly in the main thread before the mod thread kicks in. Let them know.