XNA 4.0、Xamarin の最新バージョン、MonoGame の最新バージョンをインストールしました。新しい Open GL ソリューションをロードしたところ、このエラーが発生しました。
System.DllNotFoundException: Unable to load DLL 'openal32.dll': The specified module
could not be found. (Exception from HRESULT: 0x8007007E) ---> System.Exception:
at at OpenTK.Audio.OpenAL.Alc.OpenDevice(String devicename)
at at Microsoft.Xna.Framework.Audio.OpenALSoundController..ctor()
at at Microsoft.Xna.Framework.Audio.OpenALSoundController.get_GetInstance()
at at Microsoft.Xna.Framework.OpenTKGamePlatform..ctor(Game game)
at at Microsoft.Xna.Framework.GamePlatform.Create(Game game)
at at Microsoft.Xna.Framework.Game..ctor()
at dgsdgsdgdsg.Game1..ctor() in
c:\Users\Josh\Documents\Projects\dgsdgsdgdsg\dgsdgsdgdsg\Game1.cs:0
at dgsdgsdgdsg.Program.Main() in
c:\Users\Josh\Documents\Projects\dgsdgsdgdsg\dgsdgsdgdsg\Program.cs:0