Issue Game Crashes when I enter my Green house

I'm not sure what mods are doing this. I think its connected to the mod Fizzy Drinks (( https://www.nexusmods.com/stardewvalley/mods/5342 )) as its what i updated before the crashing issues happened.
But the mod author of the greenhouse mod I'm using Wren's Expanded Greenhouse (( https://www.nexusmods.com/stardewvalley/mods/5431 )) said that it seems to be connected to the swim mod I'm using (( https://www.nexusmods.com/stardewvalley/mods/6326 )).
According to the crashlog, this is an issue with the swim mod. (the crash is occurring in the patch applied by that mod). Please report it on their mod page.

It looks like the swim mod's rendering changes are specifically having trouble with plant pots. I suggest removing any that you may have in your greenhouse for the time being, or remove either my mod or swim until the issue is fixed.


So I have come to this forum in hopes you all can help me figure this out.

crash log
smapi log
 

mouse

Farmer
Can you temporarily remove Swim, either by moving it out of the Mods folder, or by renaming its mod folder to being with a ., like .Swim, load the save and walk into the greenhouse, then share a new log? Testing is the fastest way to find out if its changes are directly responsible, or if it just happens to patch something going "differently wrong" :)
 
Can you temporarily remove Swim, either by moving it out of the Mods folder, or by renaming its mod folder to being with a ., like .Swim, load the save and walk into the greenhouse, then share a new log? Testing is the fastest way to find out if its changes are directly responsible, or if it just happens to patch something going "differently wrong" :)
sure thing here is the crash log and the smapi log for it without swim but kept the fizzy drinks
crash log
smapi log
 
Last edited:
Can you temporarily remove Swim, either by moving it out of the Mods folder, or by renaming its mod folder to being with a ., like .Swim, load the save and walk into the greenhouse, then share a new log? Testing is the fastest way to find out if its changes are directly responsible, or if it just happens to patch something going "differently wrong" :)
here is the crash logs when I've kept the swim mod but removed the fizzy drinks mods
crash log
smapi log
 

UlyanaLeyana

Planter
I tried to test if here is an error between Wren's Expanded Greenhouse and Swim, installed them both and got no errors at all. Have you tried installing a previous version (which you had before update) of the Fizzy Drinks mod and check if there are any errors? Can you post your Wren's Expanded Greenhouse config?
 
I tried to test if here is an error between Wren's Expanded Greenhouse and Swim, installed them both and got no errors at all. Have you tried installing a previous version (which you had before update) of the Fizzy Drinks mod and check if there are any errors? Can you post your Wren's Expanded Greenhouse config?
sure thing here is the Greenhouse Config
{
"Frame": "vanilla",
"Glass": "clear",
"Expansion": "ricepaddy",
"Backdrop": "auto",
"Style": "default",
"Pool": "plain",
"Irrigation": "none",
"BigCropStyle": "default",
"SmallCropStyle": "default",
"Floor": "default",
"SeasonMode": "auto",
"CellarTunnel": "true"
}
and I revered the fizzy Drinks mod to the version before the update and and used a old save from my back ups from well before the update and crashing issues and it still crashed
crash log
smapi log
 

UlyanaLeyana

Planter
In truth I'm starting to wonder if this has nothing to do with the mods I mentioned
Good (or not) news for you. I was trying to figure out why you are getting this error again and again. I spent a lot of time on it (oh jeez) and found a reason and a solution. First, I installed Swim, Wren's Expanded Greenhouse, Fizzy Drinks and all mods required for these mods. Then in the greenhouse I planted absolutely all the seeds in pots and tried in every possible way to reproduce the error, but this didn't happen. So I just saved, quit the game, uninstalled one JA mod that added seeds and after reload got a ton of the same errors (...Farmer\Objects\IndoorPot.cs...), was impossible to enter the greenhouse and save the game.
Most likely this happened due to the fact that you deleted or updated some kind of mod that renamed/removed any plant.
The solution is to clean the greenhouse without going inside. Start the game, load the savefile and then enter this code into SMAPI console
Code:
world_clear greenhouse everything
you will lose everything that was inside the greenhouse, but there will be no more problems with crashing issues.

