Jump to content

[mod] RJW Menstruation


motd1233

Recommended Posts

Posted

I'm trying to figure out how to have the womb status button appear in the health tab like it did in 1.4. I recently updated to 1.5, and the status button disappeared for my colonists only. The 'enable button in health tab' setting is ticked. I think the 'allow food' 'allow medicine' and the 'allow self tend' buttons is covering the button up because it works on pawns that are not my colonists, and that is something that changed in the health tab between 1.4 an 1.5

Posted
On 8/5/2025 at 7:25 PM, 1111453 said:

Hello! Can you help me with this problem? Try to load mod at 1.6 version.

image.png.85daf3803a066fcfaf0342b1134209f1.png

Looks to me like it doesn't work with 1.6 the loader says it does. Every variation I've tried breaks the menu etc.

Posted
On 7/20/2025 at 12:01 PM, Rwbybomb21 said:

ok, so for some reason the mod is only updated to gitgud.io? fine, okay, strange but sure. but how in the fuck do i even navigate that spaceship-ass UFO lookin' piece of shit website??? where's the download button??? i just want to download the version for 1.5 of the game, i don't want to deepdive into the depths of some guy's firewall and *Hacker Voice* "I'm In" just to download an update file for a porn mod.

 

please, i beg of you, just post the updates here. at least here i dont have to navigate an intelligence agency's firewall to download it.

 

EDIT/UPDATE: I figured it out, and because i'm not a completer asshole like eighty percent of the other people who also figured it out and told no one, here's my free guide to downloading a file from the bullshit that is gitgud.

 

1. click the url link to take you to the gitgud website, specifically the file you want to download. in this case, this one.

 

2. you'll see a bunch of shit that doesn't make sense and what looks like files, but they're not, don't let them lie to you. simply ignore it all and scroll down, you'll see a bunch of 'files' that say '1.5', '1.6' etcetera. click on the one you want. each version corresponds with a version of the game, and i'd recommend 1.5 until RJW fully updates for 1.6

 

3. in large text at the top should be the file you want to download. to the immediate right of it you'll see a white box that says 'find file' and a blue one that says 'code', with a drop down arrow on it. click that, and then scroll past the white noise of technobabble bullshit.  at the bottom you should see two things that stand out. Download source code, and download repository, followed by options for each. hover under download source code, and click the zip file to download it as a zip. from that point on, installing it should be as easy as any other time you've installed a mod for rimworld. 

 

yes, it seems obvious now, but trust me i spent half an hour meticulously combing this fucking hellscape of a website for a download button and searching all the wrong places so you didn't have to.

 

mod author, be a G and pin this comment so others can see this, because i do not wish gitgud on fucking anyone. 

Thanks, I hate gitgud too

Posted

i don't know where should i send suggestions so i just post it here
is there a chance to add an option to force womb icon to appear? for those xenotypes that use like external plant or egg pregnancy?
and other suggestion a bit more dirty, what if there is an option to just activate animal womb if it's a bonded one? that would be interesting and maybe not so resource consuming

  • 4 weeks later...
Posted

How do you automate tampon use? Pawns will wear them when available, but won't take them off when dirty even though I've forbidden dirty tampon wear. In all, between the unreasonable crafting time, materials use, and time spent hauling dirty tampons away, I really don't know if it's worth using them. But then you get blood spatters all over the place and a mood debuff. Ideally, pawns should only wear them when bleeding, and take off dirty ones on their own.

Posted (edited)
2 hours ago, StretchFan said:

How do you automate tampon use? Pawns will wear them when available, but won't take them off when dirty even though I've forbidden dirty tampon wear. In all, between the unreasonable crafting time, materials use, and time spent hauling dirty tampons away, I really don't know if it's worth using them. But then you get blood spatters all over the place and a mood debuff. Ideally, pawns should only wear them when bleeding, and take off dirty ones on their own.

