By using the instructions here http://etoia.free.fr/?p=1611 I was able to install Maya 2011 on Ubuntu 11.10, and got it to accept my network license and boot up. However, if I try to create a new scene, or load any file (scene or .obj), I get a Signal 11 crash to desktop. The last thing in Maya's log in tmp is
connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
with no obvious error messages.
Has anyone else experienced this problem? What is the fix? Do you have any advice how to go about debugging it?
EDIT: Here is the backtrace from gdb:
#0 0x00007fffec9790c6 in ?? () from /usr/lib/nvidia-173-updates/libGL.so.1
#1 0x00007fffec97921b in ?? () from /usr/lib/nvidia-173-updates/libGL.so.1
#2 0x00007fffec97b46b in ?? () from /usr/lib/nvidia-173-updates/libGL.so.1
#3 0x00007ffff0cec9a5 in GLFrameBuffer::createOffscreen(WindowWrapper
const&, awBufferFormat const&, unsigned int, unsigned int, bool) ()
from /usr/autodesk/maya2011-x64/lib/libHWGL.so
#4 0x00007ffff0a74101 in
OGLRenderBackEnd::createContext(WindowWrapper const&, awBufferFormat
const&, bool, unsigned int, unsigned int, bool) ()
from /usr/autodesk/maya2011-x64/lib/libHWRender.so
#5 0x00007ffff0a7849a in OGLRenderBackEnd::swatchContext(unsigned
int&, unsigned int&, void*) () from
/usr/autodesk/maya2011-x64/lib/libHWRender.so
#6 0x00007ffff0828008 in ThwTextureManager::removeObservers() ()
from /usr/autodesk/maya2011-x64/lib/libHWRenderMaya.so
#7 0x00007ffff25c7942 in
TglobalTranslator::callDefaultCallbacks(TglobalTranslator::TaddCallbackMode)
() from /usr/autodesk/maya2011-x64/lib/libShared.so
#8 0x00007ffff2590eab in TsceneOperator::resetScene() ()
from /usr/autodesk/maya2011-x64/lib/libShared.so
#9 0x00007ffff259200f in TsceneOperator::newScene(bool) ()
from /usr/autodesk/maya2011-x64/lib/libShared.so
#10 0x00007ffff2589a03 in TfileCmd::handleFileNewFlag(TargDatabase&,
TsceneFile*) () from /usr/autodesk/maya2011-x64/lib/libShared.so
Switching to nvidia-current instead of nvidia-173-updates doesn't solve the problem.
