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
It says specifically the utility is
VS_SettlementDefeatUtility_CheckDefeated:Prefix
{
System.Collections.Generic.Dictionary<int, MapParent>:TryGetValue
Worldobject:get_Tile
Worldobject:get_Faction
RimWorld.Planet.PlanetTile:op_Implicit
}
all around 0.037 adding to around 0.151 ms in the harmony patches. Is there something to enable in logging cause I dont see anything in errors.
heres the logs tho, again I cant find anything in terms of settlement errors.
https://gist.github.com/HugsLibRecordKeeper/8c599f95a43e44a1e40ddaee77c553e3
Holy log, Visit Settlements is the least of your worries, silly. You've got multiple errors in there from different mods, but that's okay I'll see if I can still help you fix some.
_____________________________________________________
Multiple "Mesh used in Particle System Shape Module is not valid, possibly due to missing read/write flag". errors.
This is causing serious issues.
That looks like Fireflies Two. It's even preventing some pawns from executing jobs properly, which makes them freeze up and tank performance.
Pawn Kairi threw exception while executing toil unnamed's finish action (0), jobDriver=FirefliesTwoO.JobDriver_ChaseFireflies, job=FF_ChaseFireflies (Job_3050) A = (195, 0, 171) Giver = JobGiver_GetJoy [workGiverDef: null], toilIndex=2: System.NullReferenceException: Object reference not set to an instance of an object
_____________________________________________________
Failed to find injection point when applying Patch: Harmony_Compat_RunAndGun
A Combat Extended patch is failing. You must be on the dev version of Combat Extended, that means it's unstable and bugs are bound to appear.
_____________________________________________________
A TON of exception errors under here
Error while instantiating a mod of type Hospitality.Mod_Hospitality:
These could be Harmony OR Hospitality. You'll have to look into it.
_____________________________________________________
BUT you may have also found something for this mod.
[Analyzer] Can not retrace VS_SettlementDefeatUtility_CheckDefeated:Prefix while currently tracing
Which is strange because it's harmony related and I nor anyone else haven't found it yet? Could be an older reference I just have to take out, could be I need to rewrite something. Either way, I will be taking a look today. Thank you!
Im gonna try removing rimcities, fireflies and see about run and gun cause I just NEED that one.
I get it, there are mods I CAN'T live without. I attempted a small fix that may help, I saw no errors on my end!