RimWorld

RimWorld

MIM - WH40k Weapons
慕柯 2 Aug, 2024 @ 6:11am
A bug
When I use pox general , there is a bug
Spawned EMDG_BlightGas_WalkingPox427751 with stackCount 4 but stackLimit is 1. Truncating.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Thing.SpawnSetup_Patch3 (Verse.Thing,Verse.Map,bool)
RimWorld.Gas:SpawnSetup (Verse.Map,bool)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.GenSpawn.Spawn_Patch2 (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.Rot4,Verse.WipeMode,bool,bool)
Verse.GenSpawn:Spawn (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.WipeMode)
Verse.Explosion:TrySpawnExplosionThing (Verse.ThingDef,Verse.IntVec3,int)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Explosion.AffectCell_Patch2 (Verse.Explosion,Verse.IntVec3)
CombatExtended.ExplosionCE:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickList.Tick_Patch0 (Verse.TickList)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch7 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
< >
Showing 1-15 of 17 comments
emitbreaker  [developer] 3 Aug, 2024 @ 1:47am 
Originally posted by 慕柯:
When I use pox general , there is a bug

Oops, sorry, if you just make thread here, it won't notify to me. It would be better if you leave a comment somewhere so that I could catch it faster.

That could be fixed easily - I think I made stupid mistake. Thanks for the heads-up :D
Last edited by emitbreaker; 3 Aug, 2024 @ 1:48am
emitbreaker  [developer] 3 Aug, 2024 @ 2:24am 
Originally posted by 慕柯:
When I use pox general , there is a bug
I just checked, but the issue hasn't reproduced at my end without CE - do you use CE in your mod list? Besides, I think I've fixed that once few weeks ago, so possibly steam didn't update your local mod properly. Would you please try unsub / resub Death Guard and Weapons mod once again?

Sorry for the inconvenience caused.
慕柯 5 Aug, 2024 @ 9:13am 
Originally posted by emitbreaker:
Originally posted by 慕柯:
When I use pox general , there is a bug
I just checked, but the issue hasn't reproduced at my end without CE - do you use CE in your mod list? Besides, I think I've fixed that once few weeks ago, so possibly steam didn't update your local mod properly. Would you please try unsub / resub Death Guard and Weapons mod once again?

Sorry for the inconvenience caused.
Sorry for so long . I have a busy weekend . I will try to update it and try again.
慕柯 12 Aug, 2024 @ 7:17pm 
Originally posted by 慕柯:
Originally posted by emitbreaker:
I just checked, but the issue hasn't reproduced at my end without CE - do you use CE in your mod list? Besides, I think I've fixed that once few weeks ago, so possibly steam didn't update your local mod properly. Would you please try unsub / resub Death Guard and Weapons mod once again?

Sorry for the inconvenience caused.
Sorry for so long . I have a busy weekend . I will try to update it and try again.
I apologize, but I have removed all mods except for the entire MIM series and CE. However, when I use 'walking pox', an error still occurs.
慕柯 12 Aug, 2024 @ 7:17pm 
Spawned EMDG_BlightGas_WalkingPox4436 with stackCount 3 but stackLimit is 1. Truncating.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Thing.SpawnSetup_Patch1 (Verse.Thing,Verse.Map,bool)
RimWorld.Gas:SpawnSetup (Verse.Map,bool)
Verse.GenSpawn:Spawn (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.Rot4,Verse.WipeMode,bool,bool)
Verse.GenSpawn:Spawn (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.WipeMode)
Verse.Explosion:TrySpawnExplosionThing (Verse.ThingDef,Verse.IntVec3,int)
Verse.Explosion:AffectCell (Verse.IntVec3)
CombatExtended.ExplosionCE:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
emitbreaker  [developer] 12 Aug, 2024 @ 7:25pm 
Originally posted by 慕柯:
Spawned EMDG_BlightGas_WalkingPox4436 with

Hmm... Is this issue still exist? Is it possible for you to throw full log, not this specific one? I've already ran several test at my end, but couldn't reproduce it at my end, so perhaps there's something that I am missing.

You can throw it to the same place when you did it last time :D
emitbreaker  [developer] 12 Aug, 2024 @ 9:11pm 
Originally posted by 慕柯:
https://gist.github.com/HugsLibRecordKeeper/ce394696779723e3dc68dec3b0a8fc94

Thanks! So... there is no outstanding error and you are using CE... Maybe some patch operation didn't go well as it is intended. Let me drill down at my end!

Thanks for your kind support as always :D
emitbreaker  [developer] 12 Aug, 2024 @ 9:25pm 
Originally posted by 慕柯:
https://gist.github.com/HugsLibRecordKeeper/ce394696779723e3dc68dec3b0a8fc94

Nailed it. Hotfix will be deployed soon.
emitbreaker  [developer] 12 Aug, 2024 @ 9:56pm 
Originally posted by 慕柯:
https://gist.github.com/HugsLibRecordKeeper/ce394696779723e3dc68dec3b0a8fc94
Done! Please update this mod. Thanks a lot for your kind and continuous support :D
慕柯 12 Aug, 2024 @ 11:05pm 
Originally posted by emitbreaker:
Originally posted by 慕柯:
https://gist.github.com/HugsLibRecordKeeper/ce394696779723e3dc68dec3b0a8fc94
Done! Please update this mod. Thanks a lot for your kind and continuous support :D
Thanks for your hardworking!
emitbreaker  [developer] 13 Aug, 2024 @ 1:30am 
Originally posted by 慕柯:
Hi,I find a new bug , https://gist.github.com/HugsLibRecordKeeper/0c46897771157d236c194c3dda99d3d1

Sorry, your log doesn't contain any error. Please share log just after you've seen the error. Btw, what kind of error is it?
慕柯 13 Aug, 2024 @ 3:03am 
Originally posted by emitbreaker:
Originally posted by 慕柯:
Hi,I find a new bug , https://gist.github.com/HugsLibRecordKeeper/0c46897771157d236c194c3dda99d3d1

Sorry, your log doesn't contain any error. Please share log just after you've seen the error. Btw, what kind of error is it?
https://gist.github.com/HugsLibRecordKeeper/fad50c7d971fdeafb44d25b899949061
penAmount or armorAmount are zero for Sharp on EMCM_EC_PowerPackSorcerer41125,just like this
< >
Showing 1-15 of 17 comments
Per page: 1530 50