Stuck Getting Started

lopemanc

05-03-2008 20:14:01

Hi All,

Just getting started here. Trying to follow the tutorial at

http://www.ogre3d.org/wiki/index.php/Mo ... Tutorial_0

Have the error below when running first program.

I had downloaded the prebuilt MOGRE into the ogreSDK directories.

14:04:14: Loading library .\RenderSystem_Direct3D9_d.dll
14:04:14: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library .\RenderSystem_Direct3D9_d.dll. System Error: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

in DynLib::load at ..\src\OgreDynLib.cpp (line 80)


Tried playing with Plugins.cfg. changed from current directory to ogre SDK debug. Same error different path. Current file below

# Defines plugins to load

# Define plugin folder
PluginFolder=.

# Define plugins
Plugin=RenderSystem_Direct3D9_d
Plugin=RenderSystem_GL_d
Plugin=Plugin_ParticleFX_d
Plugin=Plugin_BSPSceneManager_d
Plugin=Plugin_OctreeSceneManager_d
Plugin=Plugin_CgProgramManager_d

Also tried moving these dlls to application directory.

All help is appreciated. Maybe there are dlls outside the patch that this dll tries to load and that is the actual failure?

Thanks,

Chris :cry:

bharling

06-03-2008 08:25:24

Hmm... wrong forum I think. This forum is for Python-Ogre ( python bindings for ogre ) not MOGRE. If you're having trouble getting started with ogre, then I'd reccomend giving python-ogre a try, its very easy compared to other languages :) !