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
Right so doing a lot of research, but no ingame troubleshooting. Apperently the issue can be caused by humanoid alien races, or vanilla expanded framework. Are those mods you have ruled out in the past, and how should i go about bringing up this issue to them if not?
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch2(Verse.Pawn)
at (wrapper dynamic-method) Verse.TickList.Verse.TickList.Tick_Patch0(Verse.TickList)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) Verse.TickList:Verse.TickList.Tick_Patch0 (Verse.TickList)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch5 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)0
error!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
doesnt tell you where its from too common to pinpoint a mod as a cause without testing and generalist log checking
After painstakingly reviewing my Mod list, I was shocked to find that this Mod was the culprit for all of my innumerable problems. When I remove the Rocket Man Mod, all of these errors immediately vanish and the game functions as intended. The log spam and the complications are entirely gone.
Therefore, by process of elimination, I have proven that the Rocket Man Mod is breaking my game. This is the error I get constantly repeated, which occurs every time a Pawn is spawned and again on every Pawn for as long as they are on the Map.
This is my Hugs Library Log: https://gist.github.com/5c18a938fc208a9a79386be88ab15ea0 .
you have more mods than most people can ever use
and better loading which has been known to break things of recent months
If it was the Vanilla Expanded Framework, the problem would have persisted after I removed the Rocket Man Mod.
Does the Better Loading Mod really break stuff? I'll look into that today.
The function your reporting as a error is an error tracker that identifies problems that impedes how rocketman works.
Achtung as a similar error tracker for its right click function that tries to identify mods that break right clicking in invisible ways.
I removed the Better Loading Mod and tried Rocket Man without that. It failed. However, I'll keep the Better Loading Mod off, just in case.
at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000f9] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Generic.Dictionary`2[TKey,TValue].set_Item (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at RocketMan.Optimizations.StatWorker_Patch.UpdateCache (System.Int32 key, RimWorld.StatWorker statWorker, RimWorld.StatRequest req, System.Boolean applyPostProcess, System.Int32 tick, System.Boolean storeExists) [0x000ff] in <121dacf65f454be8a4711b6b581f95b6>:0
at (wrapper dynamic-method) RimWorld.StatWorker.RimWorld.StatWorker.GetValue_Patch0(RimWorld.StatWorker,RimWorld.StatRequest,bool)
at RimWorld.StatWorker.GetValue (Verse.Thing thing, System.Boolean applyPostProcess) [0x00007] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.StatExtension.GetStatValue (Verse.Thing thing, RimWorld.StatDef stat, System.Boolean applyPostProcess) [0x00006] in <81af9f8a18324e17b286924a43555a7c>:0
at Verse.Pawn_HealthTracker.get_InPainShock () [0x0000b] in <81af9f8a18324e17b286924a43555a7c>:0
at Verse.HealthUtility.GetGeneralConditionLabel (Verse.Pawn pawn, System.Boolean shortVersion) [0x0003f] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.InspectPaneFiller.DrawHealth (Verse.WidgetRow row, Verse.Thing t) [0x000c4] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.InspectPaneFiller.DoPaneContentsFor (Verse.ISelectable sel, UnityEngine.Rect rect) [0x0003d] in <81af9f8a18324e17b286924a43555a7c>:0
https://gist.github.com/f4717dc4825ade5b1fd0b4158fe7e1d0
im not sure what to do to clear rocket mans references