Solved Issue with Shoptile Framework?

knkrupar321

Farmhand
I'm getting this error in Smapi when I attempt to view a shop's stock. If I take out Shop tile framework the vanilla shops work fine

[Shop Tile Framework] This mod failed in the GameLoop.DayStarted event. Technical details:
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
at ShopTileFramework.Utility.ItemsUtil.CheckItemType(String itemType) in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\Utility\ItemsUtil.cs:line 154
at ShopTileFramework.ItemPriceAndStock.ItemStock.Update() in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\Data\ContentPack.cs:line 12
at ShopTileFramework.ItemPriceAndStock.ItemPriceAndStockManager.Update() in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\Data\ContentPack.cs:line 10
at ShopTileFramework.Shop.ItemShop.UpdateItemPriceAndStock() in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\Shop\VanillaShop.cs:line 13
at ShopTileFramework.Shop.ShopManager.UpdateStock() in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\Patches\VanillaShopStockPatches.cs:line 137
at ShopTileFramework.ModEntry.GameLoop_DayStarted(Object sender, DayStartedEventArgs e) in C:\Users\chron\source\repos\stardew-valley-mods\ShopTileFramework\src\ModEntry.cs:line 199
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match)

here's my log
SMAPI log parser - SMAPI.io
 
Top