Issue Smapi?Microsoft

jamie123rty

Newcomer
[game] Game.Initialize() caught exception initializing XACT:
Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005)
at Microsoft.Xna.Framework.Audio.SoundEffect.Device() in stardewvalley\MonoGame.Desktop\MonoGame.Framework\Platform\Audio\SoundEffect.FAudio.cs:line 259
at Microsoft.Xna.Framework.Audio.SoundEffect.Initialize() in 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 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 stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\Xact\WaveBank.cs:line 276
at StardewValley.Game1.Initialize() in stardewvalley\Farmer\Farmer\Game1.cs:line 1876

I have no idea on how to fix this. Please help.
 
Top