Issue Error on new day

I cannot save when go to sleep and the screen is black.:cry:
The situation always happen in the second year, Spring, 11th to 12th. Even if i start a new save file.
Here is my smapi log.

So, first off there's quite a few mods that SMAPI suggest you update. Also, update SMAPI:
Code:
[16:01:09 ALERT SMAPI] You can update 30 mods:
[16:01:09 ALERT SMAPI]    [CP]SSUL's Monster Set 1.4.5: https://www.nexusmods.com/stardewvalley/mods/6776
[16:01:09 ALERT SMAPI]    Automate 1.25.3: https://www.nexusmods.com/stardewvalley/mods/1063
[16:01:09 ALERT SMAPI]    Casks Everywhere 1.1.2-unofficial.1-strobe: https://smapi.io/mods#Casks_Everywhere
[16:01:09 ALERT SMAPI]    Challenging Community Center Bundles 2.4.3: https://www.nexusmods.com/stardewvalley/mods/6361
[16:01:09 ALERT SMAPI]    Content Patcher 1.25.0: https://www.nexusmods.com/stardewvalley/mods/1915
[16:01:09 ALERT SMAPI]    Custom NPC Exclusions 1.4.0: https://www.nexusmods.com/stardewvalley/mods/7089
[16:01:09 ALERT SMAPI]    Custom NPC Magpie 1.3.0: https://www.nexusmods.com/stardewvalley/mods/9832
[16:01:09 ALERT SMAPI]    CustomMusic 1.9.0: https://www.nexusmods.com/stardewvalley/mods/3043
[16:01:09 ALERT SMAPI]    Debug Mode 1.13.3: https://www.nexusmods.com/stardewvalley/mods/679
[16:01:09 ALERT SMAPI]    Fast Animations 1.9.12: https://www.nexusmods.com/stardewvalley/mods/1089
[16:01:09 ALERT SMAPI]    Harvest With Scythe 5.6.0: https://www.nexusmods.com/stardewvalley/mods/2731
[16:01:09 ALERT SMAPI]    Immersive Spouses 0.5.0-beta: https://www.nexusmods.com/stardewvalley/mods/5117
[16:01:09 ALERT SMAPI]    Lookup Anything 1.37.0: https://www.nexusmods.com/stardewvalley/mods/541
[16:01:09 ALERT SMAPI]    Matthew Original NPC 1.2.4: https://www.nexusmods.com/stardewvalley/mods/9764
[16:01:09 ALERT SMAPI]    More Gifts From Friends 1.5.0: https://www.nexusmods.com/stardewvalley/mods/8794
[16:01:09 ALERT SMAPI]    More Grass 1.1.7: https://www.nexusmods.com/stardewvalley/mods/5398
[16:01:09 ALERT SMAPI]    NPC Map Locations 2.8.0: https://www.nexusmods.com/stardewvalley/mods/239
[16:01:09 ALERT SMAPI]    Portraiture 1.9.0: https://www.nexusmods.com/stardewvalley/mods/999
[16:01:09 ALERT SMAPI]    Producer Framework Mod 1.7.4: https://www.nexusmods.com/stardewvalley/mods/4970
[16:01:09 ALERT SMAPI]    ProjectYellogTownOverhaul 1.3.1: https://www.nexusmods.com/stardewvalley/mods/9799
[16:01:09 ALERT SMAPI]    PyTK 1.23.0: https://www.nexusmods.com/stardewvalley/mods/1726
[16:01:09 ALERT SMAPI]    Quest Framework 1.4.1: https://www.nexusmods.com/stardewvalley/mods/6414
[16:01:09 ALERT SMAPI]    Ridgeside Village - Content Patcher 2.0.5: https://www.nexusmods.com/stardewvalley/mods/7286
[16:01:09 ALERT SMAPI]    Ridgeside Village SMAPI 2.0.5: https://www.nexusmods.com/stardewvalley/mods/7286
[16:01:09 ALERT SMAPI]    Seed Bag 1.7.4: https://www.nexusmods.com/stardewvalley/mods/1133
[16:01:09 ALERT SMAPI]    TMXL Map Toolkit 1.23.0: https://www.nexusmods.com/stardewvalley/mods/1820
[16:01:09 ALERT SMAPI]    Tractor Mod 4.15.0: https://www.nexusmods.com/stardewvalley/mods/1401
[16:01:09 ALERT SMAPI]    Walk Of Life 2.1.6: https://www.nexusmods.com/stardewvalley/mods/8111
[16:01:09 ALERT SMAPI]    Wind Effects 1.0.3-unofficial.1-strobe: https://smapi.io/mods#Wind_Effects
[16:01:09 ALERT SMAPI]    ZoomLevel 1.11.0: https://github.com/thespbgamer/ZoomLevel/releases

For the error itself. It appears to be related to dialogue.