I've been wondering that also... the pawns definitely like wearing them even without using force equip, but then rarely ditch the tampon when it coverts to dirty.  Honestly, the best interim solution might just be adapting the code from the carry condoms mod into a carry tampons derivative mod.

Edited by ghostfalll
Posted

This mod has a bug in 1.6: It attempts to use the variable bestial_pregnancy_enabled, but this variable doesn't exist in 1.6 version of rjw anymore, it was renamed to just bestial_pregnancy and is not a boolean anymore.

Posted

Error processing womb of Candra: System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref AE172CD5]
  at RJW_Menstruation.HediffComp_Menstruation.<Fertilize>b__166_0 (RJW_Menstruation.Cum cum) [0x00000] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at System.Collections.Generic.List`1[T].FindAll (System.Predicate`1[T] match) [0x00013] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at RJW_Menstruation.HediffComp_Menstruation.Fertilize () [0x0000a] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.FertilizationCheck () [0x0002c] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.LutealAction () [0x00064] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.CompPostTick (System.Single& severityAdjustment) [0x0010c] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
RJW_Menstruation.HediffComp_Menstruation:CompPostTick (single&)
Verse.HediffWithComps:PostTick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn_HealthTracker.HealthTick_Patch1 (Verse.Pawn_HealthTracker)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
Verse.Thing:DoTick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
 

And

 

System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref 32F7F959]
  at RJW_Menstruation.HediffComp_Menstruation.<get_TotalFertCum>b__62_0 (RJW_Menstruation.Cum cum) [0x00000] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at System.Linq.Enumerable.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00041] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at RJW_Menstruation.HediffComp_Menstruation.get_TotalFertCum () [0x00021] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos.CreateGizmo_WombStatus (Verse.Pawn pawn, RJW_Menstruation.HediffComp_Menstruation comp) [0x000c2] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos.GetMenstruationGizmos (Verse.Pawn pawn, RJW_Menstruation.HediffComp_Menstruation comp) [0x00005] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos+<AddWombGizmos>d__1.MoveNext () [0x000cd] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at VEF.AnimalBehaviours.Pawn_GetGizmos_Patch+<Postfix>d__1.MoveNext () [0x000d3] in <163391eac06f45aaae42ef14b35acfb5>:0 
  at PeteTimesSix.SimpleSidearms.Intercepts.Pawn_GetGizmos_Postfix+<Postfix>d__0.MoveNext () [0x00288] in <a9a9f80ccdb14d7d9d2a8e7e3a8da3ae>:0 
  at Fortified.Patch_Pawn_GetGizmos+<Postfix>d__3.MoveNext () [0x0006f] in <1819e9d46241466096a0f7622db362ad>:0 
  at KeepConverting.HarmonyPatches+Patch_Pawn_GetGizmos+<Postfix>d__0.MoveNext () [0x000ae] in <fc50a34cfe674696a994d40c92f6ec81>:0 
  at RimVore2.RV2_Patch_UI_Widget_GetGizmos+<RV2_Vore_Gizmo>d__3.MoveNext () [0x0008b] in <e88f8bfb7a8c4720b36818fa6e1272e5>:0 
  at rjw.disable_Gizmos+<NonHero_disable_gizmos>d__0.MoveNext () [0x001c9] in /builds/Ed86/rjw/1.6/Source/Harmony/patch_ui_hero.cs:133 
  at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at System.Collections.Generic.List`1[T].InsertRange (System.Int32 index, System.Collections.Generic.IEnumerable`1[T] collection) [0x000f4] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at System.Collections.Generic.List`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] collection) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at Verse.GizmoGridDrawer.DrawGizmoGridFor (System.Collections.Generic.IEnumerable`1[T] selectedObjects, Verse.Gizmo& mouseoverGizmo) [0x000e0] in <24d25868955f4df08b02c73b55f389fe>:0  currentSelectable: null
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Log:ErrorOnce (string,int)
Verse.GizmoGridDrawer:DrawGizmoGridFor (System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&)
RimWorld.MapGizmoUtility:MapUIOnGUI ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.MapInterface.MapInterfaceOnGUI_BeforeMainTabs_Patch1 (RimWorld.MapInterface)
RimWorld.UIRoot_Play:UIRootOnGUI ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.OnGUI_Patch1 (Verse.Root)
 

