필터 지우기
필터 지우기

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