Game crashes every time I load save

TrollerPilotXIV

Greenhorn
My game file was working perfectly yesterday. Today, when I tried loading up the game, it got as far as showing my character in bed with the money meter going up. It always crashes on this exact frame:
1680058938672.png

And it always generates this error message.

I know the error has something to do with an index being out of bounds with some sound effect, but I don't know what to do about it. I've tried reinstalling all my mods, I've tried verifying the integrity of my files via Steam and I've tried restarting my computer. Nothing works. Can someone please help me?
 
Hrm, thanks for the log.
Can you try temporarily removing SDV Expanded. It'll throw some errors, but you have ErrorHandler so it'll hopefully load up long enough to test game start.

As I do see an odd occurrence of SDV Expanded editing a sound cue:
Code:
23:14:28    TRACE    Stardew Valley Expanded    Replacing sound cue "AmbientLocationSounds.engine" with a wrapper for volume control.

23:15:25    ERROR    game    An error occurred in the base update loop: IndexOutOfRangeException: Index was outside the bounds of the array.
   at Microsoft.Xna.Framework.Audio.WaveBank.GetSoundEffectInstance(Int32 trackIndex, Boolean& streaming) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\WaveBank.cs:line 368
   at Microsoft.Xna.Framework.Audio.SoundBank.GetSoundEffectInstance(Int32 waveBankIndex, Int32 trackIndex, Boolean& streaming) in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\SoundBank.cs:line 308
   at Microsoft.Xna.Framework.Audio.XactSoundBankSound.GetSimpleSoundInstance() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\XactSoundBankSound.cs:line 132
   at Microsoft.Xna.Framework.Audio.Cue.Play() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\Cue.cs:line 317
   at StardewValley.Game1.updateMusic() in stardewvalley\Farmer\Farmer\Game1.cs:line 7909
   at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4413
   at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
   at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1117
 

TrollerPilotXIV

Greenhorn
Ok I tried verifying the game files, and it worked. However, when I loaded into my Stardew Valley world, it for some reason didn't load in content from SVE despite it being an active mod. I tried reinstalling all the mods, but then it just went back to the original error.
 
Top