<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Faulting module crash in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539490#M10199</link>
    <description>&lt;P&gt;Hi there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got a new computer, totally fresh Windows 10 Home and completely fresh install of either Maya2019 and Maya2020.&amp;nbsp; Both are behaving exactly the same way.&amp;nbsp; &amp;nbsp;For the most part they work, but when using scripts that work on my old computer or work for everyone else I know, I get an instant Maya crash without error.&amp;nbsp; Just Poof maya disappears.&amp;nbsp; &amp;nbsp;And when I check EventViewer I see this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Faulting application name: maya.exe, version: 20.0.0.235, time stamp: 0x5dcd69e3&lt;BR /&gt;Faulting module name: _ssl.pyd, version: 0.0.0.0, time stamp: 0x57763335&lt;BR /&gt;Exception code: 0xc0000005&lt;BR /&gt;Fault offset: 0x00000000000073e3&lt;BR /&gt;Faulting process id: 0x26f4&lt;BR /&gt;Faulting application start time: 0x01d78f3e60d4e00b&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2020\bin\maya.exe&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_ssl.pyd&lt;/STRONG&gt;&lt;BR /&gt;Report Id: bd4465fd-513b-4830-896a-06c0ce32acdd&lt;BR /&gt;Faulting package full name:&lt;BR /&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So this is just one of the&amp;nbsp; faulting module errors I see.&amp;nbsp; I get several very similar crashes depending on which script I'm trying to use.&amp;nbsp; Above one was when trying to load StudioLibrary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to load AnimBot, I get same thing but pointing to this one&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_hashlib.pyd&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;While running another script, it fails on highlighted line.&amp;nbsp; This script works for everyone else.&lt;BR /&gt;## Download Icon&lt;BR /&gt;appPath = os.environ['MAYA_APP_DIR']&lt;BR /&gt;path = os.path.join(appPath, version, "prefs/icons", imageName)&lt;BR /&gt;&lt;STRONG&gt;urllib.urlretrieve(url, path)&amp;nbsp; &amp;nbsp; &amp;nbsp;# &amp;lt;-- Maya Crash happens here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with following faulting module in event viewer.&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2020\bin\maya.exe&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_ssl.pyd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Weird thing---&lt;BR /&gt;&lt;/STRONG&gt;If I grab the offending .pyd files Maya/Python/DLLs folder and replace them with .pyd files from local installation of Python2.7 (just the ones that show up in the error) then the problem goes away... well almost.&amp;nbsp; Some other parts still fail but at least no crash. (AnimBot and StudioLibrary actually work) but I don't want to keep chasing problems with scripts that work everywhere else.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Soo.... I'm at a complete loss now.&amp;nbsp; I tried deleting everything Autodesk related, reinstalling fresh and always with the same result.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Side note.&amp;nbsp; Everything works great in Maya2022, no errors there.&amp;nbsp; But 2019 and 2020 behave exactly the same way.&amp;nbsp; And I kind of need to stick with 2020 for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HELP!!!!&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it's related, but on my old computer this command never gave me an Error Permission denied.&amp;nbsp; Could that have something to do with the problems above?&lt;BR /&gt;&lt;BR /&gt;C:\Program Files\Autodesk\Maya2020\bin&amp;gt;mayapy.exe -m ensurepip --upgrade&lt;BR /&gt;Ignoring indexes: &lt;A href="https://pypi.python.org/simple" target="_blank"&gt;https://pypi.python.org/simple&lt;/A&gt;&lt;BR /&gt;Collecting setuptools&lt;BR /&gt;Collecting pip&lt;BR /&gt;Installing collected packages: setuptools, pip&lt;BR /&gt;Exception:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\basecommand.py", line 211, in main&lt;BR /&gt;status = self.run(options, args)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\commands\install.py", line 311, in run&lt;BR /&gt;root=options.root_path,&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_set.py", line 646, in install&lt;BR /&gt;**kwargs&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_install.py", line 803, in install&lt;BR /&gt;self.move_wheel_files(self.source_dir, root=root)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_install.py", line 998, in move_wheel_files&lt;BR /&gt;isolated=self.isolated,&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\wheel.py", line 339, in move_wheel_files&lt;BR /&gt;clobber(source, lib_dir, True)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\wheel.py", line 317, in clobber&lt;BR /&gt;shutil.copyfile(srcfile, destfile)&lt;BR /&gt;File "C:\Program Files\Autodesk\Maya2020\bin\python27.zip\shutil.py", line 83, in copyfile&lt;BR /&gt;with open(dst, 'wb') as fdst:&lt;BR /&gt;&lt;STRONG&gt;IOError: [Errno 13] Permission denied: 'C:\\Program Files\\Autodesk\\Maya2020\\Python\\Lib\\site-packages\\easy_install.py'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 07:35:30 GMT</pubDate>
    <dc:creator>pstarostin</dc:creator>
    <dc:date>2021-08-12T07:35:30Z</dc:date>
    <item>
      <title>Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539490#M10199</link>
      <description>&lt;P&gt;Hi there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got a new computer, totally fresh Windows 10 Home and completely fresh install of either Maya2019 and Maya2020.&amp;nbsp; Both are behaving exactly the same way.&amp;nbsp; &amp;nbsp;For the most part they work, but when using scripts that work on my old computer or work for everyone else I know, I get an instant Maya crash without error.&amp;nbsp; Just Poof maya disappears.&amp;nbsp; &amp;nbsp;And when I check EventViewer I see this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Faulting application name: maya.exe, version: 20.0.0.235, time stamp: 0x5dcd69e3&lt;BR /&gt;Faulting module name: _ssl.pyd, version: 0.0.0.0, time stamp: 0x57763335&lt;BR /&gt;Exception code: 0xc0000005&lt;BR /&gt;Fault offset: 0x00000000000073e3&lt;BR /&gt;Faulting process id: 0x26f4&lt;BR /&gt;Faulting application start time: 0x01d78f3e60d4e00b&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2020\bin\maya.exe&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_ssl.pyd&lt;/STRONG&gt;&lt;BR /&gt;Report Id: bd4465fd-513b-4830-896a-06c0ce32acdd&lt;BR /&gt;Faulting package full name:&lt;BR /&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So this is just one of the&amp;nbsp; faulting module errors I see.&amp;nbsp; I get several very similar crashes depending on which script I'm trying to use.&amp;nbsp; Above one was when trying to load StudioLibrary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to load AnimBot, I get same thing but pointing to this one&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_hashlib.pyd&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;While running another script, it fails on highlighted line.&amp;nbsp; This script works for everyone else.&lt;BR /&gt;## Download Icon&lt;BR /&gt;appPath = os.environ['MAYA_APP_DIR']&lt;BR /&gt;path = os.path.join(appPath, version, "prefs/icons", imageName)&lt;BR /&gt;&lt;STRONG&gt;urllib.urlretrieve(url, path)&amp;nbsp; &amp;nbsp; &amp;nbsp;# &amp;lt;-- Maya Crash happens here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with following faulting module in event viewer.&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2020\bin\maya.exe&lt;BR /&gt;&lt;STRONG&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_ssl.pyd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Weird thing---&lt;BR /&gt;&lt;/STRONG&gt;If I grab the offending .pyd files Maya/Python/DLLs folder and replace them with .pyd files from local installation of Python2.7 (just the ones that show up in the error) then the problem goes away... well almost.&amp;nbsp; Some other parts still fail but at least no crash. (AnimBot and StudioLibrary actually work) but I don't want to keep chasing problems with scripts that work everywhere else.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Soo.... I'm at a complete loss now.&amp;nbsp; I tried deleting everything Autodesk related, reinstalling fresh and always with the same result.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Side note.&amp;nbsp; Everything works great in Maya2022, no errors there.&amp;nbsp; But 2019 and 2020 behave exactly the same way.&amp;nbsp; And I kind of need to stick with 2020 for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HELP!!!!&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it's related, but on my old computer this command never gave me an Error Permission denied.&amp;nbsp; Could that have something to do with the problems above?&lt;BR /&gt;&lt;BR /&gt;C:\Program Files\Autodesk\Maya2020\bin&amp;gt;mayapy.exe -m ensurepip --upgrade&lt;BR /&gt;Ignoring indexes: &lt;A href="https://pypi.python.org/simple" target="_blank"&gt;https://pypi.python.org/simple&lt;/A&gt;&lt;BR /&gt;Collecting setuptools&lt;BR /&gt;Collecting pip&lt;BR /&gt;Installing collected packages: setuptools, pip&lt;BR /&gt;Exception:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\basecommand.py", line 211, in main&lt;BR /&gt;status = self.run(options, args)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\commands\install.py", line 311, in run&lt;BR /&gt;root=options.root_path,&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_set.py", line 646, in install&lt;BR /&gt;**kwargs&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_install.py", line 803, in install&lt;BR /&gt;self.move_wheel_files(self.source_dir, root=root)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\req\req_install.py", line 998, in move_wheel_files&lt;BR /&gt;isolated=self.isolated,&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\wheel.py", line 339, in move_wheel_files&lt;BR /&gt;clobber(source, lib_dir, True)&lt;BR /&gt;File "c:\users\peter\appdata\local\temp\tmpyvmxuw\pip-7.1.2-py2.py3-none-any.whl\pip\wheel.py", line 317, in clobber&lt;BR /&gt;shutil.copyfile(srcfile, destfile)&lt;BR /&gt;File "C:\Program Files\Autodesk\Maya2020\bin\python27.zip\shutil.py", line 83, in copyfile&lt;BR /&gt;with open(dst, 'wb') as fdst:&lt;BR /&gt;&lt;STRONG&gt;IOError: [Errno 13] Permission denied: 'C:\\Program Files\\Autodesk\\Maya2020\\Python\\Lib\\site-packages\\easy_install.py'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:35:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539490#M10199</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-12T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539552#M10200</link>
      <description>&lt;P&gt;Doh, since I can't edit the post. just wanted to say ignore that permission denied error at the end.&amp;nbsp; When I run in from command prompt Ran as Administrator, it works.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 08:12:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539552#M10200</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-12T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539845#M10201</link>
      <description>&lt;P&gt;This seems related.&amp;nbsp; When trying to run mayapy command from command prompt (as administrator) I get a very similar crash in Event Viewer, and nothing visually happens in command prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mayapy -m pip install wheel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faulting application name: mayapy.exe, version: 20.4.0.1627, time stamp: 0x5fabe01b&lt;BR /&gt;Faulting module name: _ssl.pyd, version: 0.0.0.0, time stamp: 0x57763335&lt;BR /&gt;Exception code: 0xc0000005&lt;BR /&gt;Fault offset: 0x00000000000073e3&lt;BR /&gt;Faulting process id: 0xf14&lt;BR /&gt;Faulting application start time: 0x01d78f601425e884&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2020\bin\mayapy.exe&lt;BR /&gt;Faulting module path: C:\Program Files\Autodesk\Maya2020\Python\DLLs\_ssl.pyd&lt;BR /&gt;Report Id: 9e8b3a77-b54d-4e3b-aa24-afce4ca2637f&lt;BR /&gt;Faulting package full name:&lt;BR /&gt;Faulting package-relative application ID:&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 10:07:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10539845#M10201</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-12T10:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10560410#M10202</link>
      <description>&lt;P&gt;Hi Peter,&lt;BR /&gt;I have a similar issue in these days, for me the module that makes the maya crash is "pymysql", basically we are happily using this python-lib in three hundreds of machines from several years, but on a new intel machine it breaks without any error !&lt;/P&gt;&lt;P&gt;We are on Maya 2018.5, so the python is 2.7.11, and pymysql 0.6.6 but I tried also the 0.10 without any success. I guess Windows made some "security" enforcements and this in some way close some types of connections... but it's bad to cannot identify any error, having just the event log:&lt;/P&gt;&lt;P&gt;Faulting application name: maya.exe, version: 18.5.0.7880, time stamp: 0x5bea86e0&lt;BR /&gt;Faulting module name: _hashlib.pyd, version: 0.0.0.0, time stamp: 0x57763333&lt;BR /&gt;Exception code: 0xc0000005&lt;BR /&gt;Fault offset: 0x00000000000040a3&lt;BR /&gt;Faulting process ID: 0x3df0&lt;BR /&gt;Faulting application start time: 0x01d795a6a125030f&lt;BR /&gt;Faulting application path: C:\Program Files\Autodesk\Maya2018\bin\maya.exe&lt;BR /&gt;Faulting module path: C:\Program Files\Autodesk\Maya2018\Python\DLLs\_hashlib.pyd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10560410#M10202</guid>
      <dc:creator>DiegoViezzoli</dc:creator>
      <dc:date>2021-08-20T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10561572#M10203</link>
      <description>&lt;P&gt;Hey.&amp;nbsp; Thanks for your reply.&amp;nbsp; &amp;nbsp;Are all the new and old machines run the same up to date Windows versions?&amp;nbsp; &amp;nbsp;Do you think this might be something to do with processor?&amp;nbsp; &amp;nbsp;Mine is&amp;nbsp;&lt;SPAN&gt;CPU: Intel(R) Core™ Processor i9-11900KF 8/16 3.50GHz [Turbo 5.1GHz] 16MB Cache LGA1200&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 18:30:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10561572#M10203</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-20T18:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10562883#M10204</link>
      <description>&lt;P&gt;Right now I could agree with your suspect (the specific processor), even if it's unbeliavable, a week ago I was believing the Windows version installed should be the culprit,&amp;nbsp;but after different installations on that machine we still having the issue, while on different hardware still working fine as always been.&lt;BR /&gt;The point is we have also other computers identical to the one that breaks, the only difference is the date of the Windows installation... It's very annoying, anyway it's not about Maya, it seems more a Python issue, I can reproduce the crash in the python-shell as well infact I'm going to looking for some help on Stackoverflow next.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2021 11:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10562883#M10204</guid>
      <dc:creator>DiegoViezzoli</dc:creator>
      <dc:date>2021-08-21T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10562895#M10205</link>
      <description>&lt;P&gt;I agree.&amp;nbsp; &amp;nbsp;Very annoying.&amp;nbsp; &amp;nbsp;In my case it's a brand new computer and a fresh install.&amp;nbsp; &amp;nbsp;If you find a solution, please let me know.&amp;nbsp; &amp;nbsp;I contacted autodesk support as well, btw.&amp;nbsp; &amp;nbsp;Maybe something will come out of there as well, although it's such a weird problem.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2021 11:52:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10562895#M10205</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-21T11:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10566509#M10206</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;after further investigations I can confirm that we have this odd issue only on brand new machines with the processor:&lt;/P&gt;&lt;P&gt;11th Gen Intel Core i9-11900K @ 3.50GHz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have open an help request on Stackoverflow:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/68893416/python-2-7-compatibility-issue-with-11th-gen-intel-core-i9" target="_blank"&gt;https://stackoverflow.com/questions/68893416/python-2-7-compatibility-issue-with-11th-gen-intel-core-i9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For sure as you have written from the beginning moving to Maya 2020 or 2022 solve the issue because the newer Python version doesn't make this odd crash.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 13:21:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10566509#M10206</guid>
      <dc:creator>DiegoViezzoli</dc:creator>
      <dc:date>2021-08-23T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572104#M10207</link>
      <description>&lt;P&gt;Well, I sounds like I really lucked out with my CPU if that's the case.&amp;nbsp; &amp;nbsp;Thanks for the update and I'll keep an eye on stackoverflow as well in case there's a solution.&amp;nbsp; I guess for now I'll just work with my workaround.&amp;nbsp; I pointed Autodesk support to this thread as well, just in case.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 10:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572104#M10207</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-25T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572552#M10208</link>
      <description>&lt;P&gt;Hi Peter,&lt;BR /&gt;working solution for me has been found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.foundry.com/hc/en-us/articles/360012750300-Q100573-Katana-Mari-and-Nuke-can-fail-to-launch-with-a-10th-or-11th-Generation-Intel-CPU" target="_blank"&gt;https://support.foundry.com/hc/en-us/articles/360012750300-Q100573-Katana-Mari-and-Nuke-can-fail-to-launch-with-a-10th-or-11th-Generation-Intel-CPU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Basically it is a bug coming from OpenSSL on Windows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it solves your issues as well.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 13:11:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572552#M10208</guid>
      <dc:creator>DiegoViezzoli</dc:creator>
      <dc:date>2021-08-25T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572617#M10209</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;working solution for me has been founded here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.foundry.com/hc/en-us/articles/360012750300-Q100573-Katana-Mari-and-Nuke-can-fail-to-launch-with-a-10th-or-11th-Generation-Intel-CPU" target="_blank"&gt;https://support.foundry.com/hc/en-us/articles/360012750300-Q100573-Katana-Mari-and-Nuke-can-fail-to-launch-with-a-10th-or-11th-Generation-Intel-CPU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically it is a bug coming from OpenSSL on Windows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 13:34:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572617#M10209</guid>
      <dc:creator>DiegoViezzoli</dc:creator>
      <dc:date>2021-08-25T13:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572858#M10210</link>
      <description>&lt;P&gt;Thank you SO much!&lt;/P&gt;&lt;P&gt;setting env. variable&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;OPENSSL_ia32cap=~0x200000200000000&lt;/STRONG&gt;&amp;nbsp;works perfectly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:43:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10572858#M10210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-25T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10573934#M10211</link>
      <description>&lt;P&gt;&amp;nbsp;oh WOW.&amp;nbsp; Thank you so much for letting me know.&amp;nbsp; That solution works!!!&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 22:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10573934#M10211</guid>
      <dc:creator>pstarostin</dc:creator>
      <dc:date>2021-08-25T22:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10590539#M10212</link>
      <description>&lt;P&gt;Is this workaround the permanent solution or should we expect a Maya update that uses the newer&amp;nbsp;OpenSSL soon?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 13:23:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10590539#M10212</guid>
      <dc:creator>alanYK9FF</dc:creator>
      <dc:date>2021-09-01T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Faulting module crash</title>
      <link>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10713114#M10213</link>
      <description>&lt;P&gt;Saw this issue when opening a plugin on a *single* new machine (maybe the first one with 11th gen CPU), whereas other machines are all fine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you guys for saving my sanity.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 02:03:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/faulting-module-crash/m-p/10713114#M10213</guid>
      <dc:creator>felix.wangDUURX</dc:creator>
      <dc:date>2021-10-26T02:03:59Z</dc:date>
    </item>
  </channel>
</rss>

