These red characters suddenly reappear quickly and then disappear with most of the sound effects, and then the characters cannot move or operate

FabianLiu

Newcomer
[game] An error occurred in the base update loop: Microsoft.Xna.Framework.Audio.InstancePlayLimitException (0x80004005): External component has thrown an exception. at Microsoft.Xna.Framework.Audio.OpenALSoundController.ReserveSource() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Audio\OpenALSoundController.cs:line 441 at Microsoft.Xna.Framework.Audio.SoundEffectInstance.PlatformPlay() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Audio\SoundEffectInstance.OAL.cs:line 188 at Microsoft.Xna.Framework.Audio.SoundEffectInstance.Play() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffectInstance.cs:line 169 at Microsoft.Xna.Framework.Audio.Cue.PlaySoundInstance(SoundEffectInstance sound_instance, Int32 variant_index) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\Cue.cs:line 371 at Microsoft.Xna.Framework.Audio.Cue.Play() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\Cue.cs:line 337 at StardewValley.Game1.updateMusic() in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 7293 at StardewValley.Game1._update(GameTime gameTime) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 3655 at StardewValley.Game1.Update(GameTime gameTime) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 3222 at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1093
 

ycxlh

Farmhand
I've had similar errors before and I'm not sure what to do with it, but you can try removing this mod—Tractor Mod
 

FabianLiu

Newcomer
Thank you, I have found the answer from the mod author:
Hi! That's a bug in the game code, which mainly affects Tractor Mod because...

  • it registers custom sounds, which triggers the game bug;
  • it can play many sounds at once when a tool affects all the tiles around the tractor.

The first issue should be fixed in an upcoming Stardew Valley update, and I'm looking into how to mitigate the second one in the next Tractor Mod update. Thanks for reporting it!
 
Top