What does this error mean: is:fl:filesystem:SystemError
显示 更早的评论
I get the following error when trying to compile and run a Simulink project:
Unexpected Standard exception from MEX file. What() is:fl:filesystem:SystemError
This happens after a git pull which changed the slx model and some of files which are somewhow changed in the background (.mol, .obj, ...), so I don't know exactly what changed. However the model seems to run for the person who did the changes. I can't find anything on this error here or via googling, so any idea in what direction I should look would be appreciated.
5 个评论
Rik
2017-9-1
There is not enough information for me to solve this, not even a link to a git repository. Show some code if you want anyone to help you with your specific problem; we're not standing behind you, looking over your shoulder.
I think the best solution is reaching out to the person maintaining the repository and/or the person who committed the files that now cause an error.
Corinna Gottschalk
2017-9-4
Rik
2017-9-5
As far as I understand mex (which is a basic understanding, so I may very well be wrong), the compilation is "clean and rebuild" every time it runs.
There is a similar sounding question which is a year old, without answers or comments, so contacting the dev seems to be the only way. If you're not allowed to share the repo, that's the least they can do.
superman
2020-9-17
I had met the same question and has it been solved? Thanks.
The attachments are my program files.
Rik
2020-9-17
R2020b was released somewhere in the past 24 hours. The release notes mention improved git integration. Did you check it that solved your issue?
回答(1 个)
Adam Turner
2023-7-18
0 个投票
Delete all the folders named 'slprj'. It may work. :D
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!