HoundWhiplash
09-01-2009 03:45:08
Evening folks!
I'm having a bit of an issue with MOGRE using the tutorials that reference the MogreFramework. Was curious if anyone could be of assistance.
First off, I can supply a screen shot of the error I'm getting:
Also, my Ogre.log looks as follows:
I realize that the error I'm getting is occurring around
Thanks kindly!
I'm having a bit of an issue with MOGRE using the tutorials that reference the MogreFramework. Was curious if anyone could be of assistance.
First off, I can supply a screen shot of the error I'm getting:
Also, my Ogre.log looks as follows:
22:42:11: Creating resource group General
22:42:11: Creating resource group Internal
22:42:11: Creating resource group Autodetect
22:42:11: SceneManagerFactory for type 'DefaultSceneManager' registered.
22:42:11: Registering ResourceManager for type Material
22:42:11: Registering ResourceManager for type Mesh
22:42:11: Registering ResourceManager for type Skeleton
22:42:11: MovableObjectFactory for type 'ParticleSystem' registered.
22:42:11: OverlayElementFactory for type Panel registered.
22:42:11: OverlayElementFactory for type BorderPanel registered.
22:42:11: OverlayElementFactory for type TextArea registered.
22:42:11: Registering ResourceManager for type Font
22:42:11: ArchiveFactory for archive type FileSystem registered.
22:42:11: ArchiveFactory for archive type Zip registered.
22:42:11: FreeImage version: 3.10.0
22:42:11: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
22:42:11: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2
22:42:11: DDS codec registering
22:42:11: Registering ResourceManager for type HighLevelGpuProgram
22:42:11: Registering ResourceManager for type Compositor
22:42:11: MovableObjectFactory for type 'Entity' registered.
22:42:11: MovableObjectFactory for type 'Light' registered.
22:42:11: MovableObjectFactory for type 'BillboardSet' registered.
22:42:11: MovableObjectFactory for type 'ManualObject' registered.
22:42:11: MovableObjectFactory for type 'BillboardChain' registered.
22:42:11: MovableObjectFactory for type 'RibbonTrail' registered.
22:42:11: Loading library M:/MogreSDK/RenderSystem_Direct3D9
22:42:11: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library M:/MogreSDK/RenderSystem_Direct3D9. System Error: The specified module could not be found.
in DynLib::load at ..\src\OgreDynLib.cpp (line 80)
22:42:13: *-*-* OGRE Shutdown
22:42:13: Unregistering ResourceManager for type Compositor
22:42:13: Unregistering ResourceManager for type Font
22:42:13: Unregistering ResourceManager for type Skeleton
22:42:13: Unregistering ResourceManager for type Mesh
22:42:13: Unregistering ResourceManager for type HighLevelGpuProgram
22:42:13: Unregistering ResourceManager for type Material
I realize that the error I'm getting is occurring around
22:42:11: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library M:/MogreSDK/RenderSystem_Direct3D9. System Error: The specified module could not be found.but I'm curious whether A) I can somehow change this to render with OpenGL and B) if not, is this Renderer required for ALL Mogre projects.
in DynLib::load at ..\src\OgreDynLib.cpp (line 80)
Thanks kindly!