Info

此问题已关闭。 请重新打开它进行编辑或回答。

missing psapi.dll file for running MATLAB

1 次查看(过去 30 天)
Michelle Yu
Michelle Yu 2020-3-19
关闭: MATLAB Answer Bot 2021-8-20
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!

回答(1 个)

Aman Vyas
Aman Vyas 2020-3-24
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