Code:
[16:09:58 TRACE game] _newDayTask failed with an exception
[16:09:58 ERROR game] IndexOutOfRangeException: Index was outside the bounds of the array.
   at StardewValley.Dialogue.parseDialogueString(String masterString) in stardewvalley\Farmer\Farmer\Dialogue.cs:line 301
   at StardewValley.Dialogue..ctor(String masterDialogue, NPC speaker) in stardewvalley\Farmer\Farmer\Dialogue.cs:line 221
   at StardewValley.NPC.tryToRetrieveDialogue(String preface, Int32 heartLevel, String appendToEnd) in stardewvalley\Farmer\Farmer\NPC.cs:line 3763
   at StardewValley.NPC.loadCurrentDialogue() in stardewvalley\Farmer\Farmer\NPC.cs:line 3616
   at StardewValley.NPC.get_CurrentDialogue() in stardewvalley\Farmer\Farmer\NPC.cs:line 340
   at StardewValley.Game1.warpCharacter(NPC character, GameLocation targetLocation, Vector2 position) in stardewvalley\Farmer\Farmer\Game1.cs:line 11292
   at StardewValley.NPC.dayUpdate(Int32 dayOfMonth) in stardewvalley\Farmer\Farmer\NPC.cs:line 5967
   at StardewValley.Game1._newDayAfterFade()+MoveNext() in stardewvalley\Farmer\Farmer\Game1.cs:line 9707
   at StardewValley.Game1.<>c.<newDayAfterFade>b__716_2() in stardewvalley\Farmer\Farmer\Game1.cs:line 8714
   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)

Unfortunately, I managed to find that out that you have just under 40 different mods modifying/creating dialogue data:
Code:
[16:00:54 TRACE SMAPI]    SM Harvey Dialogue (from Mods\(已翻译)S哈维 X M农夫) [content pack]...
[16:00:57 TRACE SMAPI]    [CP] Vampire Gus Dialogue (from Mods\[CP] Vampire Gus Dialogue) [content pack]...
[16:00:57 TRACE SMAPI]    Shane MarriageDialogue (from Mods\谢恩婚后性福!(大改呜呜呜)) [content pack]...
[16:00:57 INFO  SMAPI]    Linus, the White Mage 1.4.3 by Sebbit | for Content Patcher | adds events and dialogue for Linus, and makes Linus an marriageable NPC
[16:06:48 TRACE Content Patcher] Ridgeside Village
[16:07:34 TRACE Content Patcher] [CP] NPC MARIA loaded Characters/Dialogue/Maria.
[16:07:34 TRACE Content Patcher] [CP] NPC LUCAS loaded Characters/Dialogue/Lucas.
[16:07:34 TRACE Content Patcher] [CP]Ruigla Turner loaded Characters/Dialogue/RuiglaTurner.
[16:07:34 TRACE Content Patcher] [CP] NPC Uriel loaded Characters/Dialogue/Uriel.
[16:07:34 TRACE Content Patcher] [CP]PELETTE loaded Characters/Dialogue/Pelette.
[16:07:34 TRACE Content Patcher] [CP] Custom NPC Zero loaded Characters/Dialogue/0.
[16:07:43 TRACE Content Patcher] Minu loaded Characters/Dialogue/Minu.
[16:07:43 TRACE Content Patcher] Pregnancy and Birth Events edited Characters/Dialogue/Alex.
[16:07:43 TRACE Content Patcher] [CP]Noah form the other side edited Characters/Dialogue/Alex.
[16:07:43 TRACE Content Patcher] WizardMarriageMod edited Characters/Dialogue/Jodi.
[16:07:43 TRACE Content Patcher] Haru edited Characters/Dialogue/Vincent.
[16:07:43 TRACE Content Patcher] Custom NPC Magpie edited Characters/Dialogue/Sam.
[16:07:43 TRACE Content Patcher] [CP]Transfer TeacherSam edited Characters/Dialogue/Sam.
[16:07:43 TRACE Content Patcher] 매운맛 시리즈:전직 주주시티 우두머리 켄트 edited Characters/Dialogue/Kent.
[16:07:43 TRACE Content Patcher] Looking for Love edited Characters/Dialogue/Clint.
[16:07:44 TRACE Content Patcher] [CP] NPC Alune edited Characters/Dialogue/Abigail.
[16:07:44 TRACE Content Patcher] NPC Figg loaded Characters/Dialogue/figg.
[16:07:44 TRACE Content Patcher] [CP] Dorim loaded Characters/Dialogue/Dorim.
[16:07:44 TRACE Content Patcher] [CP] NPC xiongnaichuan loaded Characters/Dialogue/xiongnaichuan.
[16:07:44 TRACE Content Patcher] Carnelian loaded Characters/Dialogue/Carnelian.
[16:07:44 TRACE Content Patcher] [CP] LY loaded Characters/Dialogue/Ly.
[16:07:45 TRACE Content Patcher] [CP] NPC �𸮽� Ȯ�� ��� loaded Characters/Dialogue/Mr.
[16:07:45 TRACE Content Patcher] [CP] Tomorrownight loaded Characters/Dialogue/Tomorrownight.
[16:07:45 TRACE Content Patcher] [CP]Belos  loaded Characters/Dialogue/Belos.
[16:07:47 TRACE Content Patcher] [CP] peipei loaded Characters/Dialogue/peipei.
[16:07:47 TRACE Content Patcher] [CP] NPC Eugene loaded Characters/Dialogue/Eugene.
[16:07:47 TRACE Content Patcher] [CP] Dr.Schnabel loaded Characters/Dialogue/Schnabel.
[16:07:47 TRACE Content Patcher] [CP]OpenFire  loaded Characters/Dialogue/OpenFire.
[16:07:47 TRACE Content Patcher] Matthew Original NPC loaded Characters/Dialogue/Matthew.
[16:00:59 TRACE Walk Of Life] [Patch]: Applying GameLocationAnswerDialogueActionPatch to StardewValley.GameLocation::answerDialogueAction.
[16:01:05 TRACE Quest Framework] Applied runtime patch 'DialoguePatch' to the game.

As such I can really only recommend that you narrow down the error manually. Take out 1/2 your mods, check if it works. Then slowly add and/or remove mods til you find the culprit.
 
Top