MathWorksP​roductInst​aller: Failed to launch web window with error: Unable to launch the MATLABWindow application.

22 visualizaciones (últimos 30 días)
I would like to add to the solution:
However, apparently I don't have enough "reputation points" to comment.
When trying to install R2021b on Ubuntu 24.04 I got the error:
bin/glnxa64$ ./MathWorksProductInstaller
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127
Aborted (core dumped)
My solution was to exclude libfreetype libraries in the bin directory so that system native libraries are used:
cd bin/glnxa64
mkdir exclude
mv libfreetype* exclude/
./MathWorksProductInstaller

Respuestas (1)

Satyam
Satyam el 15 de Oct. de 2025 a las 7:39
I appreciate your willingness to add your inputs to the solution.
On MATLAB Answers, commenting on other users’ posts (including staff answers) requires a certain number of reputation points, which are earned when your own answers or questions are upvoted. That’s why you’re currently unable to add your note directly under the accepted answer.
In case you are interested in knowing more about reputation points you can refer to this MATLAB Answer https://www.mathworks.com/matlabcentral/answers/81084-how-to-earn-reputation-at-mathworks

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by