When i go to open any save it just ends up going back to the white loading screen.

Yubi

Newcomer
When i go to open any save it just ends up going back to the white loading screen. When i can still play there are also problem about skipped mod but today when i try to play it have many error occurs. This is what my SMAPI say https://smapi.io/log/25680c71a7b742fda6a5950fb98be81b
I also provides my save file but my mod folder may too big to attach. So, if you need my mod folder to help me, message me your email and i will send my file to your email.Can someone tell me how to solve this problem?
 

Attachments

Thanks for the log.

The biggest errors I see are for some mod collisions:
Code:
22:03:55    ERROR    Content Patcher    Two content packs want to load the 'Maps/ArchaeologyHouse' asset (ChildhoodSweetheart Caroline and Stardew Valley Expanded). Neither will be applied. You should remove one of the content packs, or ask the authors about compatibility.
22:04:23    ERROR    Content Patcher    Two content packs want to load the 'Maps/SpouseRoomJodi' asset (Datable Jodi and Romanceable Jodi). Neither will be applied. You should remove one of the content packs, or ask the authors about compatibility.

22:04:23    ERROR    game    Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found.
 ---> FileNotFoundException: Could not find file 'D:\steam\steamapps\common\Stardew Valley\Content\Maps\SpouseRoomJodi.xnb'.
File name: 'D:\steam\steamapps\common\Stardew Valley\Content\Maps\SpouseRoomJodi.xnb'
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
Note the part about 2 ContentPacks attempting to load maps, and you have to pick the one you want.
The error that generates is for Jodi's SpouseRoom.
So, delete either "Datable Jodi" or "Romanceable Jodi".
 
Top