OGRE_EXCEPTION: Could not load dynamic library.\RenderSyster

huaner

03-07-2007 02:20:40

Hi:
i use oge 1.4 to complie, all are right. but when i run it, there is a wrong. the error hint is:

OGRE_EXCEPTION(7: InternalErrorException): Could not load dynamic library.\RenderSysterm_Dirext3D9.
e:\projects\ogrecvs\branches\eihort_vc8\ogrenew\ogremain\src\ogredynlib

but, the dll which i used is the ogre 1.4. how to deal with this error?





























































































kungfoomasta

03-07-2007 03:34:07

This doesn't seem to be related to QuickGUI at all..

Are you loading your plugins via Plugins.cfg or via code? If using Plugins.cfg, make sure the PluginFolder path is correct, and that the Plugin RenderSysterm_Dirext3D9 does exist in the path specified.

Whats with all the newlines? :P

huaner

03-07-2007 09:19:14

This doesn't seem to be related to QuickGUI at all..

Are you loading your plugins via Plugins.cfg or via code? If using Plugins.cfg, make sure the PluginFolder path is correct, and that the Plugin RenderSysterm_Dirext3D9 does exist in the path specified.

Whats with all the newlines? :P

hi:
my Plugin.cfg is
# Defines plugins to load

# Define plugin folder
PluginFolder=.

# Define plugins
Plugin=RenderSystem_Direct3D9
Plugin=RenderSystem_GL

and the dll is the same level. maybe i must install sp1?

kungfoomasta

03-07-2007 09:50:21

I don't think that would fix it, but it couldn't hurt to install, right? Are you able to run any of the demos? Are you using the Ogre SDK or from source? What version?

huaner

09-07-2007 04:08:21

I don't think that would fix it, but it couldn't hurt to install, right? Are you able to run any of the demos? Are you using the Ogre SDK or from source? What version?
i had resolved it. first, i must install d3dx9_33.dll. at the same time, the media must be copied from sdk. now, it can run. :)