johnth822
Newcomer
Today I cannot load my game with the following error. Can someone help?
13:35:33 ERROR SMAPI An error occurred in the overridden update loop: ArgumentNullException: Value cannot be null. (Parameter 'key')
at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
at Netcode.NetDictionary`5.set_Item(TKey key, TValue value)
at StardewValley.SaveGame.getLoadEnumerator(String file)+MoveNext()
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 664
SMAPI log here:
13:35:33 ERROR SMAPI An error occurred in the overridden update loop: ArgumentNullException: Value cannot be null. (Parameter 'key')
at System.Collections.Generic.Dictionary`2.FindValue(TKey key)
at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
at Netcode.NetDictionary`5.set_Item(TKey key, TValue value)
at StardewValley.SaveGame.getLoadEnumerator(String file)+MoveNext()
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 664
SMAPI log here:
Last edited: