필터 지우기
필터 지우기

unexpected error message showing std::exception

조회 수: 11 (최근 30일)
kyu
kyu 2014년 5월 1일
댓글: Friedrich 2014년 5월 5일
Caught "std::exception" Exception message is: Message Catalog MATLAB:FileIO was not loaded from the file. Please check file location, format or contents
I've got this message in R2014a. I don't know why this error happens. My script has been working well under R2012a. After this error occurs, any commands didn't work at all.
  댓글 수: 3
Image Analyst
Image Analyst 2014년 5월 1일
Please post the error message. Don't snip out just a part of it like you did. Post everything. ALL the red text including lines of code with line numbers etc.
The rest of the commands won't be executed after the error because control moves to your catch block. You did use a try/catch construction, didn't you?
kyu
kyu 2014년 5월 2일
This is the entire error message. No red texts! This is quite unusual because when the error occurs, MATLAB always shows red text. This error occurs when I tried to generate 1,000 images stacks. 500 images stack was fine, though.

댓글을 달려면 로그인하십시오.

답변 (1개)

Friedrich
Friedrich 2014년 5월 2일
Hi,
can you check if the FileIO.xml in the resources\MATLAB\en subfolder of your MATLAB installation exist? If the file is missing then your MATLAB installation is incomplete and you would need to reinstall it.
  댓글 수: 2
Friedrich
Friedrich 2014년 5월 5일
Moved kyu answer to a comment
"The FileIO.xml is in the subfolder."
Friedrich
Friedrich 2014년 5월 5일
It could be that MATLAB tries to pull the wrong FileIO.xml file. Can you post a list of all your environment variables? On Windows you could also run the process monitor to see what MATLAB tries to access.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by