在安装MATLAB R2019b Update 5的过程中出现未知错误unexpected error,并且找不到日志文件可供查询(如果有高手找到请指教),打开代理后仍然出现未知错误还连带了连接错误connection error。本来想暂时放弃更新,结果打开MATLAB发现命令行窗口报错:

Caught "std::exception" Exception message is:
Bundle#136 start failed: Loading E:\Program Files\MATLAB\R2019b\bin\win64\builtins\matlab_graphics_hg\mwhg_builtinimpl.dllfailed with error: 鎵句笉鍒版寚瀹氱殑妯″潡銆�在后台初始化图形期间出错: Bundle#136 start failed: Loading E:\Program
Files\MATLAB\R2019b\bin\win64\builtins\matlab_graphics_hg\mwhg_builtinimpl.dllfailed
with error: 鎵句笉鍒版寚瀹氱殑妯″潡銆

而试图打开一个m文件则继续报错

Exception in thread "AWT-EventQueue-0": java.lang.NoClassDefFoundError: com/mathworks/toolbox/coder/nide/editor/StateflowStorageLocationat java.lang.ClassLoader.defineClass1(Native Method)at java.lang.ClassLoader.defineClass(ClassLoader.java:763)at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)at java.net.URLClassLoader.access$100(URLClassLoader.java:74)at java.net.URLClassLoader$1.run(URLClassLoader.java:369)at java.net.URLClassLoader$1.run(URLClassLoader.java:363)at java.security.AccessController.doPrivileged(Native Method)at java.net.URLClassLoader.findClass(URLClassLoader.java:362)at java.lang.ClassLoader.loadClass(ClassLoader.java:424)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)at java.lang.ClassLoader.loadClass(ClassLoader.java:357)at com.mathworks.toolbox.eml.breakpoints.EmlMarginProvider.isApplicable(EmlMarginProvider.java:21)at com.mathworks.mde.editor.EditorView.getApplicableMarginProviders(EditorView.java:252)at com.mathworks.mde.editor.EditorView.initSyntaxTextPane(EditorView.java:885)at com.mathworks.mde.editor.EditorView.<init>(EditorView.java:222)at com.mathworks.mde.editor.EditorView.<init>(EditorView.java:153)at com.mathworks.mde.editor.EditorViewClient.init(EditorViewClient.java:232)at com.mathworks.mde.editor.EditorViewClient.<init>(EditorViewClient.java:181)at com.mathworks.mde.editor.MatlabEditorApplication.createEditorViewClient(MatlabEditorApplication.java:700)at com.mathworks.mde.editor.MatlabEditorApplication.createEditorViewClient(MatlabEditorApplication.java:685)at com.mathworks.mde.editor.MatlabEditorApplication.createEditorViewClientFromExistingFile(MatlabEditorApplication.java:677)at com.mathworks.mde.editor.MatlabEditorApplication.access$300(MatlabEditorApplication.java:73)at com.mathworks.mde.editor.MatlabEditorApplication$4.runWithOutput(MatlabEditorApplication.java:402)at com.mathworks.jmi.AWTUtilities$Invoker$2.watchedRun(AWTUtilities.java:475)at com.mathworks.jmi.AWTUtilities$WatchedRunnable.run(AWTUtilities.java:436)at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)at java.awt.EventQueue.access$500(EventQueue.java:97)at java.awt.EventQueue$3.run(EventQueue.java:709)at java.awt.EventQueue$3.run(EventQueue.java:703)at java.security.AccessController.doPrivileged(Native Method)at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.ClassNotFoundException: com.mathworks.toolbox.coder.nide.editor.StateflowStorageLocationat java.net.URLClassLoader.findClass(URLClassLoader.java:382)at java.lang.ClassLoader.loadClass(ClassLoader.java:424)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)at java.lang.ClassLoader.loadClass(ClassLoader.java:357)... 40 more

不禁让人联想起更新NVIDIA显卡驱动程序时MATLAB出现的临时性错误。经过回忆想起在这期间由于需要给开始菜单截图提交GitHub issue而把系统的语言更改成了英文。这时我们把系统的语言改回中文,命令行窗口仍会报错,这可能是因为更新失败无法回滚造成的,点击右上角铃铛图标显示通知中更新Update 5,无需代理即可成功安装更新。这启示如果出现类似错误,可以先检查一下系统设置是否发生了改变。

另外,如有需求,我们可以直接从MathWorks Account Sign In(URL最后的R2019b可换成你想更新的MATLAB版本号)下载MATLAB Update更新包,如图所示:

MATLAB update出现未知错误unexpected error及Bundle#136 start failed的一种可能原因相关推荐

  1. matlab plot 错误,Matlab中的绘图错误(Plotting Error in Matlab)

    Matlab中的绘图错误(Plotting Error in Matlab) 将matlab图打印成PDF时遇到问题. 在研究了几个小时的解决方案之后,我一直无法找到解决方案. 我一直收到相同的错误消 ...

  2. sentry中的worker错误解决[ERROR] sentry.errors.events: preprocess.failed.empty

    sentry错误解决 worker failing with [ERROR] sentry.errors.events: preprocess.failed.empty sentry 的worker ...

  3. MATLAB使用audioread时报错误:Error using which Must be a string scalar or character vector.

    使用audioread时报如下错误: 解决方法:是因为代码中clean_name = strcat(mix_name_[1], '.', 'wav');这句话中,使用[]时类型为cell,而使用{}时 ...

  4. “error LNK2019: 无法解析的外部符号”的几种可能原因

    1.前言 error LNK2019: 无法解析的外部符号这个错之前见过很多次,能知道最根本的原因在于链接过程中没有搜索到程序用到的库文件,即*.lib. 笔记本重装了系统,有32Bit升到64Bit ...

  5. c0000005错误怎么解决_iTunes提示3194未知错误怎么办【解决方法】

    iPad链接电脑,iTunes提示3194错误代码怎么办,网上的办法实际都没法解决掉这个问题,iTunes提示3194未知错误解决方法希望能帮到大家. 问题原因: 3xxx的错误代码通常表示iTune ...

  6. 【学习笔记】【MAC】uiautomatorviewer定位华为P30手机报错Unexpected error while obtaining UI hierarchy

    报错信息 Unexpected error while obtaining UI hierarchy details: Unexpected error while obtaining UI hier ...

  7. 编译错误 fatal error C1010: unexpected end of file while looking for precompiled header directive

    VC6.0在编译的时候出现这种错误 fatal error C1010: unexpected end of file while looking for precompiled header dir ...

  8. ubuntu安装ROS进行到rosdep update时出现错误,如ERROR: unable to process source ...

    1.错误描述: ming@ming:~$ rosdep update reading in sources list data from /etc/ros/rosdep/sources.list.d ...

  9. yarn 出现error An unexpected error occurred错误的解决办法

    国内使用npm安装点东西真是太恶心了, 动不动就报错,又是翻墙,又是切换淘宝镜像,又是使用cnpm,npx的各种花式操作,最近看到一个npm的替代品:yarn,安装之后本以为可以畅快的安装packag ...

最新文章

  1. PyTorch 安装和基本运算— Tensor 的数据类型(浮点型、整型、随机浮点型等)、基本运算(绝对值、求和、裁剪、求商、求积、求幂等)、Tensor 与 Numpy 转换
  2. java数据输入的步骤_Java学习日志1.4 Scanner 数据输入的三种方法
  3. 遍历二叉树的各种操作(非递归遍历)
  4. Sound Mixer Fader
  5. 喜马拉雅 xm文件转m4a_4K YouTube to MP3 Mac(YouTube转mp3软件)
  6. 数论一之定理证明——裴蜀/威尔逊/费马/扩展欧几里得/[扩展]欧拉/[扩展]中国剩余定理,欧拉函数,逆元,剩余系,筛法
  7. 端到端的地址翻译(虚拟地址是怎样取到相应高速缓存的数据的?)
  8. php 替换 超链接,PHP移除字符串超链接文本的正则表达式
  9. 收藏 | 机器学习中常用的5种回归损失函数
  10. mysql中语句块当事务,MySQL事务与隔离级别
  11. 演示unity内存管理机制的缺陷
  12. 借用implicit创建我们自己的布尔数据类型-create MyBool data type by implicit
  13. 系统学习深度学习(三十)--BiLSTM
  14. 如何将网易云ncm格式转换为mp3格式
  15. MarkDown 编辑器字体改颜色大小等常用操作
  16. Navicat 创建数据库
  17. 验证哥德巴赫猜想(函数专题)
  18. 解决Mysql 主从或主主报1062错误
  19. 怎么进行用户体验与可用性测试?
  20. faiss索引基于数量级和内存限制的选择

热门文章

  1. 《万字长文》-吃透Docker-进阶篇
  2. linux操作系统安装容易出的问题,[操作系统]装Linux出问题了,请大家帮帮忙~~!
  3. 杠杆股票平仓后该如何处理?
  4. This view is not constrained It is olny designtime positions,so it will jump.......的解决方法
  5. PMP第12章采购管理
  6. 从贝叶斯定理到概率分布:详解概率论基本定义
  7. php1106打印机怎么使用,1106打印机驱动使用说明
  8. 移动应用数据统计平台(之一)
  9. [深度学习]动手学深度学习笔记-5
  10. 喜羊羊与灰太狼java_java swing实现喜羊羊与灰太狼推箱子游戏附带视频开发教程...