Python Ogre autodetect fail

emeryc

05-08-2009 08:35:44

I'm running Python Ogre on a 64 bit gentoo linux system.

Ogre demos work without a problem, python ogre demos bring up the configuration screen, and then after it has been set up the screen turns black and I get

08:47:30: Registering ResourceManager for type Texture
08:47:30: Using FSAA from GL_ARB_multisample extension.
08:47:30: ResourceBackgroundQueue - threading disabled
08:47:30: Particle Renderer Type 'billboard' registered
08:47:30: SceneManagerFactory for type 'BspSceneManager' registered.
08:47:30: Registering ResourceManager for type BspLevel
08:47:30: SceneManagerFactory for type 'OctreeSceneManager' registered.
08:47:30: SceneManagerFactory for type 'TerrainSceneManager' registered.
08:47:30: Parsing scripts for resource group Autodetect


and then python crashes (more accurately the system kills the python process).

I'm running python2.6, and python-ogre off of the trunk rev 994.

I can give you any information about this system that you would like to know.

Thank You