安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








System.NullReferenceException: Object reference not set to an instance of an object
at MoreFactionInteraction.World_Incidents.IncidentWorker_BumperCrop+<>c__DisplayClass7_0.<RandomNearbyGrowerSettlement>b__0 (RimWorld.Planet.Settlement settlement) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[RimWorld.Planet.Settlement].MoveNext () [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[RimWorld.Planet.Settlement].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[RimWorld.Planet.Settlement]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToList[Settlement] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at Verse.GenCollection.TryRandomElement[Settlement] (IEnumerable`1 source, RimWorld.Planet.Settlement& result) [0x00000] in <filename unknown>:0
at Verse.GenCollection.RandomElementWithFallback[Settlement] (IEnumerable`1 source, RimWorld.Planet.Settlement fallback) [0x00000] in <filename unknown>:0
at MoreFactionInteraction.World_Incidents.IncidentWorker_BumperCrop.RandomNearbyGrowerSettlement (Int32 originTile) [0x00000] in <filename unknown>:0
at MoreFactionInteraction.World_Incidents.IncidentWorker_BumperCrop.TryGetRandomAvailableTargetMap (Verse.Map& map) [0x00000] in <filename unknown>:0
at MoreFactionInteraction.World_Incidents.IncidentWorker_BumperCrop.CanFireNowSub (RimWorld.IncidentParms parms) [0x00000] in <filename unknown>:0
at RimWorld.IncidentWorker.CanFireNow (RimWorld.IncidentParms parms, Boolean forced) [0x00000] in <filename unknown>:0
at RimWorld.Storyteller.TryFire (RimWorld.FiringIncident fi) [0x00000] in <filename unknown>:0
at RimWorld.IncidentQueue.IncidentQueueTick () [0x00000] in <filename unknown>:0
at RimWorld.Storyteller.StorytellerTick () [0x00000] in <filename unknown>:0
at Verse.TickManager.DoSingleTick () [0x00000] in <filename unknown>:0
Verse.Log:Error(String, Boolean)
MFI_BumperCropRequest "harvesting request" incident = MoreFactionInteraction.World_Incidents.IncidentWorker_BumperCrop.
Edit 1: As expected the storyteller choose the MFI_BumperCropRequest aka "harvesting request" and for me it bugged out and refuses to let the other incident I have which is the MFI_reversetraderequest through which is spamming the dev log every single tick which dramatically affects fps. I will now clear it from my save's queued incidents and disable it in the mod files so the storyteller can't choose it and see if that fixes it.
Edit 2: Cleared it from my save's queued incidents and disabled it in the mod files. The dev log is no longer spammed with literally 999 messages about the same error coming from MFI_BumperCropRequest thus I no longer get an fps drop. Now I simply have to wait and see if an incident comes through.
Edit 3: Problem solved. While you lose an incident in the process, I, for one, at least with the mod list I have, never actually saw this event ever. So maybe there's a conflict somewhere but according to dev log this is the only incident that prevents other incidents from occuring.