Issue SVE wont load with SAAT installed

Your crash is due to audio issues.
SDV/SMAPI can't access or see your audio devices. Make sure all audio devices are on, and plugged in. Check your audio drivers, even try a restart since it's Windows.


Code:
[19:37:49 TRACE game] FAudio: Failed to configure sound device..
[19:37:49 ERROR 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
 
Top