Schedule pathing error in update loop - don't know the source

Hi, installed a lot of new mods recently; trying out Ridgeview expansion for the first time, using Zenith Farm, and some others, and I play local co-op with my wife. When we go to bed and try to move on to the next day, the game just doesn't move on - it says I went to bed but is a black screen.

Main issue but I don't know what it means:

[SMAPI] An error occurred in the overridden update loop: System.Exception: schedule pathing tried to find a warp point that doesn't exist.
at StardewValley.NPC.pathfindToNextScheduleLocation(String startingLocation, Int32 startingX, Int32 startingY, String endingLocation, Int32 endingX, Int32 endingY, Int32 finalFacingDirection, String endBehavior, String endMessage) in stardewvalley\Farmer\Farmer\NPC.cs:line 5170
at StardewValley.NPC.parseMasterSchedule_PatchedBy<DigitalCarbide.SpriteMaster>(NPC this, String rawData)
at StardewValley.NPC.getSchedule_PatchedBy<DigitalCarbide.SpriteMaster>(NPC this, Int32 dayOfMonth)
at StardewValley.NPC.resetForNewDay(Int32 dayOfMonth)
at StardewValley.NPC.dayUpdate(Int32 dayOfMonth)
at StardewValley.Game1._newDayAfterFade()+MoveNext()
at StardewValley.GameRunner.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnGameUpdating(GameTime gameTime, Action runGameUpdate)

SMAPI Log: https://smapi.io/log/62520ecfb1394e3da64d7b4424724c84

Thanks for any tips!
 

Velocityissin

Farmhand
I'm not an expert when it comes to SMAPI but from what I could find in the log those issues are caused by Custom Community Centre and Community Kitchen. I checked out the nexus pages for both of them and there were some bug reports of the game crashing with Custom Community Centre, althought I couldn't make sure it was the same issue since the links to the SMAPI log weren't working anymore. If you want to remove them you'll have to get rid of both of the mods mentioned. Removing the mods might break your current save file since they change the bundles, and I don't know what the game would do without that data. (They might also be fine, I have no idea about that one.) It shouldn't break your game as far as I know, but the mod seems pretty buggy overall so it will probably generate more issues if you keep it in. There's no winning in that situation, but removing it might prevent bugging out another save file.
Also from what I saw you have a lot of mods installed, most of them are completey fine but there are a lot that add custom items. From what I know they might generate some issues in the game, so be carefull about what you add. And always check the bugs tab when downloading a mod from nexus, since in this case it might have prevented the problem.
Custom Community Centre was the only mod generating issues, that I could see, so removing it might solve the issue. But it's possible that the save file won't work anymore, although as I said the game should be fine. If you decide to remove it try creating a new save file to see if any errors show up in SMAPI. It none will show up you'll be fine, if the game gets stuck on the loading screen we might have a bigger problem.
Either way, I hope the issue will be resolved. Take care.
Edit:
I forgot to add that you don't need remove any of the custom items mods, as long as they aren't bugging out the game. I know I mentioned them, but they seem to work fine so there's no need for that. These mods aren't at fault and removing them might cause glithes that aren't dangerous for the state of the game, although they might be annoying.
And just so you know I'm not 100% sure if I'm correct about any of this, but this is as much as I could figure out of the SMAPI log.
 
Last edited:
I'm not an expert when it comes to SMAPI but from what I could find in the log those issues are caused by Custom Community Centre and Community Kitchen. I checked out the nexus pages for both of them and there were some bug reports of the game crashing with Custom Community Centre, althought I couldn't make sure it was the same issue since the links to the SMAPI log weren't working anymore. If you want to remove them you'll have to get rid of both of the mods mentioned. Removing the mods might break your current save file since they change the bundles, and I don't know what the game would do without that data. (They might also be fine, I have no idea about that one.) It shouldn't break your game as far as I know, but the mod seems pretty buggy overall so it will probably generate more issues if you keep it in. There's no winning in that situation, but removing it might prevent bugging out another save file.
Also from what I saw you have a lot of mods installed, most of them are completey fine but there are a lot that add custom items. From what I know they might generate some issues in the game, so be carefull about what you add. And always check the bugs tab when downloading a mod from nexus, since in this case it might have prevented the problem.
Custom Community Centre was the only mod generating issues, that I could see, so removing it might solve the issue. But it's possible that the save file won't work anymore, although as I said the game should be fine. If you decide to remove it try creating a new save file to see if any errors show up in SMAPI. It none will show up you'll be fine, if the game gets stuck on the loading screen we might have a bigger problem.
Either way, I hope the issue will be resolved. Take care.
Edit:
I forgot to add that you don't need remove any of the custom items mods, as long as they aren't bugging out the game. I know I mentioned them, but they seem to work fine so there's no need for that. These mods aren't at fault and removing them might cause glithes that aren't dangerous for the state of the game, although they might be annoying.
And just so you know I'm not 100% sure if I'm correct about any of this, but this is as much as I could figure out of the SMAPI log.
I really appreciate you and the time you spent to try to help me! I will start with removing the Community Center mods...if it bugs out the game, it's fine, we were 1 day in. Totally understand anything could get messed up. Thanks a lot and I appreciate your kindness :) be well
 
I really appreciate you and the time you spent to try to help me! I will start with removing the Community Center mods...if it bugs out the game, it's fine, we were 1 day in. Totally understand anything could get messed up. Thanks a lot and I appreciate your kindness :) be well
Hm, getting rid of the Community Center stuff didn't fix it...same issue. I will keep trying random stuff.
 
Top