09:40:28 TRACE game _newDayTask failed with an exception
09:40:28 ERROR game NullReferenceException: Object reference not set to an instance of an object.
at StardewValley.Buildings.FishPond.dayUpdate(Int32 dayOfMonth) in stardewvalley\Farmer\Farmer\Buildings\FishPond.cs:line 741
at StardewValley.Locations.BuildableGameLocation.DayUpdate(Int32 dayOfMonth) in stardewvalley\Farmer\Farmer\Locations\BuildableGameLocation.cs:line 32
at StardewValley.Farm.DayUpdate_PatchedBy<PeacefulEnd.AlternativeTextures>(Farm this, Int32 dayOfMonth)
at StardewValley.Game1._newDayAfterFade()+MoveNext()
at StardewValley.Game1.<>c.<newDayAfterFade>b__716_2()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)