Revision history [back]
Maya 2020 uses an old version of OpenSSL that leads to crashing on 10th (Ice Lake), 11th (Rocket Lake) or 12th (Alder Lake) generation Intel CPUs. The problem occurs when import wingdbstub is reached, crashing Maya completely.
There are two ways to work around this problem:
- Make sure you have Wing 8.3.2 or later. Then uncheck the
Debugger > Network > Use Digests to Identify Filespreference in Wing. This turns off a part of Wing's debugger implementation that callshashlib, and thus avoids the crash.
-or-
- Set Windows system environment variable
OPENSSL_ia32capto the value~0x20000000before starting Maya. This disables the OpenSSL feature that is leading to the crash.