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
The mod that causes the errors is Animals Forage, specifically Erin's Friendly Ferrets. When a ferret tries to forage for food, the meat it tries to take is rat meat, but since rat meat doesn't exist it spams the log with red errors.
I've added some patches for Animals Forage, Animals Forage - Patches, and the problem won't happen anymore.
Mod List: https://pastebin.com/WB760QYp
I hypothesized two things.
1. Meals in your colony has no ingredients because you loaded existing save before subscribe this mod. In this case, using dev mode, destroy all of your meals, and spawn as much as you destroyed.
2. It's a conflict with other mods related to food policy. I don't know exactly what that mod is.
I'm dumb engineer so that I couldn't find the exact cause of the error. I'm so sorry about that. :(
1. This version of the mod been in the mod list since the beginning of the colony (started on previous patch 1.3.3071). Mod order may have changed, but everything is from versions 1-2 days ago on a fresh colony.
1.5: There weren't any mod changes between the time I loaded 1.3.3071 and 1.3.3072.
2. SOME Packaged Survival Meal and Pemmican instances on the map had broken (errors in the actual GUI where the ingredients are displayed). All the meat meals before and after the patch I had cooked myself seem to be fine. The glitchy meals were generated from merchants or map spawns, not cooked.
tl;dr: I don't know the exact root cause, but without removing the mod, checking every meal and deleting the ones that threw errors fixed the save.
I had a number of mods enabled at the time, (too many to begin to list) but none of them changed any drugs or drug policies.
Someone else has tested it and it seems that turning off fish meat optimization in the settings stops the error for some reason?
The problem has been hotfixed yesterday. The reason was my coding error :(
But, even I uploaded the fixed update, I think Steam is NOT updating automatically my mod in your computer.
Unsubbing and resubbing this mod will solve the problem. thank you!
문제 수정했습니다 ㅠㅠ
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
Verse.AI.ReservationManager:LogCouldNotReserveError (Verse.Pawn,Verse.AI.Job,Verse.LocalTargetInfo,int,int,Verse.ReservationLayerDef)
(wrapper dynamic-method) Verse.AI.ReservationManager:Verse.AI.ReservationManager.Reserve_Patch1 (Verse.AI.ReservationManager,Verse.Pawn,Verse.AI.Job,Verse.LocalTargetInfo,int,int,Verse.ReservationLayerDef,bool)
Verse.AI.ReservationUtility:Reserve (Verse.Pawn,Verse.LocalTargetInfo,Verse.AI.Job,int,int,Verse.ReservationLayerDef,bool)
Verse.AI.JobDriver_TakeInventory:TryMakePreToilReservations (bool)
Verse.AI.Pawn_JobTracker:StartJob (Verse.AI.Job,Verse.AI.JobCondition,Verse.AI.ThinkNode,bool,bool,Verse.ThinkTreeDef,System.Nullable`1<Verse.AI.JobTag>,bool,bool)
Verse.AI.Pawn_JobTracker:TryFindAndStartJob ()
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.EndCurrentJob_Patch1 (Verse.AI.Pawn_JobTracker,Verse.AI.JobCondition,bool,bool)
(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_Patch3 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
https://gist.github.com/6ac2dbeaf69d068d8bf2f8e091290f61
혹시 이 모드 문제일지 궁금해서 올려드려요 'ㅁ'...
이 모드 아니면 haul인가 함꺼번에 많이 옮기는 모드나
스택 모드 문제 중 하나일거같거든요
제보 감사합니다
해당 에러는 pick up and haul 모드에서 주로 보고되는 에러입니다
임시 해결방법?으로는 개발자모드 -> destroy로 맵상에 존재하는 모든 날고기를 제거한 후, 개발자 모드 -> try place 머시기로 날고기를 그만큼 소환하면 해결이 될지도 모르겠네요..
제보 감사합니다
방금 업데이트(1.2.3)로 보상 생성과 관련된 문제를 해결하였습니다
업데이트가 적용되었는지 확인하기 위해서는 게임 실행 후에 '~'를 눌러 모드의 버전이 1.2.3으로 뜨는지 확인해주세요.
고기 최적화 이후에, 보상 아이템 생성과 관련이 있는 ThingSetMakerUtility.allGeneratableItems를 초기화 해줘야 한다는 점을 몰랐습니다 ㅠㅠ
아마도 이제 그럴 문제는 없을겁니다 아마도..
지금은 10 tic 에러만 있어서 pick up and haul 쪽에서 해결보려고요
감사합니다