I have a previously corrected model that I am trying to load in a new computer.
All custom modules build without errors.
The model loads in off line mode without issues
But when I run a progress bar pops and disappears, model never actually loads and runs (in Native mode)
In the Matlab window I see the following error message.
Any clues as to how to get rid of this message?
No refresh needed. All versions match.
ERROR: Event handler returned an error.
Error stored in AWE_INFO.designer.lastComErr. Type:
rethrow(AWE_INFO.designer.lastComErr)
to examine the error in detail.
Summary Message: Could not open FILENAME File: awe_diary
Line: 0
12:23pm
Hey Al,
Do you have 'Generate script file (.aws)' checked under Layout -> Layout Properties?
It looks like this may be a permission problem. I was able to reproduce the error only by checking the 'Generate script file' option and changing awe_diary to explicitly write to a file that I don't have permission to create.
After getting this error, can you try typing in MATLAB:
global AWE_INFO
rethrow(AWE_INFO.designer.lastComErr)
to print the full call stack?
Thanks
-Axel