Solved [FIXED] Community Center crash when open Bulletin board

tenshi002

Newcomer
Hello,
My friends and I have an issue with the community center.
We don't know since when or how this happened but we believe it is due to the update.

When we try to open the bulletin board from the community center, the game crashes and we see red lines on SMAPI.
it's our last bundle to complete after so long time haha

It used to work because we completed 3 of the 5 bundle packets :(

So, i've attached the log from SMAPI, the save files and the mods we use.

Thanks for your help, i hope our save file is not corrupted :(

SMAPI logs

Personal Mods


EDIT :
I solved the problem

I opened the save file and after some research, I found the strings that were problematic.

XML:
<bundleData>
    <item>
        <key>
            <string>Pantry/0</string>
        </key>
        <value>
            <string>Spring Crops/O 465 20/24 1 0 188 1 0 190 1 0 192 1 0/0/Récoltes de printemps/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0</string>
        </value>
    </item>
I don't know where comes this string but it was the problem :
/Récoltes de printemps/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0

So in all the bundleData, I searched and removed the extra strings and that fix the problem.
 

Attachments

Last edited:
Top