SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Game crashes when player falls asleep outside of house

mpcomplete opened this issue ยท 1 comments

commented

Stack dump:

[10:12:58 ERROR SMAPI] An error occured in the overridden update loop: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SGame.Update(GameTime gameTime) in C:\source_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 257
[10:12:58 ERROR SMAPI] An error occured in the overridden update loop: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SGame.Update(GameTime gameTime) in C:\source_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 257
[10:12:58 ERROR SMAPI] An error occured in the overridden update loop: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at StardewValley.Game1.Update(GameTime gameTime)

Crash log: SMAPI-crash.txt

commented

Hi @mpcomplete. That crash isn't caused by SMAPI itself (it's just showing the error). Can you post that log to log.smapi.io, then add a message in the support thread or on Discord with a link to it? We'll help you troubleshoot which mod is causing it there. :)