Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Failed to find RimWorld.BodyTypeDef named FemaleBB. There are 5 defs of this type loaded.
Verse.Log:Error(String, Boolean)
Verse.DefDatabase`1:GetNamed(String, Boolean)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MethodBase:Invoke(Object, Object[])
Verse.GenGeneric:InvokeStaticMethodOnGenericType(Type, Type, String, Object[])
Verse.GenDefDatabase:GetDef(Type, String, Boolean)
RimWorld.DefOfHelper:BindDefsFor(Type)
RimWorld.DefOfHelper:RebindAllDefOfs(Boolean)
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()
thanks for the report. I do have suspect and will be fixed soon
-----------------------------------------------------------------------------------------
Alright. the error should've popped for non-alien race users.
I fixed code so that the part of code doesn't get loaded when you don't use alien race.
if problem continues, let me know.
Some of them stays the same if I felt it isn't necessary to refit BB type
did u meant normal clothing or normal body?.
If the first one, that is an incompatibility. pawn should wear normal clothing if there aren't BB cloth not pink box.
list me your mods then I 'll try to fix the pink box
Hi having a bit of trouble with the FemaleBB BodyType for Human mod. I get these errors when trying to start a new world, or use the wildlife and numbers tab mods. All works fine when the mod is deactivated. Its load order is after all your other bb mods and their dependencies. I'll keep tweaking the load order to see is that's the problem. This seems to have started over the last couple of days.
Error while generating pawn. Rethrowing. Exception: System.TypeLoadException: Could not load type 'BBBodySupport.BBbodyOption' from assembly 'HumanBBBody'.
Root level exception in OnGUI(): System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not load type 'BBBodySupport.BBbodyOption' from assembly 'HumanBBBody'.
https://justpaste.it/7mt21 <- link to full log
Love your work!
aye thanks for the report. try update or redownload BBsupport mod and humanBB mod while I look into it
It looked like the very same named assembly file in Kijin mod overwriting new one.
so I updated Kijin mod assembly file. Let me know if this is fixed. and also let me know if you were n't using Kijin, and getting this error
That seems to have fixed it right up! I am using Kijin and after your update no errors.
Thanks a bunch!