SilverSpirit
Newcomer
Trying to romance all the characters in stardew currently and have just currently started playing with mods on the pc. However, when I tried giving a bouquet to the Wizard it simply kept popping up with the "give bouquet" option over and over again.
[game] An error occurred in the base update loop: System.Collections.Generic.KeyNotFoundException: The given key 'give_flowersA' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.Dialogue.chooseResponse(Response response) in stardewvalley\Farmer\Farmer\Dialogue.cs:line 971
at StardewValley.Menus.DialogueBox.receiveLeftClick(Int32 x, Int32 y, Boolean playSound) in stardewvalley\Farmer\Farmer\Menus\DialogueBox.cs:line 371
at StardewValley.Game1.updateActiveMenu(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 5473
at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4807
at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1055
[game] An error occurred in the base update loop: InvalidOperationException: Stack empty.
at System.Collections.Generic.Stack`1.ThrowForEmptyStack()
at System.Collections.Generic.Stack`1.Pop()
This was the error message I was given, anyone have any ideas on how to fix it? I have multiple mods installed, the bigger ones are, Stardew Valley Expanded, Free Love, Automate, and Platonic Relationships. I have more mods installed and can post them if that helps.
Thanks for any help in advance.
[game] An error occurred in the base update loop: System.Collections.Generic.KeyNotFoundException: The given key 'give_flowersA' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.Dialogue.chooseResponse(Response response) in stardewvalley\Farmer\Farmer\Dialogue.cs:line 971
at StardewValley.Menus.DialogueBox.receiveLeftClick(Int32 x, Int32 y, Boolean playSound) in stardewvalley\Farmer\Farmer\Menus\DialogueBox.cs:line 371
at StardewValley.Game1.updateActiveMenu(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 5473
at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4807
at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1055
[game] An error occurred in the base update loop: InvalidOperationException: Stack empty.
at System.Collections.Generic.Stack`1.ThrowForEmptyStack()
at System.Collections.Generic.Stack`1.Pop()
This was the error message I was given, anyone have any ideas on how to fix it? I have multiple mods installed, the bigger ones are, Stardew Valley Expanded, Free Love, Automate, and Platonic Relationships. I have more mods installed and can post them if that helps.
Thanks for any help in advance.
Last edited by a moderator: