How do I resolve 'Bundle' error messages?
Show older comments
How do I resolve 'Bundle' error messages in MATLAB, such as Bundle#350, Bundle#359, or Bundle#10?
More specifically, symptoms such as the following may occur:
- Basic functions such as 'plot' and 'readData' give errors.
- Add-ons or apps such as Signal Analyzer and Live Editor give 'Bundle' errors.
- Standalone applications created with the Application Compiler give 'Bundle' errors.
- MATLAB shows the following error at startup (It may contain a bundle number, like Bundle#10)
at com.mathworks.installjscommon.services.InstallServices.isMatlabRunning(Unknown Source)
- Simulink shows a startup error with a bundle number, like "Bundle#350 start failed" and "Unable to load bundle binary":
Bundle#350 start failed: Loading C:\Program Files\MATLAB\R2019a\bin\win64\builtins\sl_graphical_classes\mwsl_graphical_classes_builtinimpl.dllfailed with error
Unable to load bundle binary C:\Program Files\MATLAB\R2020b\bin\win64\builtins\sl_main\mwlibmwsimulink_builtinimpl.dll. Error: 127: state not recoverable
- A significant performance issue. For example, entering "1+1" in the command window may take a few seconds.
- New features listed in the release notes do not work.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!