Issue Need help - Game keeps crashing every time I try to walk to my fish pond

Tytoh

Greenhorn
My latest log - https://smapi.io/log/84977721d7524c6592428ae060aa330a
Im on windows and im on smapi 3.18.2 and stardew 1.5.6
I've tried reinstalling smapi, ridgeside, and sve
This pond I think is causing it has an item from sve but I've tried reinstalling it multiple times, I've also reinstalled "The love of cooking" as well
The game loads up fine but once I walk to my pond it crashes
Can someone help please?
 

Attachments

Last edited:
Thanks for posting the log, and main save.
Yea, it's the King Salmon fish pond which is bugging out.

Can you upload the JsonAssets folder inside your "Mordes_328154352" save folder.

The log shows the following; which looks more like JA's bugginess causing the IDs to get scrambled.
Reinstalling mods won't help; since the IDs are saved into that secondary folder.
And, I'd like to compare the new IDs.


Code:
22:02:55    TRACE    Json Assets    Changing ID: Foxbloom from ID 3107 to 3101


22:04:38    ERROR    SMAPI    An error occurred in the overridden draw loop: NullReferenceException: Object reference not set to an instance of an object.
   at StardewValley.Buildings.FishPond._GetNeededItemData() in stardewvalley\Farmer\Farmer\Buildings\FishPond.cs:line 920
   at StardewValley.Buildings.FishPond.HasUnresolvedNeeds() in stardewvalley\Farmer\Farmer\Buildings\FishPond.cs:line 906
   at StardewValley.Buildings.FishPond.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Buildings\FishPond.cs:line 1265
   at StardewValley.Locations.BuildableGameLocation.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Locations\BuildableGameLocation.cs:line 279
   at StardewValley.Farm.draw(SpriteBatch b) in stardewvalley\Farmer\Farmer\Locations\Farm.cs:line 2068
   at StardewModdingAPI.Framework.SGame.DrawImpl_PatchedBy<tlitookilakin.AeroCore>(SGame this, GameTime gameTime, RenderTarget2D target_screen)
   at StardewModdingAPI.Framework.SGame._draw(GameTime gameTime, RenderTarget2D target_screen)
 
Thanks!
So, it was indeed the JA issue. King Salmon are now "3157" in the IDs; not "3107".
So, the game would crash because it thought the fish were Foxblooms, and that didn't make any sense.

I've changed the fishtype of the pond to reflect the new ID, and it no longer crashes for me.
 

Attachments

Top