Issue unable to move when entering new areas while in a multiplayer game

Thanks for the log. First off, there's a few mods that SMAPI lists at the top that you can update; some of which are causing errors in gameplay.

But, the core issue seems to be here in this log snippet:
Code:
18:30:16     ERROR     game     An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.

   at LoveOfCooking.CustomBush.getBoundingBox(Vector2 tileLocation) in E:\Dev\Projects\SDV\Projects\CooksAssistant\LoveOfCooking\Objects\CustomBush.cs:line 503
   at StardewValley.GameLocation.isTileOccupied(Vector2 tileLocation, String characterToIgnore, Boolean ignoreAllCharacters) in stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 6224

It seems to be a known issue with the "Love of Cooking" mod: https://www.nexusmods.com/stardewvalley/mods/6830?tab=bugs
As others have also reported getting stuck, & having those bush related crashes. It looks like an upcoming update by the mod author will fix it.
 
Top