Solved Mod Help please!

Hey everyone! I'm having a problem where my log crashes when I sleep. It has the line: Error game FormatException: Input string was not in a correct format.
I've tried verifying the integrity of game files on steam and updating mods but no good. I have 100 hours in this file and really want to fix it if I can!
Here is my log: https://smapi.io/log/4d294ca017944ffebd96813981fdc816
I'm not very versed in tech and self-taught in mods, so any help is really appreciated!

 
Thanks for the log. I'm seeing a ton of errors for the Multiple Spouses mod:

Code:
18:19:54    ERROR    game    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.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 ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)

According to the mod page:
This mod is being retired with SDV 1.5.4. For SDV 1.5.5 and greater, please use my new Free Love mod.
So, delete the Multiple Spouses mod, and replace it with the Free Love mod; as it instructs. If you're still having issues afterword; please post a new log.

Edit: Just came across another user with similar issues due to Aedenthorn's mods. Still try updating as above. But, we may have to wait on an update on those mods.
Other user's post: https://forums.stardewvalley.net/threads/anyone-help-me-with-this-error.12220/
 
Last edited:
Thanks for the log. I'm seeing a ton of errors for the Multiple Spouses mod:

Code:
18:19:54    ERROR    game    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.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 ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)

According to the mod page:


So, delete the Multiple Spouses mod, and replace it with the Free Love mod; as it instructs. If you're still having issues afterword; please post a new log.

Edit: Just came across another user with similar issues due to Aedenthorn's mods. Still try updating as above. But, we may have to wait on an update on those mods.
Other user's post: https://forums.stardewvalley.net/threads/anyone-help-me-with-this-error.12220/



Thank you! I swapped the mods but had the same problem- https://smapi.io/log/25c910b73f66427ab2dbac7f7f4003c5
I'll see if I can remove the Aedenthorn mods next and report back!

Edit: https://smapi.io/log/ee1c8ff52d0e44df957d268e740be191 I got it to work! I removed all Aedenthorn mods for now except for Custom Fixed Dialogue and Extra map layers (Important mods collapse without them) and have been able to pass two days. I'll slowely start re-adding them and see if I can narrow it down further, but thank you so much for your help!

Final Edit: https://smapi.io/log/4bba6dcd84944d2184ec645937d4c3a7 All mods worked after reinstalling. In the process of removing them I found a file for Aedenthorn's Fishing Chests that I think got left behind when I removed his treasure chest mods recently. So maybe when I missed that file, after a few in-game days it caused the crash. Just speculation, but regardless thank you again! Very happy I get to keep the save!
 
Last edited:
Thank you! I swapped the mods but had the same problem- https://smapi.io/log/25c910b73f66427ab2dbac7f7f4003c5
I'll see if I can remove the Aedenthorn mods next and report back!

Edit: https://smapi.io/log/ee1c8ff52d0e44df957d268e740be191 I got it to work! I removed all Aedenthorn mods for now except for Custom Fixed Dialogue and Extra map layers (Important mods collapse without them) and have been able to pass two days. I'll slowely start re-adding them and see if I can narrow it down further, but thank you so much for your help!

Final Edit: https://smapi.io/log/4bba6dcd84944d2184ec645937d4c3a7 All mods worked after reinstalling. In the process of removing them I found a file for Aedenthorn's Fishing Chests that I think got left behind when I removed his treasure chest mods recently. So maybe when I missed that file, after a few in-game days it caused the crash. Just speculation, but regardless thank you again! Very happy I get to keep the save!
No prob, glad I could help a bit. ^-^
Looks like you got the rest of it working on your own; nice work troubleshooting further!
 

hopscotch

Newcomer
Hello, can somebody help me? I've got the same problem like her/him. My game won't save and will appear black screen when I try to sleep. I'm no techy person as well and I don't know what to do :(
 
Top