-
-
Notifications
You must be signed in to change notification settings - Fork 981
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
Assimp plugin Critical error detected c0000374 Thread 1 received signal SIGTRAP, Trace/breakpoint trap #3019
Comments
is assimp built by ogre or externally? is the used assimp library built as debug? |
By ogre yes build in debug mode |
sounds like #1303. can you double-check that assimp is built as debug? |
It is build in separate directories one in release and another in debug. My Cmake Project selects the proper Release or Debug libraries. And as the name states Codec_Assimp_d.dll with _d suffix it is compiled in debug mode. |
yes, Codec_Assimp will be a debug librarary. What about Assimp itself? Where does assimp_DIR in Cmake point to? Does it contain the debug library of assimp? |
assimp_DIR points to E:/dev/ogre3d/ogre/build/debug/Dependencies/lib/cmake/assimp-5.2.
Disabling Codec_Assimp resolves the problem. |
no idea though.. might be MinGW specific. You can try master, where we updated to assimp 5.3.1 to check whether it is caused by assimp |
System Information
Detailled description
Assimp plugin Critical error detected c0000374 Thread 1 received signal SIGTRAP, Trace/breakpoint trap while executing debug build loading Assimp plugin.
Ogre.log
The text was updated successfully, but these errors were encountered: