Advertisement
Guest User

Untitled

a guest
Jan 7th, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Exception in Verse.TickList.Tick: System.NullReferenceException: Object reference not set to an instance of an object
  2. at LevelThis.HealthLevelling.PostPostApplyDamage (Verse.DamageInfo dinfo, System.Single totalDamageDealt) [0x00017] in <bfcd0f1de90c47e3a7efb26577130c2d>:0
  3. at Verse.ThingWithComps.PostApplyDamage (Verse.DamageInfo dinfo, System.Single totalDamageDealt) [0x00020] in <3126aca1aad041dcbdeda807cfe004bf>:0
  4. at Verse.Pawn.PostApplyDamage (Verse.DamageInfo dinfo, System.Single totalDamageDealt) [0x00000] in <3126aca1aad041dcbdeda807cfe004bf>:0
  5. - postfix rimworld.murmur.esp: Void MUR_ESP.Pawn_PostApplyDamage:Postfix(Pawn& __instance, DamageInfo& dinfo)
  6. - postfix com.rimworld.mod.dd: Void DD.DD_Pawn_PostApplyDamage:Postfix(Pawn __instance, DamageInfo dinfo, Single totalDamageDealt)
  7. at Verse.Thing.TakeDamage (Verse.DamageInfo dinfo) [0x0024e] in <3126aca1aad041dcbdeda807cfe004bf>:0
  8. - transpiler rimworld.infused: IEnumerable`1 Infused.DamageResult_Ctor_Patch:Transpiler(IEnumerable`1 e)
  9. - transpiler Amnabi.Knockback: IEnumerable`1 PawnKnockback.AbsorbDamagePatch:Transpiler(ILGenerator generator, IEnumerable`1 instructions)
  10. - prefix OskarPotocki.VFECore: Void AnimalBehaviours.Patch_TakeDamage:Prefix(Thing __instance, DamageInfo dinfo)
  11. - prefix Neronix17.TabulaRasa.RimWorld: Boolean TabulaRasa.Patch_Thing_TakeDamage:Prefix(DamageInfo dinfo, Thing& __instance, DamageResult& __result)
  12. - prefix rimworld.biomes.core: Boolean BiomesCore.Patches.DI_TakeDamage_Patch:DI_TakeDamage(Thing __instance, DamageResult& __result, DamageInfo dinfo)
  13. - prefix kittahkhan.justafleshwound: Boolean JustAFleshWound.Patch.PatchThing:Prefix(DamageInfo& dinfo, Thing& __instance)
  14. - postfix OskarPotocki.VFECore: Void VFECore.Patch_Thing_TakeDamage:Postfix(Thing __instance, DamageInfo dinfo)
  15. - postfix OskarPotocki.VanillaTraitsExpanded: Void VanillaTraitsExpanded.TakeDamage_Patch:Postfix()
  16. - postfix com.CaesarV6.DamageMotes.Patch: Void DamageMotes.DamageMotes_Patch:Postfix(DamageInfo dinfo, Thing __instance, DamageResult __result)
  17. at RimWorld.Bullet.Impact (Verse.Thing hitThing, System.Boolean blockedByShield) [0x000d1] in <3126aca1aad041dcbdeda807cfe004bf>:0
  18. - postfix com.arquebus.rimworld.mod.morepersonatraits: Void MorePersonaTraits.Patches.PatchOnDamageBullet:Postfix(Thing hitThing, Bullet __instance)
  19. - postfix FarmerJoe.MakaiTech: Void MakaiTech.Bullet_Impact_SkillDrainPatch:Postfix(Thing& hitThing, Bullet& __instance)
  20. - postfix FarmerJoe.MakaiTech: Void MakaiTech.Bullet_ImpactDistortedPatch:Postfix(Thing& hitThing, Bullet& __instance)
  21. - postfix FarmerJoe.MakaiTech: Void MakaiTech.Bullet_Impact_HediffToSelfOnTargetHitPatch:Postfix(Thing& hitThing, Bullet& __instance)
  22. at BetterRimworlds.ZatGun.Projectile_ZatBlast.Impact (Verse.Thing hitThing, System.Boolean blockedByShield) [0x00001] in <b88f14c99f264e9bb312ceef9dd71b95>:0
  23. at Verse.Projectile.ImpactSomething () [0x00191] in <3126aca1aad041dcbdeda807cfe004bf>:0
  24. - transpiler OskarPotocki.VFECore: IEnumerable`1 VFECore.Projectile_SetTrueOrigin:Transpiler(IEnumerable`1 codeInstructions)
  25. - prefix net.papaz.projectileinversion: Boolean ProjectileInversion.Projectile_ImpactSomething:Prefix(Projectile __instance)
  26. - postfix OskarPotocki.VFECore: Void VFEMech.TeslaProjectile+ProjectilePatches:Postfix()
  27. at Verse.Projectile.Tick () [0x00111] in <3126aca1aad041dcbdeda807cfe004bf>:0
  28. - postfix OskarPotocki.VFECore: Void VFECore.Projectile_Tick_Patch:Postfix(Projectile __instance)
  29. at Verse.TickList.Tick () [0x0017d] in <3126aca1aad041dcbdeda807cfe004bf>:0
  30. - transpiler net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement