Failed to call hook 'OnEntityDeath' on plugin 'SimpleKillFeed v2.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SimpleKillFeed.GetWeaponName (HitInfo hitInfo) [0x00017] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.GetCustomWeaponName (HitInfo hitInfo) [0x00000] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.OnEntityDeath (BaseCombatEntity victim, HitInfo hitInfo) [0x0008b] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00142] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0 Failed to call hook 'OnEntityDeath' on plugin 'SimpleKillFeed v2.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SimpleKillFeed.GetWeaponName (HitInfo hitInfo) [0x00017] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.GetCustomWeaponName (HitInfo hitInfo) [0x00000] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.OnEntityDeath (BaseCombatEntity victim, HitInfo hitInfo) [0x0008b] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00142] in <1196c1212ee74e59bfed155a37c33ca6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0
NullReferenceException at GetWeaponNameSolved
on it
Not just player death..
seems related to some weapons/ kill methods not being defined by FP
noticed, meanwhile working on a fix and probably end up rewriting it for a fair bit to have more covered
Ok it is still not fixed in 2.1.2
I've seen this before... where some internal kills are not actually the weapon.
For example the launchers on the Launch site, about 2 years ago I think....
problem is you come in to the call expecting it to be a weapon, but it is actually the ammo or something else.
Failed to call hook 'OnEntityDeath' on plugin 'SimpleKillFeed v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed.GetWeaponName (HitInfo hitInfo) [0x00017] in <56babf3541df4de58a030b4e6fb63532>:0
at Oxide.Plugins.SimpleKillFeed.GetCustomWeaponName (HitInfo hitInfo) [0x00000] in <56babf3541df4de58a030b4e6fb63532>:0
at Oxide.Plugins.SimpleKillFeed.OnEntityDeath (BaseAnimalNPC victim, HitInfo hitInfo) [0x00086] in <56babf3541df4de58a030b4e6fb63532>:0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0026e] in <56babf3541df4de58a030b4e6fb63532>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0 Failed to call hook 'OnEntityDeath' on plugin 'SimpleKillFeed v2.1.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.SimpleKillFeed.GetWeaponName (HitInfo hitInfo) [0x00017] in :0
at Oxide.Plugins.SimpleKillFeed.GetCustomWeaponName (HitInfo hitInfo) [0x00000] in :0
at Oxide.Plugins.SimpleKillFeed.OnEntityDeath (BaseAnimalNPC victim, HitInfo hitInfo) [0x00086] in :0
at Oxide.Plugins.SimpleKillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0026e] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Locked automatically