Message 1 of 7
Not applicable
12-22-2020
07:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been following the steps found in:
So far so good, managed to get the Activation screen to load. However when Maya is about to start it crashes with this error:
root : ERROR : code for hash md5 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
root : ERROR : code for hash sha1 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
root : ERROR : code for hash sha224 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
root : ERROR : code for hash sha256 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
root : ERROR : code for hash sha384 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
root : ERROR : code for hash sha512 was not found.
Traceback (most recent call last):
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/autodesk/maya2020/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
Stack trace:
gsignal
abort
/lib/x86_64-linux-gnu/libffi.so.8(+0x2452) [0x7fabe0ebd452]
/usr/autodesk/maya2020/lib/python2.7/lib-dynload/_ctypes.so(+0xfe4f) [0x7fabbd6cbe4f]
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x8ebfb) [0x7fabfdca3bfb]
/usr/autodesk/maya2020/lib/python2.7/lib-dynload/_ctypes.so(+0xec47) [0x7fabbd6cac47]
/usr/autodesk/maya2020/lib/python2.7/lib-dynload/_ctypes.so(+0xecc9) [0x7fabbd6cacc9]
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0xae395) [0x7fabfdcc3395]
PyEval_EvalFrameEx
PyEval_EvalFrameEx
PyEval_EvalCodeEx
PyEval_EvalCode
PyImport_ExecCodeModuleEx
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x14b30e) [0x7fabfdd6030e]
PyObject_Call
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x49d61) [0x7fabfdc5ed61]
PyObject_CallMethod
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x112dc1) [0x7fabfdd27dc1]
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x113034) [0x7fabfdd28034]
PyImport_ImportModuleLevel
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0xf30af) [0x7fabfdd080af]
PyObject_Call
PyEval_CallObjectWithKeywords
PyEval_EvalFrameEx
PyEval_EvalCodeEx
PyEval_EvalCode
PyImport_ExecCodeModuleEx
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x14b30e) [0x7fabfdd6030e]
PyObject_Call
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x49d61) [0x7fabfdc5ed61]
PyObject_CallMethod
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x112dc1) [0x7fabfdd27dc1]
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0x113075) [0x7fabfdd28075]
PyImport_ImportModuleLevel
/usr/autodesk/maya2020/lib/libpython2.7.so.1.0(+0xf30af) [0x7fabfdd080af]
PyObject_Call
PyEval_CallObjectWithKeywords
PyEval_EvalFrameEx
PyEval_EvalCodeEx
PyEval_EvalCode
1/usr/autodesk/maya2020/bin/maya: line 194: 4251 Segmentation fault (core dumped) /usr/autodesk/maya2020/bin/maya.bin
I'm using maya2020-64_2020.0-236_amd64, Ubuntu Budgie 20.10.
I've tried replacing maya's hashlib with a my custom 2.7 hashlib and it just gives a segfault. Any ideas on how to fix this?
Solved! Go to Solution.