Maya crashes on exit with update KB4040973 in Windows 7

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A recent update (KB4040973) to Windows 7 SP1 and Windows Server 2008 R2 SP1 causes Maya to crash on exit when a plugin using managed code is loaded.
KB4041083, which includes KB4040973 is an update for the .NET framework to fix some security issues.
The strange thing is that Maya only crashes when launched from:
• Batch file
• Command line
• Taskbar shortcut
• Any other launcher tool
To repro,
1. Copy "C:\Program Files\Autodesk\maya2014\devkit\dotnet\examples" to a local workspace
2. Build "examples\examples.sln" to create "examples\assemblies\examples.nll.dll"
3. Launch Maya from command line
4. Load examples.nll.dll
5. Close Maya, and it crashes
A dump file shows the main thread hanging in Autodesk’s C:\Program Files\Autodesk\Maya2014\bin\ExtensionLayer.dll. Even after attempting to load Autodesk’s symbol-server (via https://area.autodesk.com/blogs/the-3ds-max-blog/debug_symbol_server_for_3ds_max_2012/), I’m not able to debug with symbols.
Crash confirmed with Maya 2014 SP2 and Maya 2016 SP6.