NullReferenceException at TryMigrateDataFixed

//server crashed.  and one player does not have a backpack


Failed to run a 0.10 timer in 'Backpacks v3.0.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Backpacks.TryMigrateData (System.String fileName) [0x0001f] in <e2a43c42342f4dabb344a45f68896e62>:0 
  at Oxide.Plugins.Backpacks+Backpack.Get (System.UInt64 id) [0x00041] in <e2a43c42342f4dabb344a45f68896e62>:0 
  at Oxide.Plugins.Backpacks+<OpenBackpackConsoleCommand>c__AnonStorey4.<>m__0 () [0x00000] in <e2a43c42342f4dabb344a45f68896e62>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0 

Problem solved. The crash of the player's file after an unexpected server crash, while he had a backpack open. Deleted the file. and the player earned a backpack.)

 

Failed to call hook 'OnEntityDeath' on plugin 'Backpacks v3.1.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Backpacks.TryMigrateData (System.String fileName) [0x0001f] in <1b605a0b7e9940abb25a60694bc4fb6f>:0 
  at Oxide.Plugins.Backpacks+Backpack.Get (System.UInt64 id) [0x0005e] in <1b605a0b7e9940abb25a60694bc4fb6f>:0 
  at Oxide.Plugins.Backpacks.OnEntityDeath (BaseCombatEntity victim, HitInfo info) [0x00038] in <1b605a0b7e9940abb25a60694bc4fb6f>:0 
  at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001ed] in <1b605a0b7e9940abb25a60694bc4fb6f>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0 

at Oxide.Plugins.Backpacks.TryMigrateData (System.String fileName) [0x0001f] in <27b951f0afcb440180688faee22b0c73>:0

at Oxide.Plugins.Backpacks+Backpack.Get (System.UInt64 id) [0x0005e] in <27b951f0afcb440180688faee22b0c73>:0

at Oxide.Plugins.Backpacks+<OpenBackpackConsoleCommand>c__AnonStorey4.<>m__0 () [0x00000] in <27b951f0afcb440180688faee22b0c73>:0

at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <cf88a28c7fb44d36890d85a78331cc9d>:0


Merged post

cheers worked for me
working as normal for me.
Locked automatically