Hello All,
I’ve built and used cinder a bit on a VM a few months ago, but upon installing it on a real ubuntu machine, I’m having some issues. All of the samples immediately segfault. Here is a stack trace from gdb for BasicApp:
#0 0x00000000009a199e in boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*) ()
#1 0x0000000000686be9 in boost::filesystem::exists (p=...) at /home/konneker/code/libcinder/include/boost/filesystem/operations.hpp:404
#2 0x000000000068654b in cinder::app::Platform::findAndAddDefaultAssetPath (this=0xd769a0) at /home/konneker/code/libcinder/src/cinder/app/Platform.cpp:149
#3 0x0000000000685fb5 in cinder::app::Platform::initAssetDirectories (this=0xd769a0) at /home/konneker/code/libcinder/src/cinder/app/Platform.cpp:98
#4 0x0000000000685f15 in cinder::app::Platform::initialize (this=0xd769a0) at /home/konneker/code/libcinder/src/cinder/app/Platform.cpp:84
#5 0x0000000000685eca in cinder::app::Platform::get () at /home/konneker/code/libcinder/src/cinder/app/Platform.cpp:67
#6 0x0000000000677cc9 in cinder::app::AppBase::prepareLaunch () at /home/konneker/code/libcinder/src/cinder/app/AppBase.cpp:172
#7 0x0000000000674083 in cinder::app::AppLinux::main<BasicApp>(std::shared_ptr<cinder::app::Renderer> const&, char const*, int, char* const*, std::function<void (cinder::app::AppBase::Settings*)> const&) (defaultRenderer=warning: RTTI symbol not found for class 'std::_Sp_counted_ptr<cinder::app::RendererGl*, (__gnu_cxx::_Lock_policy)2>'
warning: RTTI symbol not found for class 'std::_Sp_counted_ptr<cinder::app::RendererGl*, (__gnu_cxx::_Lock_policy)2>'
std::shared_ptr (count 1, weak 0) 0xd76910, title=0x9a66d4 "BasicApp", argc=1, argv=0x7fffffffddf8, settingsFn=...)
at /home/konneker/code/libcinder/include/cinder/app/linux/AppLinux.h:73
#8 0x00000000006739f1 in main (argc=1, argv=0x7fffffffddf8) at /home/konneker/code/libcinder/samples/BasicApp/src/BasicApp.cpp:84
Is there anything obvious here to people that know what they’re doing (i.e. not me) ?