Error in extracting CTF file: Could not get open zip entry for read

조회 수: 19 (최근 30일)
Roey Zuitlin
Roey Zuitlin 2021년 1월 26일
답변: Sanjana 2024년 9월 24일
LD_LIBRARY_PATH is .:/MatlabCompilerRuntime//runtime/glnxa64:/MatlabCompilerRuntime//bin/glnxa64:/MatlabCompilerRuntime//sys/os/glnxa64:/MatlabCompilerRuntime//sys/opengl/lib/glnxa64
Error in extracting CTF file to '/tmp/.mcrCache9.7/pS0'. Details: 'Could not get open zip entry for read'
Could not access the MATLAB Runtime component cache. Details: Some error has occurred in the file: core/mclCtfFileExtractor.cpp, at line: 62.
The error message is:
Error in extracting CTF file to '/tmp/.mcrCache9.7/pS0'. Details: 'Could not get open zip entry for read'
; component cache root:/tmp/.mcrCache9.7; componentname:

답변 (1개)

Sanjana
Sanjana 2024년 9월 24일
Hi,
The issue might be because of corrupted MATLAB Runtime cache.
To resolve this, you can try the following steps:
1) Get the path for MATLAB Runtime cache by opening MATLAB, run the following command to get the directory.
>>mcrcachedir
2) Navigate to the path given above, delete the cache folders
The MCR Cache should now be cleared.
Hope this helps!
Regards,
Sanjana

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by