-
-
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
Can't run tutorial project from samples #1763
Comments
ogre:
but then for Tutorials
you cant do that with MSVC. If one is debug, the other one must be too. (RelWithDebInfo can be mixed with Release though) also see #1303 |
I try to build for Debug build type
Another error
It happen because I have "C:/OgreSDK/build32/Debug/Dependencies/lib/assimp-vc142-mtd.lib" but not "C:/OgreSDK/build32/Debug/Dependencies/lib/assimp-vc142-mt.lib" (diff in filename - assimp-vc142-mt.lib VS assimp-vc142-mtD.lib |
this is a bug in assimp. Disable it -DOGRE_BUILD_PLUGIN_ASSIMP=OFF or rename the file manually. |
I update my build script
Now it work fine, but I found out some new problem. And should not forget disable Assimp codec in plugins.cfg |
ogre should forward the correct generator & toolchain to the dependencies. However, you have to wipe the build folder when either changing the build type or the toolchain - otherwise there will be stale config files around. |
System Information
Detailled description
Samples does not work. Build without problem but can't run exe.
Steps to reproduce
CMake can find OGRE, great.
Exception 0xc0000005 encountered at address 0x74ba35c9: Access violation reading location 0x00b01000
Stacktrace:
Ogre.log
not available
The text was updated successfully, but these errors were encountered: