2008/09/28

OGRE Exception

VC++2008使用OGRE SDK的Sample
編譯後執行出現錯誤

OGRE EXCEPTION(7:InternalErrorException):Could not load dynamic libary .\Plugin_PCZSceneManager.dll. System Error: The specified module could not be found. in DynLib::load at ..\src\OgreDynLib.cpp (line 80)

解決方法

The Complete Blanks Guide To Using The OGRE SDK AppWizard中有解決方法

Upon executing, I receive the following error OGRE EXCEPTION(7:InternalErrorException):Could not load dynamic libary \Plugin_PCZSceneManager.dll. System Error: The specified module could not be found. in DynLib::load at ..\src\OgreDynLib.cpp (line 80)

Try deleting the following two entries from the Plugins.cfg file:

PCZSceneManager.dll OctreeZone.dll



試著將 Plugin.cfg中
Plugin=Plugin_PCZSceneManager_d.dll
這行刪掉

以下也有可能導致error
Plugin=Plugin_OctreeZone.dll
Plugin=Plugin_OctreeSceneManager

沒有留言 :