I keep getting these two errors.

Posted
14 hours ago, Lojver10101 said:

Error processing womb of Candra: System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref AE172CD5]
  at RJW_Menstruation.HediffComp_Menstruation.<Fertilize>b__166_0 (RJW_Menstruation.Cum cum) [0x00000] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at System.Collections.Generic.List`1[T].FindAll (System.Predicate`1[T] match) [0x00013] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at RJW_Menstruation.HediffComp_Menstruation.Fertilize () [0x0000a] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.FertilizationCheck () [0x0002c] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.LutealAction () [0x00064] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.HediffComp_Menstruation.CompPostTick (System.Single& severityAdjustment) [0x0010c] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
RJW_Menstruation.HediffComp_Menstruation:CompPostTick (single&)
Verse.HediffWithComps:PostTick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn_HealthTracker.HealthTick_Patch1 (Verse.Pawn_HealthTracker)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
Verse.Thing:DoTick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
 

And

 

System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref 32F7F959]
  at RJW_Menstruation.HediffComp_Menstruation.<get_TotalFertCum>b__62_0 (RJW_Menstruation.Cum cum) [0x00000] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at System.Linq.Enumerable.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00041] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at RJW_Menstruation.HediffComp_Menstruation.get_TotalFertCum () [0x00021] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos.CreateGizmo_WombStatus (Verse.Pawn pawn, RJW_Menstruation.HediffComp_Menstruation comp) [0x000c2] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos.GetMenstruationGizmos (Verse.Pawn pawn, RJW_Menstruation.HediffComp_Menstruation comp) [0x00005] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at RJW_Menstruation.Pawn_GetGizmos+<AddWombGizmos>d__1.MoveNext () [0x000cd] in <c0d9dd30c6cb4a028ac0b584425ac984>:0 
  at VEF.AnimalBehaviours.Pawn_GetGizmos_Patch+<Postfix>d__1.MoveNext () [0x000d3] in <163391eac06f45aaae42ef14b35acfb5>:0 
  at PeteTimesSix.SimpleSidearms.Intercepts.Pawn_GetGizmos_Postfix+<Postfix>d__0.MoveNext () [0x00288] in <a9a9f80ccdb14d7d9d2a8e7e3a8da3ae>:0 
  at Fortified.Patch_Pawn_GetGizmos+<Postfix>d__3.MoveNext () [0x0006f] in <1819e9d46241466096a0f7622db362ad>:0 
  at KeepConverting.HarmonyPatches+Patch_Pawn_GetGizmos+<Postfix>d__0.MoveNext () [0x000ae] in <fc50a34cfe674696a994d40c92f6ec81>:0 
  at RimVore2.RV2_Patch_UI_Widget_GetGizmos+<RV2_Vore_Gizmo>d__3.MoveNext () [0x0008b] in <e88f8bfb7a8c4720b36818fa6e1272e5>:0 
  at rjw.disable_Gizmos+<NonHero_disable_gizmos>d__0.MoveNext () [0x001c9] in /builds/Ed86/rjw/1.6/Source/Harmony/patch_ui_hero.cs:133 
  at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at System.Collections.Generic.List`1[T].InsertRange (System.Int32 index, System.Collections.Generic.IEnumerable`1[T] collection) [0x000f4] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at System.Collections.Generic.List`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] collection) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0 
  at Verse.GizmoGridDrawer.DrawGizmoGridFor (System.Collections.Generic.IEnumerable`1[T] selectedObjects, Verse.Gizmo& mouseoverGizmo) [0x000e0] in <24d25868955f4df08b02c73b55f389fe>:0  currentSelectable: null
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Log:ErrorOnce (string,int)
Verse.GizmoGridDrawer:DrawGizmoGridFor (System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&)
RimWorld.MapGizmoUtility:MapUIOnGUI ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.MapInterface.MapInterfaceOnGUI_BeforeMainTabs_Patch1 (RimWorld.MapInterface)
RimWorld.UIRoot_Play:UIRootOnGUI ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.OnGUI_Patch1 (Verse.Root)
 

