- MATLAB.exe
- MATLABWebUI.exe
- MATLABWindow.exe
アドオンの入手をし,アドオンエクスプローラーを起動したいのですが、以下のようなエラーが出てしまい、入手できません。
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
真梨紗
am 19 Apr. 2023
Kommentiert: Kojiro Saito
am 22 Apr. 2023
次を使用中のエラー: matlab.internal.cef.webwindow
MATLABWindow アプリケーションを起動できませんでした。Unable to launch the MATLABWindow application. The exit code was:
-1073741819
エラー: matlab.internal.webwindow/createImplementation (行 319)
implObj = matlab.internal.cef.webwindow(varargin{:});
エラー: matlab.internal.webwindow (行 163)
obj.impl = obj.createImplementation(varargin{:});
エラー: matlab.internal.addons.AddOnsWindow (行 41)
obj.webwindow = matlab.internal.webwindow('about:blank', obj.debugPort);
エラー: matlab.internal.addons.Explorer/createNewWindow (行 111)
obj.addOnsWindowInstance = matlab.internal.addons.AddOnsWindow(obj.WINDOW_TITLE, clientType, obj.windowStateUtil.getPositionForExplorer);
エラー: matlab.internal.addons.Explorer/show (行 61)
obj.createNewWindow;
エラー: matlab.internal.addons.launchers.showExplorer (行 140)
matlab.internal.addons.Explorer.getInstance.show(navigationData);
0 Kommentare
Akzeptierte Antwort
Kojiro Saito
am 19 Apr. 2023
Bearbeitet: Kojiro Saito
am 22 Apr. 2023
その場合、回答にあるように下記の実行ファイルをウイルス対策ソフトの信頼できるプログラムに追加してみてはいかがでしょうか。
3つの実行ファイルとも<MATLABインストールフォルダー>のbin\win64 にあります。
追記
ウイルスバスタークラウドの場合は「信頼済みプログラム」ではなく、「例外設定」に上記3つのEXEファイルのパスを指定する必要があります。
14 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLABCompiler 入門 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!