Why does MATLAB crash upon start with error code 0xC0150004 or give a System Error:14001 stating that the side-by-side configuration is incorrect when trying to start?
조회 수: 9 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2012년 9월 10일
편집: MathWorks Support Team
2021년 8월 31일
I originally received errors that implied I needed to install or reinstall the Microsoft Windows Visual C++ Redistributable Libraries.
I have tried installing and reinstalling that package but I get errors similar to the following:
ERROR: ERROR: Cant check VCRTs (line:644) System Error:14001, The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. Installing required run-time libraries. This may take a few minutes...
I would like to know how to successfully install the Visual C++ Redistributable and start MATLAB.
채택된 답변
MathWorks Support Team
2021년 8월 10일
편집: MathWorks Support Team
2021년 8월 31일
MATLAB requires Microsoft C++ 2005 Redistributable to run. If this component is not installed, MATLAB will try to install it before starting.
The system error 14001 indicates that there is an underlying problem with Microsoft C++ 2005 Redistributable, because it cannot be found and installed properly.
In order to resolve this issue, we recommend contacting Microsoft or your IT department about this so they can help you to resolve this issue. This may require a reinstall or repair of the operating system.
You can try to restore your system to a state prior to the failed installation or update of Microsoft Visual C++ Redistributable.
The System Restore tool can be started from the Start menu, by navigating to "All Programs" > "Accessories" > "System Tools" and selecting System Restore.
Alternatively, you can run the system command "rstrui" from the Run dialog or "Start Search Box" in your Start Menu
For more details about using System Restore, please refer to the documentation of your operating system, and to the following link:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!