Issue Gus breaks the game when opening shop

Hey so here's the problem,

I play on PC heavily modded (250 or so)
SMAPI Version is 3.18.2 and SV is 1.5.6
Log : https://smapi.io/log/1020d1596cc54c6d894ab9447d02fcd1
Whenever i open Gus i have this error appearing, sometimes the game insta crashes, sometimes the game let me buy an item and crashes later, but it always end up crashing it out. I tested it out with all other NPC vendors, gus is the only one that does this.


Thanks in advance !
 
Thanks for the log.

Code:
00:55:10    INFO    Json Assets        Joja Cola Restock 2.0.0 by lycanglass - Restocks the Joja Cola Vending Machine in the Saloon.
00:55:13    INFO    Json Assets        Starbrew Valley: A Collection of Alcoholic Drinks and Recipes 1.3.15 by Project Populate JsonAssets - Adds new alcoholic drinks to the Stardrop Saloon and new recipes, please see dependencies.

01:03:26    TRACE    game    Warping to Saloon
01:03:26    TRACE    SMAPI    Free Love edited Data/Events/Saloon.
01:03:26    TRACE    SMAPI    Content Patcher edited Data/Events/Saloon (for the 'Stardew Valley Expanded' content pack).
01:03:26    TRACE    SMAPI    Content Patcher edited Data/Events/Saloon (for the 'East Scarp NPCs' content pack).
01:03:26    TRACE    SMAPI    Content Patcher edited Data/Events/Saloon (for the 'Ridgeside Village (Content Patcher component)' content pack).
01:03:26    TRACE    SMAPI    Content Patcher edited Data/Events/Saloon (for the 'Romanceable Rasmodia' content pack).
01:03:26    TRACE    SMAPI    Content Patcher edited Data/Events/Saloon (for the 'Papaya's Custom NPC Mod' content pack).

01:03:54    TRACE    Ridgeside Village (SMAPI component)    Checking for Saloon
01:03:54    TRACE    SpaceCore    Event: ActionActivated
01:03:54    TRACE    Json Assets    Adding objects for shop IDs 'Gus', 'Saloon'.
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/z summer/y 2,):
    repeats 1 times
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/y 3,):
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/y 2,):
    repeats 3 times
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/y 3,):
    repeats 1 times
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/z summer/y 2,):
01:03:54    ERROR    game    Failed parsing event precondition (-2147481928/y 3,):
01:03:54    TRACE    Json Assets    Event: AddedItemsToShop
01:03:54    INFO    Skillful Clothes    Opened shop of Gus
01:04:01    TRACE    Ridgeside Village (SMAPI component)    Checking for Saloon
01:04:01    TRACE    SpaceCore    Event: ActionActivated
01:04:01    TRACE    Json Assets    Adding objects for shop IDs 'Gus', 'Saloon'.
I'm seeing an event error.
There's a few mods at the top of this error snippet showing the ones that edit the saloon events. You may want to try temporarily removing one at a time until you narrow it down.

The log also cuts off; where I assume it crashes.
You have a couple JsonAsset mods that edit the shop as well as a mod called "Skillful Clothes".
You may want to try removing some of these as well til you narrow down the problematic mod.
 
After checking every mod in the list, i also checked every single mod that adds to gus's shop, it ended up being Fizzy drink conflicting with something else so i'll try to fix it if i can
 
Top