harajukubarbz:
Newcomer
I updated my game and I have almost all my mods updated already, except some of them that are still waiting for the update. However, everytime I go into the carpenter's shop and I scroll down, it closes. My SMAPI reports says:
[SMAPI] The StardewValley.Menus.ShopMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game.
System.Collections.Generic.KeyNotFoundException: La clave proporcionada no se encontró en el diccionario.
en System.Collections.Generic.Dictionary`2.get_Item(TKey key)
en StardewValley.Objects.Furniture.getData() en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\Furniture.cs:línea 215
en StardewValley.Objects.Furniture.get_placementRestriction() en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\Furniture.cs:línea 93
en StardewValley.Object.getCategoryName_PatchedBy<spacechase0.JsonAssets>(Object )
en StardewValley.Menus.IClickableMenu.drawHoverText(SpriteBatch b, StringBuilder text, SpriteFont font, Int32 xOffset, Int32 yOffset, Int32 moneyAmountToDisplayAtBottom, String boldTitleText, Int32 healAmountToDisplay, String[] buffIconsToDisplay, Item hoveredItem, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, Int32 overrideX, Int32 overrideY, Single alpha, CraftingRecipe craftingIngredients, IList`1 additional_craft_materials) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\IClickableMenu.cs:línea 1071
en StardewValley.Menus.IClickableMenu.drawHoverText(SpriteBatch b, String text, SpriteFont font, Int32 xOffset, Int32 yOffset, Int32 moneyAmountToDisplayAtBottom, String boldTitleText, Int32 healAmountToDisplay, String[] buffIconsToDisplay, Item hoveredItem, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, Int32 overrideX, Int32 overrideY, Single alpha, CraftingRecipe craftingIngredients, IList`1 additional_craft_materials) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\IClickableMenu.cs:línea 1023
en StardewValley.Menus.IClickableMenu.drawToolTip_PatchedBy<SMAPI>(SpriteBatch b, String hoverText, String hoverTitle, Item hoveredItem, Boolean heldItem, Int32 healAmountToDisplay, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, CraftingRecipe craftingIngredients, Int32 moneyAmountToShowAtBottom)
en StardewValley.Menus.ShopMenu.draw(SpriteBatch b) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\ShopMenu.cs:línea 2209
en StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) en C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:línea 892
I tried removing my Custom Furniture but it does not work. What can I do to fix it?
[SMAPI] The StardewValley.Menus.ShopMenu menu crashed while drawing itself. SMAPI will force it to exit to avoid crashing the game.
System.Collections.Generic.KeyNotFoundException: La clave proporcionada no se encontró en el diccionario.
en System.Collections.Generic.Dictionary`2.get_Item(TKey key)
en StardewValley.Objects.Furniture.getData() en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\Furniture.cs:línea 215
en StardewValley.Objects.Furniture.get_placementRestriction() en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Objects\Furniture.cs:línea 93
en StardewValley.Object.getCategoryName_PatchedBy<spacechase0.JsonAssets>(Object )
en StardewValley.Menus.IClickableMenu.drawHoverText(SpriteBatch b, StringBuilder text, SpriteFont font, Int32 xOffset, Int32 yOffset, Int32 moneyAmountToDisplayAtBottom, String boldTitleText, Int32 healAmountToDisplay, String[] buffIconsToDisplay, Item hoveredItem, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, Int32 overrideX, Int32 overrideY, Single alpha, CraftingRecipe craftingIngredients, IList`1 additional_craft_materials) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\IClickableMenu.cs:línea 1071
en StardewValley.Menus.IClickableMenu.drawHoverText(SpriteBatch b, String text, SpriteFont font, Int32 xOffset, Int32 yOffset, Int32 moneyAmountToDisplayAtBottom, String boldTitleText, Int32 healAmountToDisplay, String[] buffIconsToDisplay, Item hoveredItem, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, Int32 overrideX, Int32 overrideY, Single alpha, CraftingRecipe craftingIngredients, IList`1 additional_craft_materials) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\IClickableMenu.cs:línea 1023
en StardewValley.Menus.IClickableMenu.drawToolTip_PatchedBy<SMAPI>(SpriteBatch b, String hoverText, String hoverTitle, Item hoveredItem, Boolean heldItem, Int32 healAmountToDisplay, Int32 currencySymbol, Int32 extraItemToShowIndex, Int32 extraItemToShowAmount, CraftingRecipe craftingIngredients, Int32 moneyAmountToShowAtBottom)
en StardewValley.Menus.ShopMenu.draw(SpriteBatch b) en C:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Menus\ShopMenu.cs:línea 2209
en StardewModdingAPI.Framework.SGame.DrawImpl(GameTime gameTime, RenderTarget2D target_screen) en C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:línea 892
I tried removing my Custom Furniture but it does not work. What can I do to fix it?