Solved Game freezes when I go to sleep

Thanks for the log. The error is referencing Custom Furniture, and the log shows you're on an older version.

Code:
21:04:19    ERROR    game    NullReferenceException: Object reference not set to an instance of an object.
   at CustomFurniture.CustomFurniture.DayUpdate(GameLocation location) in D:\Programming\Games\Mods\GitHub\Stardew-Valley-Mods\CustomFurniture\CustomFurniture.cs:line 115
   at StardewValley.GameLocation.DayUpdate(Int32 dayOfMonth) in stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 4512
   at StardewValley.Locations.BuildableGameLocation.DayUpdate(Int32 dayOfMonth) in stardewvalley\Farmer\Farmer\Locations\BuildableGameLocation.cs:line 31
   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, ContextCal
Please update Custom Furniture to the unofficial update as recommended by SMAPI:
 
Top