なぜ Windows 版 MATLAB ではインストール完了直前の ‘インストール後の作業’ の間にクラッシュするのですか?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
...
...
...
Réponse acceptée
MathWorks Support Team
le 25 Août 2011
このエラーは MATLAB のアンインストーラーをインストールにコピーしようとするときに I/O 例外によって引き起こされています。 これは選択されたインストール先の空き容量が制限されている可能性があります。
エラーにもかかわらず、MATLAB インストールは、MATLAB ショートカット、アンインストーラーなどのそれほど重要ではない項目を除いておそらく完了しています。この MATLAB インストールは使用できると考えられます。 MATLAB が使用可能かどうか判断するには、インストール先 (たとえば、C:\Program Files\MATLAB\R2010b) へ移動し、bin ディレクトリにある "matlab.exe" ファイルで MATLAB を起動してください。
pathdef.mに関するエラー メッセージが現れる可能性があります。その場合、MATLAB で以下のコマンドを実行することができます。
restoredefaultpath; matlabrc
savepath '$MATLAB\toolbox\local\pathdef.m'
(ここで $MATLAB はインストールフォルダーです)
たとえば、
savepath 'C:\Program Files\MATLAB\R2010b\toolbox\local\pathdef.m'
コマンドが完了したら、MATLABを再起動してください。
MATLAB が機能しない場合、あるいはインストールが完了しない場合は、以下の指示に従ってください。
1. 不完全なインストール ディレクトリを削除する。
例: C:\Program Files\MATLAB\R2010b
2. 選択したインストール先のドライブの空き容量を整理するか、他のインストール先を選択する。
3. MATLAB を再インストール。
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!