2013-07-22 4 views
1

XAM 4.0, 최신 버전의 Xamarin 및 최신 버전의 MonoGame이 설치되었습니다. 나는 아주 새로운 OpenGL 솔루션을로드하고이 오류가 발생했습니다.System.DllNotFoundExeption이 throw되었습니다 (Xamarin, MonoGame 및 XNA)

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 

답변

1

시도 installing OpenAL ...

링크 점.

+0

FYI와 마찬가지로 OpenAL 링크가 더 이상 작동하지 않습니다. 지금 어디서 다운로드 할 수 있는지 모르겠습니다. –

+0

죄송합니다, 링크가 아무 것도 가리 키지 않습니다 ... – Josh

+0

정말 죄송합니다. 링크가 작동하고 있다고 맹세코, 창조적 인 것으로 보이는 웹 사이트 작업이있는 것 같습니다. 나는 필요할 때마다 바이너리 형식을 항상 사용했다. 설치 프로그램에 대한 또 다른 링크를 찾았으며 URL을 편집했습니다. 감사합니다 – Thedood

0

비디오 드라이버를 업그레이드하십시오.

MonoGame은 당신이 설치 한 OpenGL 버전에 대해 꽤 까다 롭습니다. 정확한 버전이 필요한지 모르지만 (시간이 지남에 따라 변경됨) 자세한 내용은 this discussion을 참조하십시오.

OpenGL caps viewer을 다운로드하여 현재 실행중인 버전을 확인할 수도 있습니다. OpenAL에 대한 설치에

관련 문제