I keep getting these two errors.

Check the GitGud page for a new version of rjw. I think the Dev branch is on version 6.0.1. The files contain the missing method. I have not tested it yet, but I'm pretty sure that this will fix the issue.

Posted

image.png.48080963b35404bd136422868775b85d.png

 

Pawn got pregnant as guest and went away, now is a world pawn and is in constant labor massively reducing tps, removing hediff with character editor works.

  • 3 weeks later...
Posted

Has anyone had problems with the Cum list and the whole part of the cum list section becoming invisible with the "X" on the page also missing so you can't manually exist the page?  You can still see the pawns body parts etc. Just the light gray area where you see the Cum List is missing for me after an update on two characters I have. Everyone else was fine and it showed everything. It's like two characters UI on this specific page was bugged. 

  • 2 weeks later...
Posted
On 10/27/2025 at 5:13 PM, Bazzal said:

Has anyone had problems with the Cum list and the whole part of the cum list section becoming invisible with the "X" on the page also missing so you can't manually exist the page?  You can still see the pawns body parts etc. Just the light gray area where you see the Cum List is missing for me after an update on two characters I have. Everyone else was fine and it showed everything. It's like two characters UI on this specific page was bugged. 

For some reason the cum list for me is turning a person's cum into their own... like,

Sam gets filled with George's cum.
After a few ticks, calls it Sam's and now says: Sam, Job: #ml
So if Sam gets pregnant, the child is now fatherless as Sam is both now the Mother and Father (but doesn't display the father just says Unknown

...So currently the menstruation mod is making all females asexual reproducers... lol 

Posted
11 hours ago, SecretAgentClank said:

For some reason the cum list for me is turning a person's cum into their own... like,

Sam gets filled with George's cum.
After a few ticks, calls it Sam's and now says: Sam, Job: #ml
So if Sam gets pregnant, the child is now fatherless as Sam is both now the Mother and Father (but doesn't display the father just says Unknown

...So currently the menstruation mod is making all females asexual reproducers... lol 

Never had that problem. That sounds like a doozy. My problem went away after reloading the game entirely. 

Posted
On 11/8/2025 at 8:21 AM, SecretAgentClank said:

For some reason the cum list for me is turning a person's cum into their own... like,

Sam gets filled with George's cum.
After a few ticks, calls it Sam's and now says: Sam, Job: #ml
So if Sam gets pregnant, the child is now fatherless as Sam is both now the Mother and Father (but doesn't display the father just says Unknown

...So currently the menstruation mod is making all females asexual reproducers... lol 

Oh god I've had the same issue but couldn't find it addressed anywhere... I removed everything but rjw-related mods and tried removing them one at a time to see if it was an incompatibility with something, but I haven't managed to suss it out yet. Debug isn't even showing errors from it. It's disappointing lol

 

None of my pawns actually managed to get pregnant from themselves, though. Did yours?

Posted (edited)

Can some one read this and tell what the hell is the problem, when pawns get cumed in, menstruation window goes blank and log give repiting red error and i cant draft them anymore. I have latest version from gitgud, Version 1.6.2.1 i think:
https://gist.github.com/HugsLibRecordKeeper/8a3669435b9991d7269bb76c18dc4989:
Exception filling window for RJW_Menstruation.Dialog_WombStatus: System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref 9D466BAD]
  at RJW_Menstruation.HediffComp_Menstruation.<get_TotalFertCum>b__62_0 (RJW_Menstruation.Cum cum) [0x00000] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at System.Linq.Enumerable.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00041] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at RJW_Menstruation.HediffComp_Menstruation.get_TotalFertCum () [0x00021] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.MenstruationUtility.GetFertilityChance (RJW_Menstruation.HediffComp_Menstruation comp) [0x00000] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.DrawInfos (UnityEngine.Rect rect) [0x00314] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.MainContents (UnityEngine.Rect mainRect) [0x0095d] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.DoWindowContents (UnityEngine.Rect inRect) [0x000a6] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001a6] in <46372f5dadbf4af8939e608076251180>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

