NullReferenceException at GetEntityNameError

my deathnotes is loaded but doesnt seem to work after the update

 

Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v6.3.7' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.DeathNotes.GetEntityName (BaseEntity entity, Oxide.Plugins.DeathNotes+CombatEntityType combatEntityType) [0x00165] in <4e874445e4ca43d386e24ebb0d513e18>:0
  at Oxide.Plugins.DeathNotes.GetCustomizedEntityName (BaseEntity entity, Oxide.Plugins.DeathNotes+CombatEntityType combatEntityType) [0x00000] in <4e874445e4ca43d386e24ebb0d513e18>:0
  at Oxide.Plugins.DeathNotes.PopulateMessageVariables (System.String message, Oxide.Plugins.DeathNotes+DeathData data) [0x00028] in <4e874445e4ca43d386e24ebb0d513e18>:0
  at Oxide.Plugins.DeathNotes.OnEntityDeath (BaseCombatEntity victimEntity, HitInfo hitInfo) [0x000e6] in <4e874445e4ca43d386e24ebb0d513e18>:0
  at Oxide.Plugins.DeathNotes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00159] in <4e874445e4ca43d386e24ebb0d513e18>: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

additional info: the only death note ive seen so far was a bradley take down.. no animals / scientists / deaths have shown up

Hi! Can you enable debug mode and show information from there when an error occurs?

To enable debug mode, you need to change the first line

// #define DEBUG​
to
#define DEBUG​
X5Mz634skgIqWbj.png Mevent

Hi! Can you enable debug mode and show information from there when an error occurs?

To enable debug mode, you need to change the first line

// #define DEBUG​
to
#define DEBUG​

I do not see that line.. Are we talking about in the config file? Debug is enabled to true but I do not see a line for defining in either the config or plugin

Same problem here, the mod loads normal after restart but it isn't working and doesn't show any messages. But after a manually reload it worked again. Unfortunately we could not do the debug, because we have seen this post only now.