Matlab extremely slow to start up due to error mwdocsearch.exe
14 ビュー (過去 30 日間)
古いコメントを表示
Matlab 2022B has a bug in "mwdocsearch.exe" which is automatically run when launching Matlab and results in the following error.
Caught "std::exception" Exception message is:
An error occurred while initializing child process: While attempting to execute "C:\Program Files\MATLAB\R2023a\bin\win64\mwdocsearch.exe server -m C:\Program Files\MATLAB\R2023a -p 59732 -v C:\Users\TestMTT\AppData\Local\Temp\ -t 7412 0 1 0 0 0": CreateProcessW: Insufficient system resources exist to complete the requested service [system:1450]
I tried to upgrade to 2023a and same bug occurs.
Does anybody know how to cure this failure or disable the "mwdocsearch.exe" from running? This will cause Matlab to hangup for sometimes up to 10minutes before ultimately presenting the error and allowing Matlab to open.
3 件のコメント
Walter Roberson
2024 年 8 月 21 日
I think you are going to need to contact Mathworks Support for free installation assistance.
回答 (1 件)
Animesh
2024 年 8 月 21 日
It seems that MATLAB is simply trying to start an executable during initialization. One possible reason could be that the antivirus software is preventing the executable from running.
If you're accessing online documentation, this error is typically harmless. However, if you're using installed documentation, you may encounter issues with searching the documentation.
To check if the executable can run on your machine, you can try launching it directly from the Windows command prompt:
>> "C:\Program Files\MATLAB\R2023a\bin\win64\mwdocsearch.exe" server -m "C:\Program Files\MATLAB\R2023a" -p 59732
If turning off the antivirus or firewall does not resolve the issue, you can contact MathWorks support:
参考
カテゴリ
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!