Issue I always get this error when i start a new day

Jakbaki

Newcomer
at StardewValley.Game1.<>c.<newDayAfterFade>b__714_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)

[game] An error occurred in the base update loop: System.Exception: Error on new day:
---------------
Object reference not set to an instance of an object.
at MultipleSpouses.Pregnancy.Utility_pickPersonalFarmEvent_Prefix(FarmEvent& __result) in C:\Users\poiqwe\source\repos\StardewValleyMods\MultipleSpouses\Pregnancy.cs:line 41
at StardewValley.Utility.pickPersonalFarmEvent_PatchedBy<aedenthorn.MultipleSpouses>()
at StardewValley.Game1._newDayAfterFade()+MoveNext()
at StardewValley.Game1.<>c.<newDayAfterFade>b__714_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)
---------------

at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4143
at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3963
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1003

[game] NullReferenceException: Object reference not set to an instance of an object.
at MultipleSpouses.Pregnancy.Utility_pickPersonalFarmEvent_Prefix(FarmEvent& __result) in C:\Users\poiqwe\source\repos\StardewValleyMods\MultipleSpouses\Pregnancy.cs:line 41
at StardewValley.Utility.pickPersonalFarmEvent_PatchedBy<aedenthorn.MultipleSpouses>()
at StardewValley.Game1._newDayAfterFade()+MoveNext()
at StardewValley.Game1.<>c.<newDayAfterFade>b__714_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)

is there a way to know what mod give this error?
 
Top