Ludeon Forums

RimWorld => Mods => Mod bugs => Topic started by: code99xx on September 15, 2016, 12:17:53 AM

Title: Help me figure what does this mean and how to fix it
Post by: code99xx on September 15, 2016, 12:17:53 AM
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]
Title: Re: Help me figure what does this mean and how to fix it
Post by: skullywag on September 30, 2016, 04:08:49 PM
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.