I'm VERY new to OGRE-Next (or OGRE for that matter) and I am trying to learn from going through the Sample Tutorials. I built OGRE on Ubuntu using debug static libraries. I am using OGRE-Next v3.0.0
I am trying to make my own project based on Tutorial00_Basic.cpp. Well, right now it is mostly the same .cpp as I wanted to see if I could simplify the Cmake and stuff to a simpler version for me to understand.
All build fine but when I run I get: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
at:
Code: Select all
Root *root = OGRE_NEW Root( &abiCookie, pluginsFolder + pluginsFile, //
writeAccessFolder + "ogre.cfg", //
writeAccessFolder + "Ogre.log" );
Any hints on what I can do to narrow down the problem?