Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

missing psapi.dll file for running MATLAB

1 Ansicht (letzte 30 Tage)
Michelle Yu
Michelle Yu am 19 Mär. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi,
We encounter an error message for MATLAB saying that a psapi.dll file is missing and could not run MATLAB. We also could not de-activate or re-install MATLAB. Does anyone happen to know the solution to this problem? Thank you!

Antworten (1)

Aman Vyas
Aman Vyas am 24 Mär. 2020
Hi,
The process status application programming interface (PSAPI) is a helper library that makes it easier for you to obtain information about processes and device drivers.
This error occurs when MATLAB fails to resolve the dependencies of libmwbuiltins.dll and as a result it throws the error psapi.dll is missing or is out of date.
1. Go to C:\Windows\system32 or system64 folder and locate psapi.dll.
2. Right click on the file and select "Properties."
3. Go to the Version tab and check what version of the .dll file is installed.
If the file version is old, it means that .dll file is out of date and thus to resolve the issue you will have to install matlab again and only then you will be able to launch it.
I hope this helps.

Community Treasure Hunt

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

Start Hunting!

Translated by