sign in option in matlab does not work, i can not install adds on

27 views (last 30 days)
I install matlab in fedora using student lisence from uni, but the sign in bar in the left side still no showing my ID. Also i can not install any adds on in my matlab. It's show error mesage like
Error using matlab.internal.cef.webwindow
MATLABWindow application failed to launch. Unable to launch the MATLABWindow
application. The exit code was: 127
Error in matlab.internal.webwindow/createImplementation (line 319)
implObj = matlab.internal.cef.webwindow(varargin{:});
Error in matlab.internal.webwindow (line 163)
obj.impl = obj.createImplementation(varargin{:});
Error in matlab.internal.addons.AddOnsWindow (line 41)
obj.webwindow = matlab.internal.webwindow('about:blank', obj.debugPort);
Error in matlab.internal.addons.Explorer/createNewWindow (line 111)
obj.addOnsWindowInstance = matlab.internal.addons.AddOnsWindow(obj.WINDOW_TITLE, clientType, obj.windowStateUtil.getPositionForExplorer);
Error in matlab.internal.addons.Explorer/show (line 61)
obj.createNewWindow;
Error in matlab.internal.addons.launchers.showExplorer (line 140)
matlab.internal.addons.Explorer.getInstance.show(navigationData);
Does anyone know what the problem and how to solve it? Does anything wrong with my instalation?
PS : I do updating current lisence and it seems has no problem with it

Answers (1)

Atharva
Atharva on 12 Sep 2023
Hey Nirwana,
I understand that the sign-in option in MATLAB is not working, and you cannot install add-ons.
Please try the following workaround to resolve this issue-
A good troubleshooting step for unable to launch CEF window is to run the following commands in MATLAB:
>> cd(matlabroot)
>> cd bin\win64
>> !.\MATLABWindow.exe
If it results in the behavior of having a blank window appear and then disappear without receiving error messages, it is likely that there is a firewall or antivirus software blocking MATLAB.
If there was a crash or other issues internal to MATLAB, there would be error messages in the logging output. Please provide those error messages in order to assist you better.
I hope this helps!
  1 Comment
nirwana
nirwana on 16 Sep 2023
>> cd(matlabroot)
>> cd bin\win64
Error using cd
Unable to change current folder to '/usr/local/MATLAB/R2023a/bin\win64' (Name
is nonexistent or not a folder).
>> pwd
ans =
'/usr/local/MATLAB/R2023a'
>> cd bin\win64
Error using cd
Unable to change current folder to '/usr/local/MATLAB/R2023a/bin/bin\win64'
(Name is nonexistent or not a folder).
>> !.\MATLABWindow.exe
/bin/bash: line 1: .MATLABWindow.exe: command not found
Hi @Atharva, this is the error massage that i get. I forgot to mention that i running matlab under Linux Fedora

Sign in to comment.

Categories

Find more on Environment and Settings 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!