Issue When i launch Stardew Valley with Smapi Then came up a message like this What should I fix?

ZillveR

Newcomer
Screenshot (116).png


what should i fix bro

I have found many ways to solve it. but still not Or am I doing something wrong ?

lable :

[10:40:37 ERROR game] Game.Initialize() caught exception initializing XACT:
Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005)
at Microsoft.Xna.Framework.Audio.SoundEffect.Device() in C:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Audio\SoundEffect.FAudio.cs:line 259
at Microsoft.Xna.Framework.Audio.SoundEffect.Initialize() in C:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 104
at Microsoft.Xna.Framework.Audio.SoundEffect..ctor(MiniFormatTag codec, Byte[] buffer, Int32 channels, Int32 sampleRate, Int32 blockAlignment, Int32 loopStart, Int32 loopLength) in C:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 64
at Microsoft.Xna.Framework.Audio.WaveBank..ctor(AudioEngine audioEngine, String waveBankFilename, Boolean streaming, Int32 offset, Int32 packetsize) in C:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\WaveBank.cs:line 276
at StardewValley.Game1.Initialize() in C:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 1865
 
Last edited:

Odin

Moderator
Staff member
Well first, are you actually seeing an issue in the game? If not, I wouldn't worry too much about this. If you are seeing an issue when you play, can you provide an error log? You can generate one at https://smapi.io/log, there are instructions on that page. Having a log will make it easier to resolve your issue!
 

sdvplaya420

Newcomer
Well first, are you actually seeing an issue in the game? If not, I wouldn't worry too much about this. If you are seeing an issue when you play, can you provide an error log? You can generate one at https://smapi.io/log, there are instructions on that page. Having a log will make it easier to resolve your issue!
im having this same issuse. let me makre a error log maybe you could help me!
 

sdvplaya420

Newcomer
I'm having kind of the same issue. let me make a error log maybe you could help me!
[game] Game.Initialize() caught exception initializing XACT:
Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005)
at Microsoft.Xna.Framework.Audio.SoundEffect.Device() in C:\GitlabRunner\builds\Gq5qA5P4\2\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Audio\SoundEffect.FAudio.cs:line 259
at Microsoft.Xna.Framework.Audio.SoundEffect.Initialize() in C:\GitlabRunner\builds\Gq5qA5P4\2\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 104
at Microsoft.Xna.Framework.Audio.SoundEffect..ctor(MiniFormatTag codec, Byte[] buffer, Int32 channels, Int32 sampleRate, Int32 blockAlignment, Int32 loopStart, Int32 loopLength) in C:\GitlabRunner\builds\Gq5qA5P4\2\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 64
at Microsoft.Xna.Framework.Audio.WaveBank..ctor(AudioEngine audioEngine, String waveBankFilename, Boolean streaming, Int32 offset, Int32 packetsize) in C:\GitlabRunner\builds\Gq5qA5P4\2\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\WaveBank.cs:line 276
at StardewValley.Game1.Initialize() in C:\GitlabRunner\builds\Gq5qA5P4\2\ConcernedApe\stardewvalley\Farmer\Farmer\Game1.cs:line 1876
 
Top