Problem with Direct3D9 Rendering Subsystem

ghiboz

30-06-2011 15:14:47

hi all!
i've installed the 1.7.1.0 version of Mogre, everything seems ok, but If I try to use the Direct3D9 rendering appears this message:


in english maybe translated:
An unhandled exception of type 'System.AccessViolationException' in Mogre.dll

Additional information: Attempted to read or write protected memory. Often this condition indicates
that other memory is corrupt.



exactly at this line of code:
sceneMgr = root.CreateSceneManager(SceneType.ST_GENERIC, "SceneMgr");

any ideas? using opengl works fine!