Issue Looking for love

Thanks for the logs.

The first set of errors may be conflicts between the "Looking for Love" mod, and "DCBurger's High Res Portraits" as the errors are happening on NPCs that have their portraits edited by both those mods.

Code:
22:54:46    TRACE    Content Patcher    DCBurger's High Res Portrait Mod edited Portraits/Clint.
22:54:46    TRACE    Content Patcher    Looking for Love edited Portraits/Clint.
22:54:46    ERROR    Content Patcher    Unhandled exception applying patch: Looking for Love > EditImage Portraits/Clint #1.
System.ArgumentOutOfRangeException: The target area is outside the bounds of the target texture. (Parameter 'targetArea')
   at StardewModdingAPI.Framework.Content.AssetDataForImage.PatchImage_PatchedBy<Platonymous.PyTK>(AssetDataForImage this, Texture2D source, Nullable`1 sourceArea, Nullable`1 targetArea, PatchMode patchMode)
   at ContentPatcher.Framework.Patches.EditImagePatch.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\Patches\EditImagePatch.cs:line 134
   at ContentPatcher.Framework.PatchManager.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\PatchManager.cs:line 178
22:54:46    TRACE    SMAPI    Content Patcher edited Portraits/Clint.
...
22:54:46    TRACE    Content Patcher    DCBurger's High Res Portrait Mod edited Portraits/Lewis.
22:54:46    TRACE    Content Patcher    Looking for Love edited Portraits/Lewis.
22:54:46    ERROR    Content Patcher    Unhandled exception applying patch: Looking for Love > EditImage Portraits/Lewis #1.
System.ArgumentOutOfRangeException: The target area is outside the bounds of the target texture. (Parameter 'targetArea')
   at StardewModdingAPI.Framework.Content.AssetDataForImage.PatchImage_PatchedBy<Platonymous.PyTK>(AssetDataForImage this, Texture2D source, Nullable`1 sourceArea, Nullable`1 targetArea, PatchMode patchMode)
   at ContentPatcher.Framework.Patches.EditImagePatch.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\Patches\EditImagePatch.cs:line 134
   at ContentPatcher.Framework.PatchManager.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\PatchManager.cs:line 178
22:54:46    TRACE    SMAPI    Content Patcher edited Portraits/Lewis.
...
22:54:51    TRACE    Content Patcher    DCBurger's High Res Portrait Mod edited Portraits/Gus.
22:54:51    TRACE    Content Patcher    Looking for Love edited Portraits/Gus.
22:54:51    ERROR    Content Patcher    Unhandled exception applying patch: Looking for Love > EditImage Portraits/Gus #1.
System.ArgumentOutOfRangeException: The target area is outside the bounds of the target texture. (Parameter 'targetArea')
   at StardewModdingAPI.Framework.Content.AssetDataForImage.PatchImage_PatchedBy<Platonymous.PyTK>(AssetDataForImage this, Texture2D source, Nullable`1 sourceArea, Nullable`1 targetArea, PatchMode patchMode)
   at ContentPatcher.Framework.Patches.EditImagePatch.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\Patches\EditImagePatch.cs:line 134
   at ContentPatcher.Framework.PatchManager.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\PatchManager.cs:line 178
22:54:51    TRACE    SMAPI    Content Patcher edited Portraits/Gus.
...
22:55:09    TRACE    Content Patcher    DCBurger's High Res Portrait Mod edited Portraits/Marnie.
22:55:09    TRACE    Content Patcher    Looking for Love edited Portraits/Marnie.
22:55:09    ERROR    Content Patcher    Unhandled exception applying patch: Looking for Love > EditImage Portraits/Marnie #1.
System.ArgumentOutOfRangeException: The target area is outside the bounds of the target texture. (Parameter 'targetArea')
   at StardewModdingAPI.Framework.Content.AssetDataForImage.PatchImage_PatchedBy<Platonymous.PyTK>(AssetDataForImage this, Texture2D source, Nullable`1 sourceArea, Nullable`1 targetArea, PatchMode patchMode)
   at ContentPatcher.Framework.Patches.EditImagePatch.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\Patches\EditImagePatch.cs:line 134
   at ContentPatcher.Framework.PatchManager.Edit[T](IAssetData asset) in E:\source\_Stardew\Mods.Pathoschild\ContentPatcher\Framework\PatchManager.cs:line 178
22:55:09    TRACE    SMAPI    Content Patcher edited Portraits/Marnie.

The 2nd set of errors with LFL removed seems to be a different issue. Happy Birthday seems to be missing the content pack data for its mod:
Code:
23:09:12    ERROR    Happy Birthday    This mod failed in the GameLoop.SaveCreated event. Technical details:
InvalidDataException: There are ZERO Happy birthday content packs found for the mod. Without at least one installed there is no guaranteed that this mod will work due to missing dialogue errors. Please install at least one HappyBirthdayContent pack before continuing. One can be found at https://www.nexusmods.com/stardewvalley/mods/11148 for English dialogue. Thank you!
   at Omegasis.HappyBirthday.HappyBirthdayModCore.initalizeHappyBirthdayContent() in C:\Users\Joshua Navarro\Desktop\Stardew_Valley_Mods\GeneralMods\HappyBirthday\HappyBirthdayModCore.cs:line 208
   at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in SMAPI\Framework\Events\ManagedEvent.cs:line 126
It recommends installing this: https://www.nexusmods.com/stardewvalley/mods/11148?tab=files
 
Top