My MATLAB reports error messages at startup, as shown in the text below. Could you please help me?
6 次查看(过去 30 天)
显示 更早的评论
Error messages:
Caught "std::exception" Exception message is:
Loading C:\Program Files\MATLAB\R2021b\bin\win64\matlab_startup_plugins\referenceapi\reference_startup_plugin.dllfailed with error: Le module spécifié est introuvable.
: not connected: not connected
Caught "std::exception" Exception message is:
Loading C:\Program Files\MATLAB\R2021b\bin\win64\builtins\tabcompletion_message_service\mwtcms_doc_interface_builtinimpl.dllfailed with error: Le module spécifié est introuvable.
: not connected: not connected
>>
0 个评论
回答(1 个)
Anurag Ojha
2023-5-12
Hi Goumbri,
It seems that MATLAB is encountering issues loading two different plugins during its startup process. The error messages indicate that it is having trouble finding the specified module or DLL file.
One possible solution is to try reinstalling MATLAB and see if that resolves the issue. Alternatively, you can try locating the missing DLL files and placing them in the appropriate directories manually.
For the ‘reference_startup_plugin.dll’ file, try checking that it exists in the ‘C:\ProgramFiles\MATLAB\R2021b\bin\win64\matlab_startup_plugins\referenceapi\’
folder. Similarly, for the `mwtcms_doc_interface_builtinimpl.dll` file, check that it exists in the
‘C:\ProgramFiles\MATLAB\R2021b\bin\win64\builtins\tabcompletion_message_service\’ folder.
If the DLL files are missing, you may need to obtain DLL files from online trusted source or reinstall MATLAB. If the files are present, you can try adding the above folders to your system's PATH environment variable to see if MATLAB can successfully load the DLL files during startup.
Hope it helps!
另请参阅
类别
在 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!