jonclaassens / cri

A customizable robot interface
6 stars 1 forks source link

cri crashes on startup #1

Open kaserf opened 12 years ago

kaserf commented 12 years ago

hi,

I've just built cri with all its dependencies. When I try to run it with "rosrun cri cri" it crashes.

Any ideas what the problem could be?

The output:

[ INFO] [1339046587.375514941]: Starting initialization script and waiting for completion... setup called with <PyModPyPortalInt.PyInterface object at 0x7f47f854e668> Traceback (most recent call last): File "", line 87, in resizeGL RuntimeError: Unknown CRI callback 'WindowChanged'. [ INFO] [1339046588.056278069]: Giving a thread to PyQT QApplication... [ INFO] [1339046588.056505413]: Waiting on QApplication... [ INFO] [1339046588.056984883]: Initializing OGRE 3D... Creating resource group General Creating resource group Internal Creating resource group Autodetect Segmentation fault (core dumped)

jonclaassens commented 12 years ago

Hi,

Just some details... What graphics card are you using? ROS Fuerte or Electric? And, is this in Ubuntu Precision or earlier?

Best regards Jon

kaserf commented 12 years ago

Hi,

I'm on a Thinkpad X201 with an intel onboard graphics chip. I'm using ROS Fuerte on Ubuntu 12.04.

cheers felix

ashleylid commented 12 years ago

Getting same problem with this error:

build/ogre_src_v1-7-3/OgreMain/include/OgreSingleton.h:80: Ogre::Singleton::Singleton() [with T = Ogre::HighLevelGpuProgramManager]: Assertion `!ms_Singleton' failed. Aborted (core dumped)

same in that the core dumps right away - not start sequence etc.. working on it will get back if I find anything new..