Issue Game Crash _Updated RSV, SVD Expanded, PTYK & TXML

MikiDarlin

Greenhorn
Yesterday I updated the above-mentioned mods and now my game crashes on loading my save. I've tried everything I can think of. Updated my mods, reinstalled the game and SMAPI. I got the game to run after removing RSV and SDVE, but upon adding them back the same issue cropped up.

I will also mention that I did experience some serious frame rate drop the night before when my character married Shiro from Ridgeside Village. And sometimes upon loading a save I get the notif '[Json Assets] No idea what 'Lavender' is!'

I'm at a loss as to what else I can do. I can usually wring out the bugs and get back up and running but this time, I'm stumped. Any help and advice would be appreciated. Per custom, I've attached my most recent SMAPI log.

Any and all help is much appreciated. Until then I'll keep trying to hammer out the kinks.
 

Attachments

Yesterday I updated the above-mentioned mods and now my game crashes on loading my save. I've tried everything I can think of. Updated my mods, reinstalled the game and SMAPI. I got the game to run after removing RSV and SDVE, but upon adding them back the same issue cropped up.

I will also mention that I did experience some serious frame rate drop the night before when my character married Shiro from Ridgeside Village. And sometimes upon loading a save I get the notif '[Json Assets] No idea what 'Lavender' is!'

I'm at a loss as to what else I can do. I can usually wring out the bugs and get back up and running but this time, I'm stumped. Any help and advice would be appreciated. Per custom, I've attached my most recent SMAPI log.

Any and all help is much appreciated. Until then I'll keep trying to hammer out the kinks.
Thanks for the log. I found a few things to take a look at, but no specific error. The log just cuts off; which makes me think it's more of an issue with system resources(RAM, CPU usage, etc.) Especially if you're using RSV and SDV Expanded; both of which are pretty heavy mods. On top of that I see you have a ton of mods installed.
Code:
[21:07:46 INFO  SMAPI] Loaded 115 mods:
[21:07:46 INFO  SMAPI] Loaded 250 content packs:

But, to start; there's some mods you can update:

Code:
[21:08:04 ALERT SMAPI] You can update 11 mods:
[21:08:04 ALERT SMAPI]    A collection of shirts from a bunch of different media. 1.5.0: https://www.nexusmods.com/stardewvalley/mods/5916
[21:08:04 ALERT SMAPI]    Ace's Hairstyles for Get Glam 2.0.4: https://www.nexusmods.com/stardewvalley/mods/956
[21:08:04 ALERT SMAPI]    Adopt & Skin 4.0.0-beta.2.0.0: https://www.nexusmods.com/stardewvalley/mods/4011
[21:08:04 ALERT SMAPI]    Aqua's Complete Compilation Hair Pack! 1.5.0: https://www.nexusmods.com/stardewvalley/mods/5916
[21:08:04 ALERT SMAPI]    AquaRC Hats Pack 1.5.0: https://www.nexusmods.com/stardewvalley/mods/5916
[21:08:04 ALERT SMAPI]    Even More Recipes for JsonAssets 1.5.12: https://www.nexusmods.com/stardewvalley/mods/1742
[21:08:04 ALERT SMAPI]    eXpanded Storage (Plus) 1.7.1: https://www.nexusmods.com/stardewvalley/mods/7431
[21:08:04 ALERT SMAPI]    More Food: A Collection of Recipes for JsonAssets 1.9.13: https://www.nexusmods.com/stardewvalley/mods/1670
[21:08:04 ALERT SMAPI]    More Trees for JsonAssets 1.6.11: https://www.nexusmods.com/stardewvalley/mods/1671
[21:08:04 ALERT SMAPI]    Natural Hairstyles for Get Glam 1.1.0: https://www.nexusmods.com/stardewvalley/mods/7668
[21:08:04 ALERT SMAPI]    ShanesNewDialogues 1.1.0: https://www.nexusmods.com/stardewvalley/mods/1061

I'd also try reinstalling the Artisan Valley mods, as there seems to be an issue where 2 of the mods aren't recognizing their dependency.
Though it may just be the mods having a typo.
Code:
[21:07:45 TRACE SMAPI]    [PFM] Artisan Valley (from Mods\[PFM] Artisan Valley) [content pack]...
...
[21:07:46 ERROR SMAPI]    Skipped mods
[21:07:46 ERROR SMAPI]    --------------------------------------------------
[21:07:46 ERROR SMAPI]       These mods could not be added to your game.
[21:07:46 ERROR SMAPI]       - [CCM] Artisan Valley 3.0.2 because it requires mods which aren't installed (ppja.artisanvalleyPFM).
[21:07:46 ERROR SMAPI]       - [PFM] Sweet Tooth 1.5.3 because it requires mods which aren't installed (ppja.artisanvalleyPFM).
 
Top