miercuri, 9 octombrie 2013

FEZ Game Error initializing audio subsystem.

Game won't start or load after showing title screen once.
Solution: right click on the speaker in the task bar, Playback devices> right click on Speakers> Properties> Advanced > and clicked restore defaults 


Here's the debug text 
(09:15:03.432) [Unhandled Exception] ERROR : System.TypeInitializationException: The type initializer for 'Microsoft.Xna.Framework.Audio.OpenALSoundController' threw an exception. ---> System.NotSupportedException: No audio hardware is available. 
at OpenTK.Audio.AudioContext.CreateContext(String device, Int32 freq, Int32 refresh, Boolean sync, Boolean enableEfx, MaxAuxiliarySends efxAuxiliarySends) 
at OpenTK.Audio.AudioContext..ctor() 
at Microsoft.Xna.Framework.Audio.OpenALSoundController..ctor() 
at Microsoft.Xna.Framework.Audio.OpenALSoundController..cctor() 
--- End of inner exception stack trace --- 
at Microsoft.Xna.Framework.Audio.OpenALSoundController.get_Instance() 
at Microsoft.Xna.Framework.OpenTKGamePlatform..ctor(Game game) 
at Microsoft.Xna.Framework.Game..ctor() 
at FezGame.Fez..ctor() 
at FezGame.Program.MainInternal() 
at Common.Logger.Try(Action action)