Hydrax Crash in Linux 64Bit

SomeFusion

11-08-2009 18:47:48

Hi,

I have experience a Hydrax crash in Linux. I have traced it down to line 2228 in MaterialManager.cpp.


void MaterialManager::setCompositorEnable(const CompositorType &Compositor, const bool &Enable)
{
Ogre::CompositorPtr &Comp = mCompositors[static_cast<int>(Compositor)];

if (Comp.isNull())
{
return;
}

Ogre::CompositorManager::getSingleton().
setCompositorEnabled(mHydrax->getViewport(), Comp->getName(), Enable); // <---- the crash happens here

mCompositorsEnable[static_cast<int>(Compositor)] = Enable;
}



I can't find anything unusual in my Ogre.log, other than that it suddenly stops. You can view the log here http://pastebin.ca/1525366

Thanks,
somefusion