Error message when trying to install Matlab R2023b
7 views (last 30 days)
Show older comments
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 Comment
Walter Roberson
on 17 Mar 2024
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.
Answers (1)
Rushikesh
on 27 Sep 2024
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
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!