Issue Furniture shop closes when I scroll

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?
 

corrin

Planter
Okay, first delete all of your PPJA mods and reinstall. Did you update them by dragging the new folder into your mods? You still have folders for Ginger and other items that were added for 1.5, so you need to completely delete all of your PPJA mods before updating to get rid of those.
 

harajukubarbz:

Newcomer
Okay, first delete all of your PPJA mods and reinstall. Did you update them by dragging the new folder into your mods? You still have folders for Ginger and other items that were added for 1.5, so you need to completely delete all of your PPJA mods before updating to get rid of those.
Done! :)
 

corrin

Planter
Can you get a new log? It'll be easier to see what the problem with the furniture menu is that way. Try without Custom Furniture as well.
 

harajukubarbz:

Newcomer
Can you get a new log? It'll be easier to see what the problem with the furniture menu is that way. Try without Custom Furniture as well.

EDIT: because once I exited the house a lot of things happened again in my SMAPI report lol

Without custom furniture it seems it is working because I cannot scroll as low as when the error was happening. However, the phone is still appearing in blank.
 

mouse

Farmer
thank you so much! I am going to try it right now :)
I can only imagine you did not try it out right now, because I uploaded the wrong version and accidentally erased all your craftables instead of just some, haha. I've since edited and hopefully that one is the one I meant this time :P
 

harajukubarbz:

Newcomer
I can only imagine you did not try it out right now, because I uploaded the wrong version and accidentally erased all your craftables instead of just some, haha. I've since edited and hopefully that one is the one I meant this time :P
I did try it and I figured out it was a mistake haha thank you so much for your work :)
 
i'm having the same issue/bug and was wondering if someone could help me too? I tried what was suggested above but that did not work for me
 
im honestly REALLY new to mods i just started using them today and still learning . . .
i deleted custom furniture mods and the custom furniture I downloaded and redownloaded them again but nothing changed
 

corrin

Planter
You need to delete them completely. The Custom Furniture mod is what's crashing Robin's menu, it hasn't been updated for 1.5. You still have Custom Furniture, the example mod (which you don't need, it's an example for mod creators), Minakie's dressers, and Witchy-Gothic furniture. Remove all of those mods and it will no longer crash.
 
Top