MATLAB: Do I receive the error “Unknown Windows exception of type=c000001d” and a MSVC Runtime crash or Application Failed to Initialize Properly (0xc000001d) when starting MATLAB

MATLAB

The error that appears in the Command Window is:
Unknown Windows exception of type=c000001d was not caught.1 assert/signal failures have occurred; MATLAB will abort in 10 seconds.
Then a pop-up window containing the message below appears, and after clicking OK, MATLAB closes:
Runtime Error!
Program: C:\Program Files\MATLAB\R2008b\bin\win32\MATLAB.exe
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Also, MATLAB may give me the error:
Application Failed to Initialize Properly (0xc000001d)

Best Answer

This problem is usually caused by using unsupported hardware such as a processor that does not support the Streaming SIMD Extensions 2 (SSE2) instruction set (e.g. Intel Pentium III, AMD Athlon 32-bit). Check the following page to ensure that your system meets the specified requirements:
There are no workarounds to make MATLAB 7.6 (R2008a) or higher to run on a processor that does not support the SSE2 instruction set.