なぜ Windows 版 MATLAB ではインストール完了直前の ‘インストール後の作業’ の間にクラッシュするのですか?
Show older comments
MATLAB R2010b Windows 版インストールがおよそ 90% くらい完了したところで、以下のエラーで失敗しました。
This application encountered an unexpected error and needs to close.
ログ ファイルには以下の Java エラーが含まれています。
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
...
...
...
Caused by: java.lang.NullPointerException
at com.mathworks.wizard.ui.components.PrintableEditorPane.setText(PrintableEditorPane.java:63)
at com.mathworks.wizard.ui.components.PrintableEditorPane.(PrintableEditorPane.java:55)
at com.mathworks.wizard.ui.components.SwingComponentFactoryImpl.createEditorPane
(SwingComponentFactoryImpl.java:506)
at com.mathworks.wizard.ui.components.SwingComponentFactoryImpl.createLabel
(SwingComponentFactoryImpl.java:448)
at com.mathworks.wizard.ui.components.SwingComponentFactoryImpl.createOptionPane
(SwingComponentFactoryImpl.java:539)
at com.mathworks.wizard.ui.WizardUIImpl.showMessage(WizardUIImpl.java:280)
at com.mathworks.wizard.ui.WizardUIImpl.showErrorMessage(WizardUIImpl.java:261)
at com.mathworks.installwizard.model.AbstractBackgroundTask$MyFlowControlHandler.alert
(AbstractBackgroundTask.java:196)
at com.mathworks.installwizard.model.AbstractBackgroundTask$MyFlowControlHandler.alert
(AbstractBackgroundTask.java:181)
at com.mathworks.install.command.FileCopier.copyFile(FileCopier.java:55)
at
...
...
...
Accepted Answer
More Answers (0)
Categories
Find more on 起動と終了 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!