-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load the plugin Plugin_DotScene
and Codec_Assimp
#2916
Comments
could be an instance of #1303. Does a release build work? If not, you should provide the actual message of the exception you get. |
no, the same error occurs in the release version that the specified module could not be found ( Error occurred during execution: Ogre::InternalErrorException::InternalErrorException: Could not load dynamic library C:/Users/Z/Desktop/Dz/fishing/game-3D-tutorial-env/config/../build/vcpkg_installed/x64-windows/plugins/ogre\Plugin_DotScene # can't work. System Error: The specified module could not be found. It works well if not using them. |
its different then. Run depends (https://www.dependencywalker.com/) on the failing plugins and check whether they find their dependencies (e.g. DotScene needs pugixml) |
no idea then. But our own SDK does work? (SampleBrowser starts) https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.0.1/ogre-sdk-v14.0.1-msvc142-x64.zip |
Yes, |
yes, the plugins are loaded. You can check the log. This is something on the vcpkg side then that they should debug. |
could you tell me where is the log? |
Documents/OGRE Sample Browser/ |
I have searched for a long time but failed to find >_< A wired thing is that I use the OGRE installed by |
its in your user Documents folder. C:\Users%USERPROFILE%\Documents or something |
thanks |
microsoft/vcpkg#33111
The text was updated successfully, but these errors were encountered: