RimWorld

RimWorld

Precepts and Memes
Zezz  [developer] Aug 22, 2021 @ 7:07pm
Bug reports
Put any bugs and/or error logs you get here. Also post you load order if relevant. Use https://pastebin.com/ to preven flooding please.
< >
Showing 1-15 of 27 comments
warmainiac Aug 23, 2021 @ 2:41pm 
so i have the necrolatry meme, yet i cannot select "corpses: dont care"
Zezz  [developer] Aug 23, 2021 @ 2:51pm 
Necreolatry can only have it as revered. If you want the don't care one you need pain is virtue, cannibal, supremacist or raider.
warmainiac Aug 24, 2021 @ 11:06am 
Originally posted by Zezz:
Necreolatry can only have it as revered. If you want the don't care one you need pain is virtue, cannibal, supremacist or raider.
well, i might as well plug this into the playthrough i am wanting to do then
Vangluss Aug 24, 2021 @ 4:23pm 
Not sure if this is the right place to post this, but for some reason, even when I trade with trade ships that land near my colony, it doesn't get rid of the mood debuff related to "We Haven't Traded With Anybody In a Long Time." Related to this mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2046222331
Zezz  [developer] Aug 25, 2021 @ 4:13am 
Alright, I checked the issue out and it seems to be a problem on my side. The check I made for when you trade apparently only works if the other party has a faction. That means any trader that has no faction (Like orbital traders, or ships from that mod) don't refresh the traded mood. I'll change how I do the check in the next update.
Last edited by Zezz; Aug 25, 2021 @ 4:14am
Ollie-Raven Aug 25, 2021 @ 10:03am 
This causes androids from androids tiers to non stop eat. I have tried changing load order but to no avail
Zezz  [developer] Aug 25, 2021 @ 7:17pm 
That sound extremely weird. My mod touches nothing to do with eating in the first place. Does it happens with any other race mod?
Ollie-Raven Aug 26, 2021 @ 10:41am 
Originally posted by Zezz:
That sound extremely weird. My mod touches nothing to do with eating in the first place. Does it happens with any other race mod?
Nope only the androids. Its super weird. I have tried moving the load order, I have made sure its not other mods causing it. It only happens when I had this mod which im gutted about as this mod looks amazing
Zezz  [developer] Aug 26, 2021 @ 10:52am 
Have you checked the logs in dev mode while this happens? And does it happens when the androids are set to charge at a station instead of eating?
Annabellee Aug 26, 2021 @ 3:28pm 
so I'm getting this error with AltruismCannibal and AltruismRaiderTraderRaider https://gist.github.com/HugsLibRecordKeeper/495604875c650509242ceef2ff372b0b
Zezz  [developer] Aug 27, 2021 @ 1:13am 
It's a known error that you get when you have another mod that adds exclusion tags for those mems. It's harmless AFAIK, so just ignore it.
Ollie-Raven Aug 28, 2021 @ 9:30am 
JobDriver threw exception in initAction for pawn Clarke driver=JobDriver_Ingest (toilIndex=4) driver.job=(Ingest (Job_4079713) A=Thing_MealFine525850 B=(109, 0, 174))
System.NullReferenceException: Object reference not set to an instance of an object
at MemesAndP.TryGainMemory_Patch.Prefix (RimWorld.MemoryThoughtHandler __instance, RimWorld.Thought_Memory newThought, Verse.Pawn otherPawn) [0x0000c] in <9dbdc0ad88304dc5aec2a13a467ad7f2>:0
at (wrapper dynamic-method) RimWorld.MemoryThoughtHandler.RimWorld.MemoryThoughtHandler.TryGainMemory_Patch8(RimWorld.MemoryThoughtHandler,RimWorld.Thought_Memory,Verse.Pawn)
at RimWorld.Toils_Ingest+<>c__DisplayClass12_0.<FinalizeIngest>b__0 () [0x00153] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001de] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch1 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

theres this on which involves one of my androids that wont stop eating
Zezz  [developer] Aug 28, 2021 @ 10:17am 
Interesting. It seems to be an issue with the way I implemented the death precept. Android thoughts seem to be implemented differently.

Have you tried feeding them normal meals instead of fine? Normal meals give no thoughts, so maybe that'll fix them.
Ollie-Raven Aug 28, 2021 @ 11:09am 
It doesn't matter what kind of meal it is. It happens with normal and pemmican. They will just continue to get more and more as their energy will not increase when they eat
Ollie-Raven Aug 28, 2021 @ 11:15am 
Here the one for simple meals


JobDriver threw exception in initAction for pawn Clarke driver=JobDriver_Ingest (toilIndex=9) driver.job=(Ingest (Job_4081937) A=Thing_MealSimple535787 B=(106, 0, 175))
System.NullReferenceException: Object reference not set to an instance of an object
at MemesAndP.TryGainMemory_Patch.Prefix (RimWorld.MemoryThoughtHandler __instance, RimWorld.Thought_Memory newThought, Verse.Pawn otherPawn) [0x0000c] in <9dbdc0ad88304dc5aec2a13a467ad7f2>:0
at (wrapper dynamic-method) RimWorld.MemoryThoughtHandler.RimWorld.MemoryThoughtHandler.TryGainMemory_Patch8(RimWorld.MemoryThoughtHandler,RimWorld.Thought_Memory,Verse.Pawn)
at RimWorld.Toils_Ingest+<>c__DisplayClass12_0.<FinalizeIngest>b__0 () [0x00153] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001de] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch1 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
< >
Showing 1-15 of 27 comments
Per page: 1530 50