10PM Errors

oldworldgamer

Newcomer
I've got two errors that I haven't been able to fix. They happen every night at 10PM no matter the day or season. The first one I listed is the usual error I get, I managed to "world_settime xxxx" to change the time and get back to the farmhouse but still got an error at 10PM (2nd error shown). To give further detail, it's been happening since I started the RSV Quest to unlock the ridge greenhouse through Blair. Also, the screen locks. What I mean is that the screen will lock in place and I can move my character around but the screen stays put. If I go to inventory, the screen will recenter on my character and then lock again. Would love to know what I can do to solve this. I thought I had it but I just made all the events I'd already taken part in repeat.

Error#1

[game] An error occurred in the base update loop: FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
at StardewValley.NPC.playSleepingAnimation_PatchedBy<aedenthorn.MultipleSpouses>(NPC this)
at StardewValley.NPC.update(GameTime time, GameLocation location)
at StardewValley.GameLocation.updateCharacters(GameTime time)
at StardewValley.GameLocation.updateEvenIfFarmerIsntHere(GameTime time, Boolean ignoreWasUpdatedFlush)
at StardewValley.Locations.FarmHouse.updateEvenIfFarmerIsntHere(GameTime time, Boolean ignoreWasUpdatedFlush)
at StardewValley.Game1.UpdateLocations_PatchedBy<PeacefulEnd.SolidFoundations>(Game1 this, GameTime time)
at StardewValley.Game1._update(GameTime gameTime)
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)

--------------------------------------------------------------------------------------------------------

Error #2

--- 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)
[game] An error occurred in the base update loop: System.Exception: Error on new day:
---------------
Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
at StardewValley.NPC.playSleepingAnimation_PatchedBy<aedenthorn.MultipleSpouses>(NPC this)
at StardewValley.NPC.Halt()
at StardewValley.NPC.resetForNewDay(Int32 dayOfMonth)
at StardewValley.NPC.dayUpdate(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 ---
 
Top