Edited by shar95
Posted (edited)
On 11/8/2025 at 2:21 PM, SecretAgentClank said:

For some reason the cum list for me is turning a person's cum into their own... like,

Sam gets filled with George's cum.
After a few ticks, calls it Sam's and now says: Sam, Job: #ml
So if Sam gets pregnant, the child is now fatherless as Sam is both now the Mother and Father (but doesn't display the father just says Unknown

...So currently the menstruation mod is making all females asexual reproducers... lol 

On 11/9/2025 at 8:31 PM, diospyros said:

Oh god I've had the same issue but couldn't find it addressed anywhere... I removed everything but rjw-related mods and tried removing them one at a time to see if it was an incompatibility with something, but I haven't managed to suss it out yet. Debug isn't even showing errors from it. It's disappointing lol

 

None of my pawns actually managed to get pregnant from themselves, though. Did yours?

are either of you using RJW Additions(my mod)?

as while adding a debug message I noticed an error in my code(had same problem myself)

I've updated my mod(and added debug message if debug is enable for both mods)

Edited by ESeeker
Posted
16 hours ago, shar95 said:

Can some one read this and tell what the hell is the problem, when pawns get cumed in, menstruation window goes blank and log give repiting red error and i cant draft them anymore. I have latest version from gitgud, Version 1.6.2.1 i think:
https://gist.github.com/HugsLibRecordKeeper/8a3669435b9991d7269bb76c18dc4989:
Exception filling window for RJW_Menstruation.Dialog_WombStatus: System.MissingMethodException: Method not found: bool rjw.PregnancyHelper.BeastialPregnancyPossible(Verse.Pawn,Verse.Pawn)
[Ref 9D466BAD]
  at RJW_Menstruation.HediffComp_Menstruation.<get_TotalFertCum>b__62_0 (RJW_Menstruation.Cum cum) [0x00000] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at System.Linq.Enumerable+WhereListIterator`1[TSource].MoveNext () [0x00037] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at System.Linq.Enumerable.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00041] in <1f993cbf88314b1baa1e10ca917bdc64>:0 
  at RJW_Menstruation.HediffComp_Menstruation.get_TotalFertCum () [0x00021] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.MenstruationUtility.GetFertilityChance (RJW_Menstruation.HediffComp_Menstruation comp) [0x00000] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.DrawInfos (UnityEngine.Rect rect) [0x00314] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.MainContents (UnityEngine.Rect mainRect) [0x0095d] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at RJW_Menstruation.Dialog_WombStatus.DoWindowContents (UnityEngine.Rect inRect) [0x000a6] in <ad9a0c47e3884171b24756f9e01cf4de>:0 
  at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001a6] in <46372f5dadbf4af8939e608076251180>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

RimJobWorld(rim.job.world)[mv:6.0.0]: 0MultiplayerAPI(av:0.5.0,fv:0.6.0), 0PrepatcherAPI(1.2.0), RJW(1.6.9375.28854)

 

Update RJW. You need at least 6.0.1

Posted
2 hours ago, amevarashi said:

RimJobWorld(rim.job.world)[mv:6.0.0]: 0MultiplayerAPI(av:0.5.0,fv:0.6.0), 0PrepatcherAPI(1.2.0), RJW(1.6.9375.28854)

 

Update RJW. You need at least 6.0.1

Will do. 

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...