Error message when trying to install Matlab R2023b

I Received An Error Message when trying to install Matlab R2023b Update
The error message is The application was unable to start correctly (0xc0000106).click Ok to close the application
I installed another windows 10 pro version and get the same result

댓글 수: 1

I am seeing a few different possibilities. The one I am seeing most often would occur if the file name is too long. In the context of MATLAB that might apply if you installed into a non-default directory that was a fair ways deep in the file tree.

댓글을 달려면 로그인하십시오.

답변 (1개)

Rushikesh
Rushikesh 2024년 9월 27일
Hello @amin,
I understand you are encountering error 0xc0000106 when updating MATLAB, and the issue persists even after installing a different version of Windows 10 Pro.
Error 0xc0000106 corresponds to STATUS_NAME_TOO_LONG in Windows. As previously mentioned by Walter, this error may occur if the MATLAB installation directory path exceeds the default character limit for paths in Windows. A potential solution is to install MATLAB in a directory with a shorter path.
Since you mentioned that the error occurs during MATLAB updates and persists even after updating Windows 10 Pro, this may indicate an issue with the Windows system image. To address this, you can run the following command in the Command window, which checks and repairs the system image:
%Command window
DISM /Online /Cleanup-Image /RestoreHealth

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

태그

질문:

2024년 3월 17일

답변:

2024년 9월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by