My MATLAB reports error messages at startup, as shown in the text below. Could you please help me?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Goumbri Wendinmi Bertrand Florent
el 23 de Abr. de 2023
Comentada: Goumbri Wendinmi Bertrand Florent
el 14 de Mayo de 2023
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 comentarios
Respuestas (1)
Anurag Ojha
el 12 de Mayo de 2023
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!
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!