Matlab R2025b failed to launch after installing on Debian 13 (Trixie)

23 views (last 30 days)

I´ve tried to install Matlab R2025b on Debian 13. I could install it via this commands:

sudo unzip -XK matlab.zip -d matlab_install
cd matlab_install
sudo su 
xhost +SI:localuser:root 
sudo ./install
This mehod I´ve used for installing Matlab R2024b on Debian 12.
Matlab R2025b should support Debian 13 see here: <https://de.mathworks.com/support/requirements/matlab-linux.html> 
Since no other older Matlab Version supports Debian 13 I had only the choice for Matlab R2025b.

The installation was fine, but when I lunch it from terminal via this command:

matlab
it opens the matlab porgramm looks like a normal start (left at the buttom of the matlab programm it says initializing...), but in a sudden it stops and printing this message:
Unable to communicate with required MathWorks services (error 5201)
For help with this issue, contact support:
https://www.mathworks.com/support/contact_us.html
Unable to launch MVM server: License Error: Licensing shutdown
When I search for an activation file like in the installed folder there isn´t anyone in /usr/local/MATLAB/R2025b/bin/glnxa64.
Has somebody managed to run matlab on Debian 13?
Thank you very much for you help in forward.
  2 Comments
Star Strider
Star Strider 4 minuten ago
As the error message suggested:
For help with this issue, contact support:
https://www.mathworks.com/support/contact_us.html
For what it's worth, check for a typo in:
/urs/local/MATLAB/R2025b/bin/glnxa64
since it should probably instead be:
/usr/local/MATLAB/R2025b/bin/glnxa64
I am sure you searched the correct directory, however if you entered that path as written here, Linux likely would have thrown an error. In any event, it would not have found the file.
.
Dan Cornelius Maxim
Dan Cornelius Maxim 19 minuten ago
Edited: Dan Cornelius Maxim 18 minuten ago

@Star Strider thank you very much for your answer.

I've updated the question without this typo "usr" in the path for matlab activation.

The link in the error message get me to the matlab support page. I don't know if it has something to do with Debian 13. Because on Debian 12 Matlab R2025b just works.

Sign in to comment.

Answers (1)

Ivy
Ivy ongeveer 3 uur ago
Hi Dan,
Compatibility-wise, R2025b should work on Debian 13 and I have also tested it on my end before this comment.
The error you saw (5201) is related to the MathWorks Service Host, which is a separate process, you shouldn't have to reinstall MATLAB to troubleshoot.
Can you try reinstall the MathWorks Service Host using the article below, make sure to try both the Manual and the Re-installer method:
If reinstalling the MathWorks Service Host does not resolve the issue, please scroll to the end of the article and find out how to collect the Service Host logs, you can then create a ticket and share the logs with the support team.

Categories

Find more on Introduction to Installation and Licensing 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!