LoadLibrary failed with error 126

17 vues (au cours des 30 derniers jours)
Narasimharao P N V
Narasimharao P N V le 6 Juil 2018
Réponse apportée : Ayush il y a environ 15 heures
Why do I see "LoadLibrary failed with error 126: The specified module could not be found" when i run Simulink File with S function and .dll File's. Matlab crashes.
Tried C:\Windows\system32>copy atio6axx.dll .dll not working.

Réponses (1)

Ayush
Ayush il y a environ 15 heures
The following workarounds may help to avoid this error:
  • Try using the "-softwareopengl" startup option to see if that addresses the issue.
  • Change the power conservation settings of the machine to always use the AMD graphics card for MATLAB and disable the use of the Intel graphics driver to use MATLAB. It should be possible to make these configuration changes through the AMD and Intel graphics driver utilities. It is possible that the issue is due to using the Intel graphics driver and these changes will disable the use of the Intel graphics driver by MATLAB.
  • A "LoadLibrary 126" error is typically issued when there is a missing DLL or one with the wrong signature. It most often happens when a Windows side-by-side DLL is not installed properly, so updating the operating system may help resolve the issue.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits


Version

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by