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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
https://gist.github.com/917f11b4d37d2ac33c6e469e97292bc6
And the same thing is happening with the book of priest.
Exception drawing BookOfPriestDrawer538244: System.NullReferenceException: Object reference not set to an instance of an object
at VFECore.BeamDraw.Draw () [0x00001] in <55f685c975be4b47a7b4c53b117d5f05>:0
at Verse.DynamicDrawManager.DrawDynamicThings () [0x000d8] in <99518a644a3e4a7ea3fde566568df84a>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.DynamicDrawManager:DrawDynamicThings ()
(wrapper dynamic-method) Verse.Map:Verse.Map.MapUpdate_Patch2 (Verse.Map)
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
Also, whenever I dev mode to try and spawn in the book, such as the arcane tome for priest or earth no error message appears and the tome spawns normally
Okay just enabled dev mode and i have an error spamming about them, i'll post it in full here cause it doesnt show in the log, but i'm putting the log here anyway, https://gist.github.com/HugsLibRecordKeeper/da89cd95ed4a73042071b654958ebe35
Here's the error:
An exception has been thrown while trying to close TM_SpiritWolfR - ending ability.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
TorannMagic.TMPawnSummoned:PreDestroy ()
TorannMagic.TMPawnSummoned:Tick ()
(wrapper dynamic-method) RimWorld.Planet.WorldPawns:RimWorld.Planet.WorldPawns.WorldPawnsTick_Patch2 (RimWorld.Planet.WorldPawns)
RimWorld.Planet.World:WorldTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch7 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
Tried to destroy already-destroyed thing TM_SpiritWolfR317500
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
(wrapper dynamic-method) Verse.Thing:Verse.Thing.Destroy_Patch0 (Verse.Thing,Verse.DestroyMode)
Verse.ThingWithComps:Destroy (Verse.DestroyMode)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Destroy_Patch2 (Verse.Pawn,Verse.DestroyMode)
TorannMagic.TMPawnSummoned:Tick ()
(wrapper dynamic-method) RimWorld.Planet.WorldPawns:RimWorld.Planet.WorldPawns.WorldPawnsTick_Patch2 (RimWorld.Planet.WorldPawns)
RimWorld.Planet.World:WorldTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch7 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
World pawn TM_SpiritWolfR317500 has been discarded while still being a world pawn. This should never happen, because discard destroy mode means that the pawn is no longer managed by anything. Pawn should have been removed from the world first.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
(wrapper dynamic-method) RimWorld.Planet.WorldPawns:RimWorld.Planet.WorldPawns.WorldPawnsTick_Patch2 (RimWorld.Planet.WorldPawns)
RimWorld.Planet.World:WorldTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch7 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
I'm having issues with the Druid class - specifically the spell Cure Disease. It only lets me target the caster, not any other pawn. Other target other spells such as heal work.
SOYUZ:[README] !!IMPORTANT!! There is a large chance this error is not related to RocketMan at all. RocketMan has patch on pawns that enables throttling, it will cause it to appear in the stacktrace and in visual exceptions, but in 99.9% of the time it's not RocketMan causing this issue but something down the line. RocketMan patches Pawn.Tick function just to add the throttling ability, the new code doesn't have any known issues and the issue is most likely futher down the line with error System.NullReferenceException: Object reference not set to an instance of an object
at TorannMagic.Golems.CompGolem.ApplyNeeds () [0x00032] in <bf282aefe2ec4f968b1b5007377bdb7b>:0
at TorannMagic.Golems.CompGolem.Initialize () [0x000ff] in <bf282aefe2ec4f968b1b5007377bdb7b>:0
at TorannMagic.Golems.CompGolem.CompTick () [0x00020] in <bf282aefe2ec4f968b1b5007377bdb7b>:0
at Verse.ThingWithComps.Tick () [0x00024] in <99518a644a3e4a7ea3fde566568df84a>:0
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch1(Verse.Pawn)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
RocketMan.Logger:Debug (string,System.Exception,string)
Soyuz.Patches.Pawn_Tick_Patch:Finalizer (Verse.Pawn,System.Exception)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
TorannMagic.TMPawnSummoned:Tick ()
TorannMagic.Golems.TMPawnGolem:Tick ()
RimWorld.TradeShip:PassingShipTick ()
RimWorld.PassingShipManager:PassingShipManagerTick ()
Verse.Map:MapPostTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch7 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
Also; do apothecaries normally only have 20 Endurance normally? It says my character has only 20% max energy... Is this a bug, or a feature?
Edit2: The game also seems to slow down a lot when the individual has Apothecary potion effects on them? Thinking now that it isn't aRoM, and something in game causing the lag. Calculating /something/ while having a pawn selected.
Are you using any kind of performance mod like rim73? you need to disable hediff optimization if so otherwise many effects from this mod will not work or will not work correctly