Solved Community Center Crashes

J1PSR

Cowpoke
I've had this issue since 1.5 launch, I play it in portuguese and single-player, I play in PC without MODS.
This bug happens every time I enter in the community center, the screen goes black, and the game crashes, please help, I can't play my save since january 2021!!
there is no error code, the game just closes and there is no crash report

I'll try to record the screen
 

J1PSR

Cowpoke
here is a video, pls, I have a wife and a daughter

 
Last edited:
I'm not seeing the video, but there was an old bug back when 1.5 dropped. It was later fixed in 1.5.1.
Changes from Hotfix #1 (12/21/2020):

-Hotfix for game crashing when interacting with the Junimo Notes in the Community center on non-English localizations.

First, make sure your game is now fully updated. We're now on version 1.5.6


Then you can follow ConcernedApe's instructions to fix the save:
 

J1PSR

Cowpoke
I'm not seeing the video, but there was an old bug back when 1.5 dropped. It was later fixed in 1.5.1.



First, make sure your game is now fully updated. We're now on version 1.5.6


Then you can follow ConcernedApe's instructions to fix the save:
thanks but it isn't when opening a bundle or even the junimo's journal, i can open junimo's journal, it only bugs when I try to enter in community center

I tried the bug fixing but it didn't worked, and yes, its updated to 1.5.6
 
thanks but it isn't when opening a bundle or even the junimo's journal, i can open junimo's journal, it only bugs when I try to enter in community center

I tried the bug fixing but it didn't worked, and yes, its updated to 1.5.6
Hrm, interesting.
Can you upload your save here for me to take a look?
 

J1PSR

Cowpoke
Hrm, interesting.
Can you upload your save here for me to take a look?
here is it

update: tried to install SMAPI and when I open it with SMAPI an try to enter the community center, the screen goes all black but the game doesn't crash, i still can move the arrow and it is with the "stardew valley" arrow

(uninstalled it before sending the save)
 

Attachments

Alright thanks. So, this was a modded save after all.

You're right, it wasn't the localization error.
It was an old mod adding new bundle data to the save. Since, it's not in the vanilla, base game; it was crashing upon entering the Community Center.
The journal CC bundle only showed the aquarium data; and wasn't trying to load the modded bundles. So, there was no crash there.

I removed the modded bundles from the save, and I can enter the Community Center without issue now.

Edit: Just adding the crash error.
Code:
Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key '37' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at StardewValley.Locations.CommunityCenter.checkForMissedRewards()
   at StardewValley.Locations.CommunityCenter.resetSharedState()
   at StardewValley.GameLocation.<resetForPlayerEntry>b__269_0()
   at StardewValley.GameLocation.resetForPlayerEntry()
   at StardewValley.Game1.onFadeToBlackComplete()
   at StardewValley.BellsAndWhistles.ScreenFade.UpdateFade(GameTime time)
   at StardewValley.Game1.UpdateOther(GameTime time)
   at StardewValley.Game1._update(GameTime gameTime)
   at StardewValley.Game1.Update(GameTime gameTime)
   at StardewValley.GameRunner.Update(GameTime gameTime)
 

Attachments

J1PSR

Cowpoke
here is it

update: tried to install SMAPI and when I open it with SMAPI an try to enter the community center, the screen goes all black but the game doesn't crash, i still can move the arrow and it is with the "stardew valley" arrow
Alright thanks. So, this was a modded save after all.

You're right, it wasn't the localization error.
It was an old mod adding new bundle data to the save. Since, it's not in the vanilla, base game; it was crashing upon entering the Community Center.
The journal CC bundle only showed the aquarium data; and wasn't trying to load the modded bundles. So, there was no crash there.

I removed the modded bundles from the save, and I can enter the Community Center without issue now.

Edit: Just adding the crash error.
Code:
Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key '37' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at StardewValley.Locations.CommunityCenter.checkForMissedRewards()
   at StardewValley.Locations.CommunityCenter.resetSharedState()
   at StardewValley.GameLocation.<resetForPlayerEntry>b__269_0()
   at StardewValley.GameLocation.resetForPlayerEntry()
   at StardewValley.Game1.onFadeToBlackComplete()
   at StardewValley.BellsAndWhistles.ScreenFade.UpdateFade(GameTime time)
   at StardewValley.Game1.UpdateOther(GameTime time)
   at StardewValley.Game1._update(GameTime gameTime)
   at StardewValley.Game1.Update(GameTime gameTime)
   at StardewValley.GameRunner.Update(GameTime gameTime)

thank you so much! it worked, I didn't remember about these mods so I am very sorry for the mistake
 
Top