During server startup, I received 2 errors several times and there are no Harmony patches from any plugins until the server is fully loaded(OnServerInitialized), and everything works perfectly on Oxide.
Error while patching hook 'OnPlayerDeath[1ed550]' (Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:BasePlayer.Die_Patch0 (BasePlayer,HitInfo): IL_0112: ret
)
at MethodInfo HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo)
at MethodInfo HarmonyLib.PatchProcessor.Patch()
at MethodInfo HarmonyLib.Harmony.Patch(MethodBase original, HarmonyMethod prefix, HarmonyMethod postfix, HarmonyMethod transpiler, HarmonyMethod finalizer)
at bool Carbon.Hooks.HookEx.ApplyPatch() in /__w/Carbon/Carbon/Carbon.Core/Carbon/src/Hooks/HookEx.cs:line 173
A general error occured while installing 'OnPlayerDeath[1ed550]'
Error while patching hook 'CanAssignBed[6f1c80]' (Invalid IL code in (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:SleepingBag.AssignToFriend_Patch0 (SleepingBag,BaseEntity/RPCMessage): IL_0265: ret
)
at MethodInfo HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo)
at MethodInfo HarmonyLib.PatchProcessor.Patch()
at MethodInfo HarmonyLib.Harmony.Patch(MethodBase original, HarmonyMethod prefix, HarmonyMethod postfix, HarmonyMethod transpiler, HarmonyMethod finalizer)
at bool Carbon.Hooks.HookEx.ApplyPatch() in /__w/Carbon/Carbon/Carbon.Core/Carbon/src/Hooks/HookEx.cs:line 173
A general error occured while installing 'CanAssignBed[6f1c80]'