Maya 2017, Ubuntu 16.04.. SIGSEGV in __GI_raise()

Maya 2017, Ubuntu 16.04.. SIGSEGV in __GI_raise()

Anonymous
Not applicable
908 Views
3 Replies
Message 1 of 4

Maya 2017, Ubuntu 16.04.. SIGSEGV in __GI_raise()

Anonymous
Not applicable

Screenshot from 2016-08-26 01-36-11.png

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
Stack trace:
  gsignal
  abort
  __gnu_cxx::__verbose_terminate_handler()
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8d6b6) [0x7f509d8846b6]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8d701) [0x7f509d884701]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8d919) [0x7f509d884919]
  std::__throw_logic_error(char const*)
  char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag)
  std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)
  /usr/autodesk/maya2017/lib/libMC3.so.9(+0x25d9f) [0x7f5098956d9f]
  /usr/autodesk/maya2017/lib/libMC3.so.9(+0x83b10) [0x7f50989b4b10]
  CMLFacade::Initialize(CMLWaypoint*, wchar_t const*, wchar_t const*, int, unsigned int, long long, long long, wchar_t const*, bool)
  CMLFacade::Initialize(CMLWaypoint*, wchar_t const*, wchar_t const*, int, unsigned int, long long, long long, wchar_t const*)
  TCIPClient::initialize()
  TCIPClient::TCIPClient()
  TCIPClient::theOne()
  TbaseApp::cipReportStartup()
  TbaseApp::initGeneral()
  /usr/autodesk/maya2017/bin/maya.bin() [0x416232]
  Tapplication::start()
  /usr/autodesk/maya2017/bin/maya.bin() [0x40ee50]
  main
  __libc_start_main
  /usr/autodesk/maya2017/bin/maya.bin() [0x40e6ed]

Segmentation fault (core dumped)

Following this thread http://askubuntu.com/questions/740200/installing-autodesk-maya-2016 I've installed Maya and successfully registered serial number, but after minute of glory the segfault happens. I wonder if somebody knows what the heck is going on here?..

0 Likes
909 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

I have the same problem. Did you manage to fix it?

0 Likes
Message 3 of 4

Anonymous
Not applicable

have you fixed it? need help

0 Likes
Message 4 of 4

Anonymous
Not applicable

Try to disable Customer Improvement Program. Use this bash script in your terminal:

echo "MAYA_DISABLE_CIP=1" &gt;&gt; ~/maya/2017/Maya.env 

 

0 Likes