Issue Game crashing when I enter the Community Center

Shyborg

Cowpoke
I have quite few mods in my game but the last few days my game has been crashing whenever I try to enter the community center. I upgraded all my mods, deleted them and downloaded them all from the begining making sure I am very careful on both what I download and on those being compatible with the rest of my mods etc. I started a game from the start and I have attemted to delete, restart my game and all that kind of stuff many times, I searched on the internet everywhere but I cant seem to find anything that helps. I must clarify that the game works fine up until the time I try to enter the Community Center. The following shows up when I entrer the Community Center at the SMAPI browser.

[game] An error occurred in the base update loop: 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() in stardewvalley\Farmer\Farmer\Locations\CommunityCenter.cs:line 510
at StardewValley.Locations.CommunityCenter.resetSharedState() in stardewvalley\Farmer\Farmer\Locations\CommunityCenter.cs:line 480
at StardewValley.GameLocation.<resetForPlayerEntry>b__269_0() in stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 5629
at StardewValley.GameLocation.resetForPlayerEntry() in stardewvalley\Farmer\Farmer\Locations\GameLocation.cs:line 5619
at StardewValley.Game1.onFadeToBlackComplete_PatchedBy<tlitookilakin.AeroCore>(Game1 this)
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 StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)


I would really appreciate it if anyone could help me with what all that mean. I have been able to fix my own mods in the past but I dont seem to find this one out.
P.S English is not my first language so I apologise if there is any mistakes or language barriers.
 
I saw your reply and I was wondering if you could help me maybe even further. Here's my save file.
Sure thing, and thanks for the log.

I'm seeing you have a mix of bundle mods, were you also using any XNB versions by any chance?
Code:
02:33:45    TRACE    SMAPI       all bundles (from Mods\all bundles) [content pack]...
02:33:48    TRACE    SMAPI       Challenging Community Center Bundles (from Mods\ChallengingCommunityCenterBundles\ChallengingCommunityCenterBundles.dll)...
02:33:55    TRACE    SMAPI       Challenging Community Center Bundles - PPJA Bundle Pack (from Mods\[CCCB] Challenging PPJA Bundles) [content pack]...
02:33:55    TRACE    SMAPI       Challenging Community Center Bundles - Pure Vanilla Bundle Pack (from Mods\[CCCB] Challenging Pure Vanilla Bundles) [content pack]...
02:33:55    TRACE    SMAPI       (CCCB) Atelier Wildflour Community Center Bundles (from Mods\[CCCB] Wildflour Bundle Overhaul) [content pack]...
02:33:55    DEBUG    SMAPI          - (CCCB) Atelier Wildflour Community Center Bundles
02:33:55    DEBUG    SMAPI          - all bundles
02:33:55    DEBUG    SMAPI          - Challenging Community Center Bundles - PPJA Bundle Pack
02:33:55    DEBUG    SMAPI          - Challenging Community Center Bundles - Pure Vanilla Bundle Pack
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: PPJA
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: Pure_Vanilla
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: Atelier
02:34:02    INFO    Challenging Community Center Bundles    Game will be using Pure_Vanilla Bundles
It looks like you forgot to attach the save though.
If you zip it up, and attach it here; I can fix it.
Saves location:
 

Shyborg

Cowpoke
Sure thing, and thanks for the log.

I'm seeing you have a mix of bundle mods, were you also using any XNB versions by any chance?
Code:
02:33:45    TRACE    SMAPI       all bundles (from Mods\all bundles) [content pack]...
02:33:48    TRACE    SMAPI       Challenging Community Center Bundles (from Mods\ChallengingCommunityCenterBundles\ChallengingCommunityCenterBundles.dll)...
02:33:55    TRACE    SMAPI       Challenging Community Center Bundles - PPJA Bundle Pack (from Mods\[CCCB] Challenging PPJA Bundles) [content pack]...
02:33:55    TRACE    SMAPI       Challenging Community Center Bundles - Pure Vanilla Bundle Pack (from Mods\[CCCB] Challenging Pure Vanilla Bundles) [content pack]...
02:33:55    TRACE    SMAPI       (CCCB) Atelier Wildflour Community Center Bundles (from Mods\[CCCB] Wildflour Bundle Overhaul) [content pack]...
02:33:55    DEBUG    SMAPI          - (CCCB) Atelier Wildflour Community Center Bundles
02:33:55    DEBUG    SMAPI          - all bundles
02:33:55    DEBUG    SMAPI          - Challenging Community Center Bundles - PPJA Bundle Pack
02:33:55    DEBUG    SMAPI          - Challenging Community Center Bundles - Pure Vanilla Bundle Pack
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: PPJA
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: Pure_Vanilla
02:34:02    INFO    Challenging Community Center Bundles    Loaded Bundle: Atelier
02:34:02    INFO    Challenging Community Center Bundles    Game will be using Pure_Vanilla Bundles
It looks like you forgot to attach the save though.
If you zip it up, and attach it here; I can fix it.
Saves location:
I dont really know what an XNB is... Im sorry.Also here's my save file (I hope that's the correct file this time)
 

Attachments

I dont really know what an XNB is... Im sorry.Also here's my save file (I hope that's the correct file this time)
An XNB file is the extension/format used by SDV, and considered the game files. Before ContentPatcher, and these other frameworks we edited the game files directly, and repacked them into XNB mods. Then had users replace game files with the mods.
It's not recommended anymore, because it can cause issues.
If you're not aware of that; then it probably wasn't something used.

Thanks for the save; here's a fixed save. I removed the custom bundle data causing your crash. And, testing on my end; I'm able to enter the community center without issue.
 

Attachments

Shyborg

Cowpoke
An XNB file is the extension/format used by SDV, and considered the game files. Before ContentPatcher, and these other frameworks we edited the game files directly, and repacked them into XNB mods. Then had users replace game files with the mods.
It's not recommended anymore, because it can cause issues.
If you're not aware of that; then it probably wasn't something used.

Thanks for the save; here's a fixed save. I removed the custom bundle data causing your crash. And, testing on my end; I'm able to enter the community center without issue.
Thank you very much!!!
 
Top