Issue Help ! I can't shop to pierre, how to fix this?

IanH

Newcomer
hello! I need help :(( I can't shop at Pierre, dialogue/menu box doesn't open whenever I go infront of his counter :((
heres what I saw from smapi ---

Code:
[Shop Tile Framework] This mod failed in the GameLoop.DayStarted event. Technical details:

NullReferenceException: Object reference not set to an instance of an object.

at ShopTileFramework.ItemPriceAndStock.ItemStock.Update() in D:\Users\Lamburtis\Documents\GitHub\stardew-valley-mods\ShopTileFramework\src\ItemPriceAndStock\ItemStock.cs:line 82

at ShopTileFramework.ItemPriceAndStock.ItemPriceAndStockManager.Update() in D:\Users\Lamburtis\Documents\GitHub\stardew-valley-mods\ShopTileFramework\src\ItemPriceAndStock\ItemPriceAndStockManager.cs:line 64

at ShopTileFramework.Shop.ItemShop.UpdateItemPriceAndStock() in D:\Users\Lamburtis\Documents\GitHub\stardew-valley-mods\ShopTileFramework\src\Shop\ItemShop.cs:line 73

at ShopTileFramework.Shop.ShopManager.UpdateStock() in D:\Users\Lamburtis\Documents\GitHub\stardew-valley-mods\ShopTileFramework\src\Shop\ShopManager.cs:line 200

at ShopTileFramework.ModEntry.GameLoop_DayStarted(Object sender, DayStartedEventArgs e) in D:\Users\Lamburtis\Documents\GitHub\stardew-valley-mods\ShopTileFramework\src\ModEntry.cs:line 199

at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args, Func`2 match) in SMAPI\Framework\Events\ManagedEvent.cs:line 126
 
Last edited:

Odin

Moderator
Staff member
Sorry for such a late reply, but if you're still having this issue, can you share a full error log? If you go to https://smapi.io/log you'll find instructions on how to do that.
 
Top