RimWorld

RimWorld

Life Support
 This topic has been pinned, so it's probably important
KongMD  [developer] 15 Oct, 2019 @ 1:58pm
Building Disappearing after placing? Read this.
If you are encountering a bug where the LifeSupport building disappears as soon as it is placed, please read the below. You will also likely find these messages somewhere in the game's log:

When game loads:
Could not find type named LifeSupport.CompProperties_LifeSupport from node <li Class="LifeSupport.CompProperties_LifeSupport" />

When you place the building in-game:
Root level exception in OnGUI(): System.MissingMethodException: Cannot create an abstract class 'Verse.ThingComp'.


These errors indicate that the LifeSupport assembly file (the DLL) is not being loaded in the game. Here's what you should do if you get this problem:

1) The LifeSupport.dll might be missing from the mod's 'Assemblies' folder. The default location for the Steam Workshop mod folder is here:
C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\1778018794\Assemblies

If you don't see the file there, try un-subscribing and then re-subscribing to have Steam download it from scratch.

2) Try putting Life Support just after Core in the load order. A few users have reported that this fixes the bug for them.

3) If you still have the error & have tried the first two steps, Rimworld isn't loading the DLL when it starts up. This is indicative of a conflict between mods. Some other mod you have enabled is breaking the DLL load process for Life Support. There's no simple way of finding out which mod is the culprit outside of trial-and-error mod troubleshooting (cut your mod list in half and try again. Rinse and repeat).

Please use this guide and post a link to your HugsLib log in the Steam comments.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=725234314