Error while starting simulink
2 次查看(过去 30 天)
显示 更早的评论
While staring simulink i get the error below in the comand window.
Can anyone guide me as to what this is , why is it appearing and what should be done to rectify it ?
Error in comand window :
Warning: Error using connector.internal.log
Invalid MEX-file 'C:\Program Files\MATLAB\R2020b\toolbox\matlab\connector2\logger\+connector\+internal\log.mexw64':
C:\Program Files\MATLAB\R2020b\toolbox\matlab\connector2\logger\+connector\+internal\log.mexw64 is not a valid Win32
application.
Error in connector.internal.Logger.doLog
Error in connector.internal.Logger/info
Error in message.internal.MessageService/doSubscribe
Error in message.internal.MessageService.subscribe
Error in message/subscribe
Error in sltemplate.internal.GalleryController
Error in sltemplate.ui.StartPage
Error in sltemplate.ui.StartPage
Error in sltemplate.ui.StartPage/instance
Error in sltemplate.ui.StartPage/getInstance
Error in sltemplate.ui.StartPage/doShow
Error in sltemplate.ui.StartPage.showCustomView
Error in sltemplate.ui.StartPage>@()sltemplate.ui.StartPage.showCustomView('Start',varargin{:})
Error in sltemplate.ui.StartPage/showWithFallback
Error in sltemplate.ui.StartPage.show
> In sltemplate.ui/StartPage/showWithFallback
In sltemplate.ui/StartPage/show
2 个评论
Walter Roberson
2020-9-29
C:\Program Files\MATLAB\R2020b\toolbox\matlab\connector2\logger\+connector\+internal\log.mexw64
is probably corrupted.
It is possible, I guess, that instead there might be a .dll problem, but I am not sure if that could be a problem given that error message.
回答(1 个)
Naga
2025-1-16
Hey Mayank,
First, attempt to make sure the "mupadmex.mexw64" file is present on the system. The file path will be provided in the error message in MATLAB. Make sure your account has permissions to read and execute this file.
If the file is present and you have read and execute permissions, the problem may be related to a false detection from an antivirus program. Please check your antivirus software to see if there have been any files quarantined from your MATLAB installation. If there are files from your MATLAB installation directory that have been quarantined, please restore them.
Then, you may need to create an exception in your antivirus program for the MATLAB installation folder and its subfolders.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!