An error occurred in the overridden update loop

luka225

Newcomer
Does anyone know how to fix this?
[12:14:56 ERROR SMAPI] An error occurred in the overridden update loop: System.NullReferenceException: Object reference not set to an instance of an object
at StardewValley.Game1._update (Microsoft.Xna.Framework.GameTime gameTime) [0x001e8] in <403da74f83c741e78e4b1802d359b736>:0
at StardewValley.Game1.Update (Microsoft.Xna.Framework.GameTime gameTime) [0x00042] in <403da74f83c741e78e4b1802d359b736>:0
at StardewModdingAPI.Framework.SGame.<>n__0 (Microsoft.Xna.Framework.GameTime gameTime) [0x00000] in <63c48d483fe64cc59a3755ce57837b9b>:0
at StardewModdingAPI.Framework.SGame+<>c__DisplayClass48_0.<Update>b__0 () [0x00000] in <63c48d483fe64cc59a3755ce57837b9b>:0
at StardewModdingAPI.Framework.SCore.OnGameUpdating (Microsoft.Xna.Framework.GameTime gameTime, System.Action runGameUpdate) [0x0029d] in <63c48d483fe64cc59a3755ce57837b9b>:0
 
Top