How do I resolve 'Bundle' error messages?

조회 수: 167 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2020년 2월 12일
편집: MathWorks Support Team 2023년 3월 9일
After installing a MATLAB update, I get a Simulink start up error message of Bundle#350.
I tried to install the same update on other computers and found that some of them worked, while others had various errors like Bundle#10.
Other bundle errors encountered when using functions or apps resulted in "Unable to load bundle binary..." messages.
How do I resolve these Bundle errors?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 1월 17일
편집: MathWorks Support Team 2023년 3월 9일
You may experience the following errors:
1) Functions such as 'plot' and 'readData' give errors
2) Add-ons or apps such as Signal Analyzer and Live Editor give 'Bundle' errors
3) Standalone applications created with the Application Compiler give 'Bundle' errors
4) MATLAB starts up with the error: 
at com.mathworks.installjscommon.services.InstallServices.isMatlabRunning(Unknown Source)
It may contain a bundle number, like Bundle#10.
5) Simulink start up error with a bundle number, like Bundle#350 and Bundle#359 
Bundle#350 start failed: Loading C:\Program Files\MATLAB\R2019a\bin\win64\builtins\sl_graphical_classes\mwsl_graphical_classes_builtinimpl.dllfailed with error
or
Unable to load bundle binary C:\Program Files\MATLAB\R2020b\bin\win64\builtins\sl_main\mwlibmwsimulink_builtinimpl.dll. Error: 127: state not recoverable
6) A significant performance issue. ">> 1+1" may take a few seconds
7) New features listed in the release notes don't work
The workarounds for this issue is:
1) Perform a clean installation of MATLAB. Please review the article below on how to do a clean installation
2) If the error comes from the use of an add-on or app, perform a clean reinstallation of the relevant add-on or app as well.
3) Install MATLAB with the latest updates for the current version or a newer MATLAB release:
Navigate to https://www.mathworks.com/downloads and download the installer with "includes R20XXx Update X".
4) If the 'Bundle' error comes from running a standalone application created with the Application Compiler, perform a clean installation of MATLAB Runtime using the same version of MATLAB the app was compiled with. The MATLAB Runtime Installer for different versions can be download below:
5) Contact MathWorks Technical Support
and include the following information:
i) The complete output displayed after entering the following command into MATLAB Command Window
>> ver
>> feature('locale')
ii) Your installation logs:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by