Quote:
|
Originally Posted by luap Well i checked out the autodesk website and they it should be compatible with my linux distro http://usa.autodesk.com/adsk/servlet...112&id=7639522 but i not sure wots happend i have reinstalled linux 2 times now and maya about 6 and i still get the same message but there was another rpm in the cd they had suse and redhat that i had to install or else it would not even find the program wen i went to open it so i installed the redhat becuse fc5 is based on redhat  |
Fedora Core is Red Hat's open source project for evaluating new packages before implementing them into the Enterprise distribution RHEL. This is similar to how Novell has OpenSUSE project with bleeding edge software to work out the bugs before implementing the stable software into SLED.
Anyway, if you set environment variable MAYA_DEBUG_ENABLE_CRASH_REPORTING before running Maya, if Maya does crash you will get a stack trace (at least most times). If not and its reproducible, then running under gdb will generally give you the stack trace. Run in a terminal
maya -d gdb which can be used to either identify the problem or include in your bug report to Autodesk.