and If you copy and paste this into the Tackleberry Syrup Fizzy Drinks 3.0.1\[JA] Fizzy Drinks\Objects\Tackleberry Syrup\object.json you will rid of one more issue
CSS:
{
  "Name": "Tackleberry Syrup",
  "Description": "Used for making Joja Tackleberry.",
  "Category": "Cooking",
  "Edibility": 20,
  "Price": 200,
  "IsColored": false,
  "Recipe":
  {
    "ResultCount": 1,
    "Ingredients": [
{
        "Object": 258,
        "Count": 1,
      },
      {
        "Object": 410,
        "Count": 1,
      },
{
        "Object": 889,
        "Count": 1,
      },
      {
        "Object": "Clear Joja Syrup",
        "Count": 1,
      } ]
},
  "CanPurchase": true,
  "PurchasePrice": 150,
  "PurchaseFrom": "JojaShop",


  "AdditionalPurchaseData": [{"PurchasePrice": 200,  "PurchaseFrom": "ClaireShop", "PurchaseRequirements": [] },{"PurchasePrice": 200,  "PurchaseFrom": "MartinShop", "PurchaseRequirements": [] },{"PurchasePrice": 200,  "PurchaseFrom": "Blackmarket", "PurchaseRequirements": [] }],


"NameLocalization": {
    // "es": "",
   // "ko": "",
     "de": "Heidelbeersirup",
    // "fr": "",
    // "hu": "",
    // "it": "",
    // "ja": "",
     "pt": "Xarope-Tackleberry",
    // "ru": "",
     "tr": "Yabanmersini Þurubu",
    // "zh": "",
     },
"DescriptionLocalization": {
    // "es": "",
   // "ko": "",
     "de": "Wird zur Herstellung von Joja Tackleberry verwendet.",
    // "fr": "",
    // "hu": "",
    // "it": "",
    // "ja": "",
     "pt": "Usado para fazer Joja-Tackleberry.",
    // "ru": "",
     "tr": "Joja Yabanmersini yapmak için kullanýlýr.",
    // "zh": "",
    }
}
 
Last edited:
Good (or not) news for you. I was trying to figure out why you are getting this error again and again. I spent a lot of time on it (oh jeez) and found a reason and a solution. First, I installed Swim, Wren's Expanded Greenhouse, Fizzy Drinks and all mods required for these mods. Then in the greenhouse I planted absolutely all the seeds in pots and tried in every possible way to reproduce the error, but this didn't happen. So I just saved, quit the game, uninstalled one JA mod that added seeds and after reload got a ton of the same errors (...Farmer\Objects\IndoorPot.cs...), was impossible to enter the greenhouse and save the game.
Most likely this happened due to the fact that you deleted or updated some kind of mod that renamed/removed any plant.
The solution is to clean the greenhouse without going inside. Start the game, load the savefile and then enter this code into SMAPI console
Code:
world_clear greenhouse everything
you will lose everything that was inside the greenhouse, but there will be no more problems with crashing issues.

and If you copy and paste this into the Tackleberry Syrup Fizzy Drinks 3.0.1\[JA] Fizzy Drinks\Objects\Tackleberry Syrup\object.json you will rid of one more issue
CSS:
{
  "Name": "Tackleberry Syrup",
  "Description": "Used for making Joja Tackleberry.",
  "Category": "Cooking",
  "Edibility": 20,
  "Price": 200,
  "IsColored": false,
  "Recipe":
  {
    "ResultCount": 1,
    "Ingredients": [
{
        "Object": 258,
        "Count": 1,
      },
      {
        "Object": 410,
        "Count": 1,
      },
{
        "Object": 889,
        "Count": 1,
      },
      {
        "Object": "Clear Joja Syrup",
        "Count": 1,
      } ]
},
  "CanPurchase": true,
  "PurchasePrice": 150,
  "PurchaseFrom": "JojaShop",


  "AdditionalPurchaseData": [{"PurchasePrice": 200,  "PurchaseFrom": "ClaireShop", "PurchaseRequirements": [] },{"PurchasePrice": 200,  "PurchaseFrom": "MartinShop", "PurchaseRequirements": [] },{"PurchasePrice": 200,  "PurchaseFrom": "Blackmarket", "PurchaseRequirements": [] }],


"NameLocalization": {
    // "es": "",
   // "ko": "",
     "de": "Heidelbeersirup",
    // "fr": "",
    // "hu": "",
    // "it": "",
    // "ja": "",
     "pt": "Xarope-Tackleberry",
    // "ru": "",
     "tr": "Yabanmersini Þurubu",
    // "zh": "",
     },
"DescriptionLocalization": {
    // "es": "",
   // "ko": "",
     "de": "Wird zur Herstellung von Joja Tackleberry verwendet.",
    // "fr": "",
    // "hu": "",
    // "it": "",
    // "ja": "",
     "pt": "Usado para fazer Joja-Tackleberry.",
    // "ru": "",
     "tr": "Joja Yabanmersini yapmak için kullanýlýr.",
    // "zh": "",
    }
}
thank you and I was ready to delete and give up on the save just i was wanting to make sure other saves would not get the crashes
thank you again it worked
 
Last edited:

UlyanaLeyana

Planter
thank you and I was ready to delet and give up on the save just i was wanting to make sure other saves would not get distroyed
The same thing can happen to any other saves next time. Players always run the risk of getting bugs or crashing issues when playing with mods, need to be ready to deal with it. :)
 
The same thing can happen to any other saves next time. Players always run the risk of getting bugs or crashing issues when playing with mods, need to be ready to deal with it. :)
yes I know and I accept the risk but at the same time if we don't look into the issue and try to figure it out we can't help the mod makers make more stable mods
 
Top